Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libc/softfloat/
HDunordsf2.c25 return 1 ^ (float32_eq(a, a) & float32_eq(b, b)); in __unordsf2()
HDsoftfloat-for-gcc.h13 #define float32_eq __softfloat_float32_eq macro
129 #define float32_eq __eqsf2
HDnesf2.c21 return !float32_eq(a, b); in __nesf2()
HDeqsf2.c21 return !float32_eq(a, b); in __eqsf2()
HDsoftfloat.txt305 float32_eq float32_le float32_lt
HDtimesoftfloat.c2194 time_ab_float32_z_flag( float32_eq ); in timeFunctionVariety()
/freebsd-11-stable/lib/libc/arm/aeabi/
HDaeabi_float.c61 int AEABI_FUNC2(fcmpeq, float32, float32_eq) in AEABI_FUNC2() argument
/freebsd-11-stable/lib/libc/mips/softfloat/
HDsoftfloat.h176 int float32_eq( float32, float32 );
/freebsd-11-stable/tools/test/testfloat/sparc64/
HDsoftfloat.h150 int float32_eq( float32, float32 );
/freebsd-11-stable/lib/libc/powerpc64/softfloat/
HDsoftfloat.h172 int float32_eq( float32, float32 );
/freebsd-11-stable/lib/libc/powerpc/softfloat/
HDsoftfloat.h172 int float32_eq( float32, float32 );
/freebsd-11-stable/lib/libc/arm/softfloat/
HDsoftfloat.h176 int float32_eq( float32, float32 );
/freebsd-11-stable/lib/libc/softfloat/templates/
HDsoftfloat.h161 !!!flag float32_eq( float32, float32 );
/freebsd-11-stable/tools/test/testfloat/
HDtestFunction.c744 test_ab_float32_z_flag( float32_eq, syst_float32_eq ); in testFunctionVariety()
HDtestsoftfloat.c490 test_ab_float32_z_flag( slow_float32_eq, float32_eq ); in testFunctionVariety()
HDtestfloat.txt333 float32_eq float32_le float32_lt
/freebsd-11-stable/lib/libc/softfloat/bits32/
HDsoftfloat.c1253 flag float32_eq( float32 a, float32 b ) in float32_eq() function
/freebsd-11-stable/lib/libc/softfloat/bits64/
HDsoftfloat.c2180 flag float32_eq( float32 a, float32 b ) in float32_eq() function