Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dlogic-aarch64.cc4010 double Simulator::FPRoundInt(double value, FPRounding round_mode) { in FPRoundInt() function in vixl::aarch64::Simulator
4080 value = FPRoundInt(value, rmode); in FPToInt16()
4091 value = FPRoundInt(value, rmode); in FPToInt32()
4102 value = FPRoundInt(value, rmode); in FPToInt64()
4113 value = FPRoundInt(value, rmode); in FPToUInt16()
4124 value = FPRoundInt(value, rmode); in FPToUInt32()
4135 value = FPRoundInt(value, rmode); in FPToUInt64()
4728 SimFloat16 rounded = FPRoundInt(input, rounding_mode); in frint()
4737 float rounded = FPRoundInt(input, rounding_mode); in frint()
4747 double rounded = FPRoundInt(input, rounding_mode); in frint()
Dsimulator-aarch64.h3012 double FPRoundInt(double value, FPRounding round_mode);
/external/v8/src/arm64/
Dsimulator-logic-arm64.cc3151 double Simulator::FPRoundInt(double value, FPRounding round_mode) { in FPRoundInt() function in v8::internal::Simulator
3220 value = FPRoundInt(value, rmode); in FPToInt32()
3230 value = FPRoundInt(value, rmode); in FPToInt64()
3240 value = FPRoundInt(value, rmode); in FPToUInt32()
3250 value = FPRoundInt(value, rmode); in FPToUInt64()
3698 float rounded = FPRoundInt(input, rounding_mode); in frint()
3708 double rounded = FPRoundInt(input, rounding_mode); in frint()
Dsimulator-arm64.h2020 double FPRoundInt(double value, FPRounding round_mode);