Home
last modified time | relevance | path

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

/freebsd/lib/libc/arm/aeabi/
H A Daeabi_float.c62 int AEABI_FUNC2(fcmple, float32, float32_le) in AEABI_FUNC2()
63 int AEABI_FUNC2_REV(fcmpge, float32, float32_le) in AEABI_FUNC2()
/freebsd/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h13 #define float32_le __softfloat_float32_le macro
132 #define float32_le __lesf2
H A Dgesf2.c18 return float32_le(b, a) - 1; in __gesf2()
H A Dlesf2.c18 return 1 - float32_le(a, b); in __lesf2()
H A Dsoftfloat.txt304 float32_eq float32_le float32_lt
H A Dtimesoftfloat.c2194 time_ab_float32_z_flag( float32_le ); in timeFunctionVariety()
/freebsd/lib/libc/arm/softfloat/
H A Dsoftfloat.h176 int float32_le( float32, float32 );
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h172 int float32_le( float32, float32 );
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h172 int float32_le( float32, float32 );
/freebsd/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h172 int float32_le( float32, float32 );
/freebsd/lib/libc/riscv/softfloat/
H A Dsoftfloat.h176 int float32_le( float32, float32 );
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat.h161 !!!flag float32_le( float32, float32 );
/freebsd/lib/libc/softfloat/bits32/
H A Dsoftfloat.c1273 flag float32_le( float32 a, float32 b ) in float32_le() function
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat.c2200 flag float32_le( float32 a, float32 b ) in float32_le() function