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

  /external/v8/src/mips/
simulator-mips.h 190 bool set_fcsr_round_error(double original, double rounded);
191 bool set_fcsr_round_error(float original, float rounded);
simulator-mips.cc 1429 bool Simulator::set_fcsr_round_error(double original, double rounded) { function in class:v8::internal::Simulator
1495 bool Simulator::set_fcsr_round_error(float original, float rounded) { function in class:v8::internal::Simulator
    [all...]
  /external/v8/src/mips64/
simulator-mips64.h 219 bool set_fcsr_round_error(double original, double rounded);
221 bool set_fcsr_round_error(float original, float rounded);
simulator-mips64.cc 1230 bool Simulator::set_fcsr_round_error(double original, double rounded) { function in class:v8::internal::Simulator
1296 bool Simulator::set_fcsr_round_error(float original, float rounded) { function in class:v8::internal::Simulator
    [all...]

Completed in 2337 milliseconds