Home
last modified time | relevance | path

Searched refs:float_exception_flags (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/lib/libc/softfloat/
H A Dfpsetsticky.c55 old = float_exception_flags; in __weak_alias()
56 float_exception_flags = except; in __weak_alias()
H A Dfpgetsticky.c54 return float_exception_flags; in __weak_alias()
H A Dsoftfloat-for-gcc.h8 #define float_exception_flags __softfloat_float_exception_flags macro
H A Dsoftfloat-specialize60 should be simply `float_exception_flags |= flags;'.
70 float_exception_flags |= flags;
H A Dsoftfloat.txt170 `float_exception_flags'. The positions of the exception flag bits within
178 float_exception_flags &= ~ float_flag_<exception>;
/freebsd-13.1/lib/libc/softfloat/bits64/
H A Dsoftfloat.c75 int float_exception_flags = 0; variable
1442 float_exception_flags |= float_flag_inexact; in float32_to_int32_round_to_zero()
1527 float_exception_flags |= float_flag_inexact; in float32_to_int64_round_to_zero()
1659 float_exception_flags |= float_flag_inexact; in float32_round_to_int()
2392 float_exception_flags |= float_flag_inexact; in float64_to_int32_round_to_zero()
2624 float_exception_flags |= float_flag_inexact; in float64_round_to_int()
3352 float_exception_flags |= float_flag_inexact; in floatx80_to_int32_round_to_zero()
3437 float_exception_flags |= float_flag_inexact; in floatx80_to_int64_round_to_zero()
3559 float_exception_flags |= float_flag_inexact; in floatx80_round_to_int()
4375 float_exception_flags |= float_flag_inexact; in float128_to_int32_round_to_zero()
[all …]
/freebsd-13.1/lib/libc/softfloat/bits32/
H A Dsoftfloat.c81 int float_exception_flags = 0; variable
245 if ( roundBits ) float_exception_flags |= float_flag_inexact; in roundAndPackFloat32()
473 if ( zSig2 ) float_exception_flags |= float_flag_inexact; in roundAndPackFloat64()
677 float_exception_flags |= float_flag_inexact; in float32_to_int32_round_to_zero()
741 float_exception_flags |= float_flag_inexact; in float32_round_to_int()
773 if ( z != a ) float_exception_flags |= float_flag_inexact; in float32_round_to_int()
1464 if ( aSigExtra ) float_exception_flags |= float_flag_inexact; in float64_to_int32()
1504 float_exception_flags |= float_flag_inexact; in float64_to_int32_round_to_zero()
1518 if ( aSigExtra ) float_exception_flags |= float_flag_inexact; in float64_to_int32_round_to_zero()
1608 float_exception_flags |= float_flag_inexact; in float64_round_to_int()
[all …]
/freebsd-13.1/tools/test/testfloat/
H A Dtestfloat.c64 trueFlagsPtr = &float_exception_flags; in main()
H A Dtestsoftfloat.c51 flags = float_exception_flags; in clearFlags()
52 float_exception_flags = 0; in clearFlags()
/freebsd-13.1/lib/libc/arm/softfloat/
H A Dsoftfloat.h100 extern int float_exception_flags;
/freebsd-13.1/lib/libc/mips/softfloat/
H A Dsoftfloat.h100 extern int float_exception_flags;
/freebsd-13.1/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h102 extern fp_except float_exception_flags;
/freebsd-13.1/lib/libc/riscv/softfloat/
H A Dsoftfloat.h100 extern int float_exception_flags;
/freebsd-13.1/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h102 extern fp_except float_exception_flags;
/freebsd-13.1/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h102 extern fp_except float_exception_flags;
/freebsd-13.1/lib/libc/softfloat/templates/
H A Dsoftfloat.h93 extern !!!int8 float_exception_flags;
H A Dsoftfloat-specialize46 should be simply `float_exception_flags |= flags;'.
52 float_exception_flags |= flags;