Searched refs:float_exception_flags (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/lib/libc/softfloat/
H A Dfpgetsticky.c46 return float_exception_flags;
H A Dfpsetsticky.c52 old = float_exception_flags;
53 float_exception_flags = except;
H A Dsoftfloat-for-gcc.h7 #define float_exception_flags __softfloat_float_exception_flags macro
/freebsd-current/lib/libc/softfloat/bits64/
H A Dsoftfloat.c72 int float_exception_flags = 0; variable
144 if ( roundBits ) float_exception_flags |= float_flag_inexact;
198 if ( absZ1 ) float_exception_flags |= float_flag_inexact;
345 if ( roundBits ) float_exception_flags |= float_flag_inexact;
517 if ( roundBits ) float_exception_flags |= float_flag_inexact;
700 if ( roundBits ) float_exception_flags |= float_flag_inexact;
711 if ( roundBits ) float_exception_flags |= float_flag_inexact;
766 if ( zSig1 ) float_exception_flags |= float_flag_inexact;
787 if ( zSig1 ) float_exception_flags |= float_flag_inexact;
1057 if ( zSig2 ) float_exception_flags |
[all...]
/freebsd-current/lib/libc/softfloat/bits32/
H A Dsoftfloat.c78 int float_exception_flags = 0; variable
242 if ( roundBits ) float_exception_flags |= float_flag_inexact;
470 if ( zSig2 ) float_exception_flags |= float_flag_inexact;
613 if ( aSigExtra ) float_exception_flags |= float_flag_inexact;
668 if ( aExp | aSig ) float_exception_flags |= float_flag_inexact;
674 float_exception_flags |= float_flag_inexact;
738 float_exception_flags |= float_flag_inexact;
770 if ( z != a ) float_exception_flags |= float_flag_inexact;
1461 if ( aSigExtra ) float_exception_flags |= float_flag_inexact;
1501 float_exception_flags |
[all...]
/freebsd-current/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h101 extern fp_except float_exception_flags;
/freebsd-current/lib/libc/riscv/softfloat/
H A Dsoftfloat.h99 extern int float_exception_flags;
/freebsd-current/lib/libc/softfloat/templates/
H A Dsoftfloat.h92 extern !!!int8 float_exception_flags;
/freebsd-current/lib/libc/arm/softfloat/
H A Dsoftfloat.h99 extern int float_exception_flags;
/freebsd-current/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h101 extern fp_except float_exception_flags;
/freebsd-current/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h101 extern fp_except float_exception_flags;

Completed in 163 milliseconds