Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dlogic-aarch64.cc4074 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 …]
Dsimulator-aarch64.h3130 double FPRoundInt(double value, FPRounding round_mode);
3131 double FPRoundInt(double value, FPRounding round_mode, FrintMode frint_mode);
/external/v8/src/execution/arm64/
Dsimulator-logic-arm64.cc3152 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()
Dsimulator-arm64.h2164 double FPRoundInt(double value, FPRounding round_mode);