Searched defs:roundingMode (Results 1 – 5 of 5) sorted by relevance
150 enum roundingMode { enum
114 int8 roundingMode; in roundAndPackInt32() local164 int8 roundingMode; in roundAndPackInt64() local312 int8 roundingMode; in roundAndPackFloat32() local494 int8 roundingMode; in roundAndPackFloat64() local667 int8 roundingMode; in roundAndPackFloatx80() local995 int8 roundingMode; in roundAndPackFloat128() local1673 int8 roundingMode; in float32_round_to_int() local2855 int8 roundingMode; in float32_to_float16() local3024 int8 roundingMode; in float64_round_to_int() local4073 int8 roundingMode; in floatx80_round_to_int() local[all …]
1035 static void roundingTest2(UNumberFormat* nf, double x, int32_t roundingMode, const char* expected) in roundingTest2()
1175 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& rect, RoundingMode roundingMode) in roundToDevicePixels()
2944 void DecimalFormat::setRoundingMode(ERoundingMode roundingMode) { in setRoundingMode()