Home
last modified time | relevance | path

Searched refs:float32_eq (Results 1 – 19 of 19) sorted by relevance

/freebsd-13.1/lib/libc/softfloat/
H A Dunordsf2.c25 return 1 ^ (float32_eq(a, a) & float32_eq(b, b)); in __unordsf2()
H A Dsoftfloat-for-gcc.h13 #define float32_eq __softfloat_float32_eq macro
129 #define float32_eq __eqsf2
H A Dnesf2.c21 return !float32_eq(a, b); in __nesf2()
H A Deqsf2.c21 return !float32_eq(a, b); in __eqsf2()
H A Dsoftfloat.txt305 float32_eq float32_le float32_lt
H A Dtimesoftfloat.c2194 time_ab_float32_z_flag( float32_eq ); in timeFunctionVariety()
/freebsd-13.1/lib/libc/arm/aeabi/
H A Daeabi_float.c63 int AEABI_FUNC2(fcmpeq, float32, float32_eq) in AEABI_FUNC2() argument
/freebsd-13.1/lib/libc/arm/softfloat/
H A Dsoftfloat.h176 int float32_eq( float32, float32 );
/freebsd-13.1/lib/libc/mips/softfloat/
H A Dsoftfloat.h176 int float32_eq( float32, float32 );
/freebsd-13.1/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h172 int float32_eq( float32, float32 );
/freebsd-13.1/lib/libc/riscv/softfloat/
H A Dsoftfloat.h176 int float32_eq( float32, float32 );
/freebsd-13.1/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h172 int float32_eq( float32, float32 );
/freebsd-13.1/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h172 int float32_eq( float32, float32 );
/freebsd-13.1/lib/libc/softfloat/templates/
H A Dsoftfloat.h161 !!!flag float32_eq( float32, float32 );
/freebsd-13.1/tools/test/testfloat/
H A DtestFunction.c744 test_ab_float32_z_flag( float32_eq, syst_float32_eq ); in testFunctionVariety()
H A Dtestsoftfloat.c490 test_ab_float32_z_flag( slow_float32_eq, float32_eq ); in testFunctionVariety()
H A Dtestfloat.txt333 float32_eq float32_le float32_lt
/freebsd-13.1/lib/libc/softfloat/bits32/
H A Dsoftfloat.c1253 flag float32_eq( float32 a, float32 b ) in float32_eq() function
/freebsd-13.1/lib/libc/softfloat/bits64/
H A Dsoftfloat.c2180 flag float32_eq( float32 a, float32 b ) in float32_eq() function