Searched refs:FPRoundInt (Results 1 - 4 of 4) sorted by relevance

/external/vixl/src/a64/
H A Dsimulator-a64.cc1480 value = FPRoundInt(value, rmode);
1491 value = FPRoundInt(value, rmode);
1502 value = FPRoundInt(value, rmode);
1513 value = FPRoundInt(value, rmode);
1594 case FRINTA_s: set_sreg(fd, FPRoundInt(sreg(fn), FPTieAway)); break;
1595 case FRINTA_d: set_dreg(fd, FPRoundInt(dreg(fn), FPTieAway)); break;
1597 set_sreg(fd, FPRoundInt(sreg(fn), FPNegativeInfinity)); break;
1599 set_dreg(fd, FPRoundInt(dreg(fn), FPNegativeInfinity)); break;
1600 case FRINTN_s: set_sreg(fd, FPRoundInt(sreg(fn), FPTieEven)); break;
1601 case FRINTN_d: set_dreg(fd, FPRoundInt(dre
1854 double Simulator::FPRoundInt(double value, FPRounding round_mode) { function in class:vixl::Simulator
[all...]
H A Dsimulator-a64.h527 double FPRoundInt(double value, FPRounding round_mode);
/external/chromium_org/v8/src/arm64/
H A Dsimulator-arm64.cc2343 value = FPRoundInt(value, rmode);
2354 value = FPRoundInt(value, rmode);
2365 value = FPRoundInt(value, rmode);
2376 value = FPRoundInt(value, rmode);
2460 case FRINTA_s: set_sreg(fd, FPRoundInt(sreg(fn), FPTieAway)); break;
2461 case FRINTA_d: set_dreg(fd, FPRoundInt(dreg(fn), FPTieAway)); break;
2463 set_sreg(fd, FPRoundInt(sreg(fn), FPNegativeInfinity)); break;
2465 set_dreg(fd, FPRoundInt(dreg(fn), FPNegativeInfinity)); break;
2466 case FRINTN_s: set_sreg(fd, FPRoundInt(sreg(fn), FPTieEven)); break;
2467 case FRINTN_d: set_dreg(fd, FPRoundInt(dre
2720 double Simulator::FPRoundInt(double value, FPRounding round_mode) { function in class:v8::internal::Simulator
[all...]
H A Dsimulator-arm64.h716 double FPRoundInt(double value, FPRounding round_mode);

Completed in 90 milliseconds