HomeSort by relevance Sort by last modified time
    Searched refs:set_fcsr_round64_error (Results 1 - 4 of 4) sorted by null

  /external/v8/src/mips/
simulator-mips.h 192 bool set_fcsr_round64_error(double original, double rounded);
193 bool set_fcsr_round64_error(float original, float rounded);
simulator-mips.cc 1461 bool Simulator::set_fcsr_round64_error(double original, double rounded) { function in class:v8::internal::Simulator
1527 bool Simulator::set_fcsr_round64_error(float original, float rounded) { function in class:v8::internal::Simulator
    [all...]
  /external/v8/src/mips64/
simulator-mips64.h 220 bool set_fcsr_round64_error(double original, double rounded);
222 bool set_fcsr_round64_error(float original, float rounded);
simulator-mips64.cc 1262 bool Simulator::set_fcsr_round64_error(double original, double rounded) { function in class:v8::internal::Simulator
1450 bool Simulator::set_fcsr_round64_error(float original, float rounded) { function in class:v8::internal::Simulator
    [all...]

Completed in 312 milliseconds