Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/softfloat/
H A Dfpsetsticky.c52 old = float_exception_flags; in __weak_alias()
53 float_exception_flags = except; in __weak_alias()
H A Dfpgetsticky.c51 return float_exception_flags; in __weak_alias()
H A Dsoftfloat-for-gcc.h7 #define float_exception_flags __softfloat_float_exception_flags macro
H A Dsoftfloat-specialize59 should be simply `float_exception_flags |= flags;'.
69 float_exception_flags |= flags;
H A Dsoftfloat.txt169 `float_exception_flags'. The positions of the exception flag bits within
177 float_exception_flags &= ~ float_flag_<exception>;
/freebsd-14.2/lib/libc/softfloat/bits64/
H A Dsoftfloat.c72 int float_exception_flags = 0; variable
1439 float_exception_flags |= float_flag_inexact; in float32_to_int32_round_to_zero()
1524 float_exception_flags |= float_flag_inexact; in float32_to_int64_round_to_zero()
1656 float_exception_flags |= float_flag_inexact; in float32_round_to_int()
2389 float_exception_flags |= float_flag_inexact; in float64_to_int32_round_to_zero()
2621 float_exception_flags |= float_flag_inexact; in float64_round_to_int()
3349 float_exception_flags |= float_flag_inexact; in floatx80_to_int32_round_to_zero()
3434 float_exception_flags |= float_flag_inexact; in floatx80_to_int64_round_to_zero()
3556 float_exception_flags |= float_flag_inexact; in floatx80_round_to_int()
4372 float_exception_flags |= float_flag_inexact; in float128_to_int32_round_to_zero()
[all …]
/freebsd-14.2/lib/libc/softfloat/bits32/
H A Dsoftfloat.c78 int float_exception_flags = 0; variable
242 if ( roundBits ) float_exception_flags |= float_flag_inexact; in roundAndPackFloat32()
470 if ( zSig2 ) float_exception_flags |= float_flag_inexact; in roundAndPackFloat64()
674 float_exception_flags |= float_flag_inexact; in float32_to_int32_round_to_zero()
738 float_exception_flags |= float_flag_inexact; in float32_round_to_int()
770 if ( z != a ) float_exception_flags |= float_flag_inexact; in float32_round_to_int()
1461 if ( aSigExtra ) float_exception_flags |= float_flag_inexact; in float64_to_int32()
1501 float_exception_flags |= float_flag_inexact; in float64_to_int32_round_to_zero()
1515 if ( aSigExtra ) float_exception_flags |= float_flag_inexact; in float64_to_int32_round_to_zero()
1605 float_exception_flags |= float_flag_inexact; in float64_round_to_int()
[all …]
/freebsd-14.2/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h101 extern fp_except float_exception_flags;
/freebsd-14.2/lib/libc/riscv/softfloat/
H A Dsoftfloat.h99 extern int float_exception_flags;
/freebsd-14.2/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h101 extern fp_except float_exception_flags;
/freebsd-14.2/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h101 extern fp_except float_exception_flags;
/freebsd-14.2/lib/libc/arm/softfloat/
H A Dsoftfloat.h99 extern int float_exception_flags;
/freebsd-14.2/lib/libc/softfloat/templates/
H A Dsoftfloat.h92 extern !!!int8 float_exception_flags;
H A Dsoftfloat-specialize45 should be simply `float_exception_flags |= flags;'.
51 float_exception_flags |= flags;