Home
last modified time | relevance | path

Searched defs:roundingMode (Results 1 – 10 of 10) sorted by relevance

/freebsd-11-stable/tools/test/testfloat/
HDtestFunction.c573 uint8 functionCode, int8 roundingPrecision, int8 roundingMode ) in testFunctionVariety()
1112 int8 roundingPrecision, roundingMode; in testFunction() local
HDtestfloat.c54 int8 operands, roundingPrecision, roundingMode; in main() local
HDtestsoftfloat.c185 flag roundingPrecision, roundingMode; member
330 int8 roundingMode, in testFunctionVariety()
749 int8 roundingPrecision, roundingMode, tininessMode; in testFunction() local
819 int8 operands, roundingPrecision, roundingMode, tininessMode; in main() local
HDtestFunction.h121 flag roundingPrecision, roundingMode; member
/freebsd-11-stable/tools/test/testfloat/sparc64/
HDsystmodes.c38 void syst_float_set_rounding_mode( int8 roundingMode ) in syst_float_set_rounding_mode()
HDfpu_util.c691 void syst_float_set_rounding_mode(int8 roundingMode) in syst_float_set_rounding_mode()
/freebsd-11-stable/lib/libc/softfloat/bits32/
HDsoftfloat.c203 int8 roundingMode; in roundAndPackFloat32() local
415 int8 roundingMode; in roundAndPackFloat64() local
587 int8 roundingMode; in float32_to_int32() local
729 int8 roundingMode; in float32_round_to_int() local
1413 int8 roundingMode; in float64_to_int32() local
1568 int8 roundingMode; in float64_round_to_int() local
/freebsd-11-stable/lib/libc/softfloat/bits64/
HDsoftfloat.c116 int8 roundingMode; in roundAndPackInt32() local
167 int8 roundingMode; in roundAndPackInt64() local
306 int8 roundingMode; in roundAndPackFloat32() local
476 int8 roundingMode; in roundAndPackFloat64() local
654 int8 roundingMode; in roundAndPackFloatx80() local
986 int8 roundingMode; in roundAndPackFloat128() local
1647 int8 roundingMode; in float32_round_to_int() local
2612 int8 roundingMode; in float64_round_to_int() local
3544 int8 roundingMode; in floatx80_round_to_int() local
4663 int8 roundingMode; in float128_round_to_int() local
/freebsd-11-stable/lib/libc/softfloat/
HDtimesoftfloat.c1918 flag roundingPrecision, roundingMode; member
2053 int8 roundingMode, in timeFunctionVariety()
2415 int8 roundingPrecision, roundingMode, tininessMode; in timeFunction() local
2484 int8 operands, roundingPrecision, roundingMode, tininessMode; in main() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPFloat.h185 enum roundingMode { enum