Searched refs:FPRoundInt (Results 1 – 4 of 4) sorted by relevance
/external/vixl/src/aarch64/ |
D | logic-aarch64.cc | 4074 double Simulator::FPRoundInt(double value, FPRounding round_mode) { in FPRoundInt() function in vixl::aarch64::Simulator 4084 double Simulator::FPRoundInt(double value, in FPRoundInt() function in vixl::aarch64::Simulator 4088 return FPRoundInt(value, round_mode); in FPRoundInt() 4120 value = FPRoundInt(value, rmode); in FPToInt16() 4131 value = FPRoundInt(value, rmode); in FPToInt32() 4142 value = FPRoundInt(value, rmode); in FPToInt64() 4153 value = FPRoundInt(value, rmode); in FPToUInt16() 4164 value = FPRoundInt(value, rmode); in FPToUInt32() 4175 value = FPRoundInt(value, rmode); in FPToUInt64() 4914 SimFloat16 rounded = FPRoundInt(input, rounding_mode); in frint() [all …]
|
D | simulator-aarch64.h | 3130 double FPRoundInt(double value, FPRounding round_mode); 3131 double FPRoundInt(double value, FPRounding round_mode, FrintMode frint_mode);
|
/external/v8/src/execution/arm64/ |
D | simulator-logic-arm64.cc | 3152 double Simulator::FPRoundInt(double value, FPRounding round_mode) { in FPRoundInt() function in v8::internal::Simulator 3221 value = FPRoundInt(value, rmode); in FPToInt32() 3231 value = FPRoundInt(value, rmode); in FPToInt64() 3241 value = FPRoundInt(value, rmode); in FPToUInt32() 3251 value = FPRoundInt(value, rmode); in FPToUInt64() 3758 float rounded = FPRoundInt(input, rounding_mode); in frint() 3768 double rounded = FPRoundInt(input, rounding_mode); in frint()
|
D | simulator-arm64.h | 2164 double FPRoundInt(double value, FPRounding round_mode);
|