Searched refs:FPRoundInt (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 2385 value = FPRoundInt(value, rmode); in FPToInt32() 2396 value = FPRoundInt(value, rmode); in FPToInt64() 2407 value = FPRoundInt(value, rmode); in FPToUInt32() 2418 value = FPRoundInt(value, rmode); in FPToUInt64() 2502 case FRINTA_s: set_sreg(fd, FPRoundInt(sreg(fn), FPTieAway)); break; in VisitFPDataProcessing1Source() 2503 case FRINTA_d: set_dreg(fd, FPRoundInt(dreg(fn), FPTieAway)); break; in VisitFPDataProcessing1Source() 2505 set_sreg(fd, FPRoundInt(sreg(fn), FPNegativeInfinity)); break; in VisitFPDataProcessing1Source() 2507 set_dreg(fd, FPRoundInt(dreg(fn), FPNegativeInfinity)); break; in VisitFPDataProcessing1Source() 2509 set_sreg(fd, FPRoundInt(sreg(fn), FPPositiveInfinity)); in VisitFPDataProcessing1Source() 2512 set_dreg(fd, FPRoundInt(dreg(fn), FPPositiveInfinity)); in VisitFPDataProcessing1Source() [all …]
|
D | simulator-arm64.h | 712 double FPRoundInt(double value, FPRounding round_mode);
|
/external/vixl/src/aarch64/ |
D | logic-aarch64.cc | 3814 double Simulator::FPRoundInt(double value, FPRounding round_mode) { in FPRoundInt() function in vixl::aarch64::Simulator 3884 value = FPRoundInt(value, rmode); in FPToInt32() 3895 value = FPRoundInt(value, rmode); in FPToInt64() 3906 value = FPRoundInt(value, rmode); in FPToUInt32() 3917 value = FPRoundInt(value, rmode); in FPToUInt64() 4440 float rounded = FPRoundInt(input, rounding_mode); in frint() 4450 double rounded = FPRoundInt(input, rounding_mode); in frint()
|
D | simulator-aarch64.h | 2921 double FPRoundInt(double value, FPRounding round_mode);
|