Home
last modified time | relevance | path

Searched refs:float_flag_underflow (Results 1 – 10 of 10) sorted by relevance

/freebsd/lib/libc/arm/softfloat/
H A Dsoftfloat.h103 float_flag_underflow = FE_UNDERFLOW, enumerator
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h105 float_flag_underflow = FP_X_UFL, enumerator
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h105 float_flag_underflow = FP_X_UFL, enumerator
/freebsd/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h105 float_flag_underflow = FP_X_UFL, enumerator
/freebsd/lib/libc/riscv/softfloat/
H A Dsoftfloat.h103 float_flag_underflow = FE_UNDERFLOW, enumerator
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat.h95 float_flag_underflow = 2, enumerator
/freebsd/lib/libc/softfloat/
H A Dsoftfloat-specialize78 if (flags & float_flag_underflow)
H A Dsoftfloat.txt171 `float_flag_underflow', `float_flag_overflow', `float_flag_divbyzero', and
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat.c342 if ( isTiny && roundBits ) float_raise( float_flag_underflow ); in roundAndPackFloat32()
514 if ( isTiny && roundBits ) float_raise( float_flag_underflow ); in roundAndPackFloat64()
699 if ( isTiny && roundBits ) float_raise( float_flag_underflow ); in roundAndPackFloatx80()
765 if ( isTiny && zSig1 ) float_raise( float_flag_underflow ); in roundAndPackFloatx80()
1043 if ( isTiny && zSig2 ) float_raise( float_flag_underflow ); in roundAndPackFloat128()
/freebsd/lib/libc/softfloat/bits32/
H A Dsoftfloat.c239 if ( isTiny && roundBits ) float_raise( float_flag_underflow ); in roundAndPackFloat32()
456 if ( isTiny && zSig2 ) float_raise( float_flag_underflow ); in roundAndPackFloat64()