Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libc/softfloat/
Dunordsf2.c25 return 1 ^ (float32_eq(a, a) & float32_eq(b, b)); in __unordsf2()
Dnesf2.c21 return !float32_eq(a, b); in __nesf2()
Deqsf2.c21 return !float32_eq(a, b); in __eqsf2()
Dsoftfloat-for-gcc.h13 #define float32_eq _softfloat_float32_eq macro
Dsoftfloat.txt305 float32_eq float32_le float32_lt
Dtimesoftfloat.c2194 time_ab_float32_z_flag( float32_eq ); in timeFunctionVariety()
/freebsd-9-stable/tools/test/testfloat/sparc64/
Dsoftfloat.h150 int float32_eq( float32, float32 );
/freebsd-9-stable/lib/libc/arm/softfloat/
Dsoftfloat.h176 int float32_eq( float32, float32 );
/freebsd-9-stable/lib/libc/powerpc64/softfloat/
Dsoftfloat.h172 int float32_eq( float32, float32 );
/freebsd-9-stable/lib/libc/powerpc/softfloat/
Dsoftfloat.h172 int float32_eq( float32, float32 );
/freebsd-9-stable/lib/libc/mips/softfloat/
Dsoftfloat.h176 int float32_eq( float32, float32 );
/freebsd-9-stable/lib/libc/softfloat/templates/
Dsoftfloat.h161 !!!flag float32_eq( float32, float32 );
/freebsd-9-stable/tools/test/testfloat/
DtestFunction.c744 test_ab_float32_z_flag( float32_eq, syst_float32_eq ); in testFunctionVariety()
Dtestsoftfloat.c490 test_ab_float32_z_flag( slow_float32_eq, float32_eq ); in testFunctionVariety()
Dtestfloat.txt333 float32_eq float32_le float32_lt
/freebsd-9-stable/lib/libc/softfloat/bits32/
Dsoftfloat.c1253 flag float32_eq( float32 a, float32 b ) in float32_eq() function
/freebsd-9-stable/lib/libc/softfloat/bits64/
Dsoftfloat.c2134 flag float32_eq( float32 a, float32 b ) in float32_eq() function