Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libc/softfloat/
HDunorddf2.c25 return 1 ^ (float64_eq(a, a) & float64_eq(b, b)); in __unorddf2()
HDsoftfloat-for-gcc.h16 #define float64_eq __softfloat_float64_eq macro
140 #define float64_eq __eqdf2
HDnedf2.c21 return !float64_eq(a, b); in __nedf2()
HDeqdf2.c21 return !float64_eq(a, b); in __eqdf2()
HDsoftfloat.txt306 float64_eq float64_le float64_lt
HDtimesoftfloat.c2258 time_ab_float64_z_flag( float64_eq ); in timeFunctionVariety()
/freebsd-11-stable/lib/libc/arm/aeabi/
HDaeabi_double.c61 int AEABI_FUNC2(dcmpeq, float64, float64_eq) in AEABI_FUNC2() argument
/freebsd-11-stable/lib/libc/mips/softfloat/
HDsoftfloat.h220 int float64_eq( float64, float64 );
/freebsd-11-stable/tools/test/testfloat/sparc64/
HDsoftfloat.h183 int float64_eq( float64, float64 );
/freebsd-11-stable/lib/libc/powerpc64/softfloat/
HDsoftfloat.h212 int float64_eq( float64, float64 );
/freebsd-11-stable/lib/libc/powerpc/softfloat/
HDsoftfloat.h212 int float64_eq( float64, float64 );
/freebsd-11-stable/lib/libc/arm/softfloat/
HDsoftfloat.h220 int float64_eq( float64, float64 );
/freebsd-11-stable/lib/libc/softfloat/templates/
HDsoftfloat.h198 !!!flag float64_eq( float64, float64 );
/freebsd-11-stable/tools/test/testfloat/
HDtestFunction.c854 test_ab_float64_z_flag( float64_eq, syst_float64_eq ); in testFunctionVariety()
HDtestsoftfloat.c566 test_ab_float64_z_flag( slow_float64_eq, float64_eq ); in testFunctionVariety()
HDtestfloat.txt334 float64_eq float64_le float64_lt
/freebsd-11-stable/lib/libc/softfloat/bits32/
HDsoftfloat.c2187 flag float64_eq( float64 a, float64 b ) in float64_eq() function
/freebsd-11-stable/lib/libc/softfloat/bits64/
HDsoftfloat.c3132 flag float64_eq( float64 a, float64 b ) in float64_eq() function