Searched defs:roundingMode (Results 1 – 10 of 10) sorted by relevance
| /freebsd-11-stable/tools/test/testfloat/ |
| HD | testFunction.c | 573 uint8 functionCode, int8 roundingPrecision, int8 roundingMode ) in testFunctionVariety() 1112 int8 roundingPrecision, roundingMode; in testFunction() local
|
| HD | testfloat.c | 54 int8 operands, roundingPrecision, roundingMode; in main() local
|
| HD | testsoftfloat.c | 185 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
|
| HD | testFunction.h | 121 flag roundingPrecision, roundingMode; member
|
| /freebsd-11-stable/tools/test/testfloat/sparc64/ |
| HD | systmodes.c | 38 void syst_float_set_rounding_mode( int8 roundingMode ) in syst_float_set_rounding_mode()
|
| HD | fpu_util.c | 691 void syst_float_set_rounding_mode(int8 roundingMode) in syst_float_set_rounding_mode()
|
| /freebsd-11-stable/lib/libc/softfloat/bits32/ |
| HD | softfloat.c | 203 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/ |
| HD | softfloat.c | 116 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/ |
| HD | timesoftfloat.c | 1918 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/ |
| HD | APFloat.h | 185 enum roundingMode { enum
|