Searched refs:floatx80_rounding_precision (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/lib/libc/softfloat/ |
| D | softfloat.txt | 149 `floatx80_rounding_precision'. The operations affected are: 153 When `floatx80_rounding_precision' is set to its default value of 80, these 155 double-precision format. Setting `floatx80_rounding_precision' to 32 160 The consequences of setting `floatx80_rounding_precision' to a value other 162 above are not affected by `floatx80_rounding_precision'. 259 by the `floatx80_rounding_precision' variable, as explained above in the
|
| D | timesoftfloat.c | 2074 floatx80_rounding_precision = roundingPrecision; in timeFunctionVariety()
|
| /freebsd-12-stable/tools/test/testfloat/sparc64/ |
| D | softfloat.h | 210 extern int floatx80_rounding_precision;
|
| /freebsd-12-stable/lib/libc/powerpc64/softfloat/ |
| D | softfloat.h | 245 extern int floatx80_rounding_precision;
|
| /freebsd-12-stable/lib/libc/powerpc/softfloat/ |
| D | softfloat.h | 245 extern int floatx80_rounding_precision;
|
| /freebsd-12-stable/lib/libc/riscv/softfloat/ |
| D | softfloat.h | 253 extern int floatx80_rounding_precision;
|
| /freebsd-12-stable/lib/libc/mips/softfloat/ |
| D | softfloat.h | 253 extern int floatx80_rounding_precision;
|
| /freebsd-12-stable/lib/libc/arm/softfloat/ |
| D | softfloat.h | 253 extern int floatx80_rounding_precision;
|
| /freebsd-12-stable/lib/libc/powerpcspe/softfloat/ |
| D | softfloat.h | 245 extern int floatx80_rounding_precision;
|
| /freebsd-12-stable/lib/libc/softfloat/templates/ |
| D | softfloat.h | 229 extern !!!int8 floatx80_rounding_precision;
|
| /freebsd-12-stable/tools/test/testfloat/ |
| D | testFunction.c | 592 floatx80_rounding_precision = roundingPrecision; in testFunctionVariety()
|
| D | testsoftfloat.c | 351 floatx80_rounding_precision = roundingPrecision; in testFunctionVariety()
|
| /freebsd-12-stable/lib/libc/softfloat/bits64/ |
| D | softfloat.c | 77 int8 floatx80_rounding_precision = 80; variable 3670 floatx80_rounding_precision, zSign, zExp, zSig0, zSig1 ); in addFloatx80Sigs() 3739 floatx80_rounding_precision, zSign, zExp, zSig0, zSig1 ); in subFloatx80Sigs() 3843 floatx80_rounding_precision, zSign, zExp, zSig0, zSig1 ); in floatx80_mul() 3924 floatx80_rounding_precision, zSign, zExp, zSig0, zSig1 ); in floatx80_div() 4093 floatx80_rounding_precision, 0, zExp, zSig0, zSig1 ); in floatx80_sqrt()
|