Searched refs:FPRoundInt (Results 1 – 4 of 4) sorted by relevance
/external/vixl/src/aarch64/ |
D | logic-aarch64.cc | 4010 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()
|
D | simulator-aarch64.h | 3012 double FPRoundInt(double value, FPRounding round_mode);
|
/external/v8/src/arm64/ |
D | simulator-logic-arm64.cc | 3151 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()
|
D | simulator-arm64.h | 2020 double FPRoundInt(double value, FPRounding round_mode);
|