Searched defs:set_fcsr_round_error (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/mips/
H A Dsimulator-mips.cc1277 bool Simulator::set_fcsr_round_error(double original, double rounded) { function in class:v8::internal::Simulator
2287 if (set_fcsr_round_error(fs, rounded)) {
2297 if (set_fcsr_round_error(fs, rounded)) {
2307 if (set_fcsr_round_error(fs, rounded)) {
2317 if (set_fcsr_round_error(fs, rounded)) {
/external/v8/src/mips64/
H A Dsimulator-mips64.cc1193 bool Simulator::set_fcsr_round_error(double original, double rounded) { function in class:v8::internal::Simulator
2426 if (set_fcsr_round_error(fs, rounded)) {
2436 if (set_fcsr_round_error(fs, rounded)) {
2446 if (set_fcsr_round_error(fs, rounded)) {
2456 if (set_fcsr_round_error(fs, rounded)) {

Completed in 229 milliseconds