Home | Sort by relevance Sort by last modified time |
/external/v8/src/mips/ | |
simulator-mips.h | 225 bool set_fcsr_round64_error(double original, double rounded); 226 bool set_fcsr_round64_error(float original, float rounded); |
simulator-mips.cc | 1410 bool Simulator::set_fcsr_round64_error(double original, double rounded) { function in class:v8::internal::Simulator 1476 bool Simulator::set_fcsr_round64_error(float original, float rounded) { function in class:v8::internal::Simulator [all...] |
/external/v8/src/mips64/ | |
simulator-mips64.h | 232 bool set_fcsr_round64_error(double original, double rounded); 234 bool set_fcsr_round64_error(float original, float rounded); |
simulator-mips64.cc | 1207 bool Simulator::set_fcsr_round64_error(double original, double rounded) { function in class:v8::internal::Simulator 1395 bool Simulator::set_fcsr_round64_error(float original, float rounded) { function in class:v8::internal::Simulator [all...] |