Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/softfloat/
H A Dunorddf2.c25 return 1 ^ (float64_eq(a, a) & float64_eq(b, b)); in __unorddf2()
H A Dsoftfloat-for-gcc.h16 #define float64_eq __softfloat_float64_eq macro
140 #define float64_eq __eqdf2
H A Dnedf2.c21 return !float64_eq(a, b); in __nedf2()
H A Deqdf2.c21 return !float64_eq(a, b); in __eqdf2()
H A Dsoftfloat.txt306 float64_eq float64_le float64_lt
H A Dtimesoftfloat.c2258 time_ab_float64_z_flag( float64_eq ); in timeFunctionVariety()
/freebsd-13.1/lib/libc/arm/aeabi/
H A Daeabi_double.c63 int AEABI_FUNC2(dcmpeq, float64, float64_eq) in AEABI_FUNC2() argument
/freebsd-13.1/lib/libc/arm/softfloat/
H A Dsoftfloat.h220 int float64_eq( float64, float64 );
/freebsd-13.1/lib/libc/mips/softfloat/
H A Dsoftfloat.h220 int float64_eq( float64, float64 );
/freebsd-13.1/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h212 int float64_eq( float64, float64 );
/freebsd-13.1/lib/libc/riscv/softfloat/
H A Dsoftfloat.h220 int float64_eq( float64, float64 );
/freebsd-13.1/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h212 int float64_eq( float64, float64 );
/freebsd-13.1/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h212 int float64_eq( float64, float64 );
/freebsd-13.1/lib/libc/softfloat/templates/
H A Dsoftfloat.h198 !!!flag float64_eq( float64, float64 );
/freebsd-13.1/tools/test/testfloat/
H A DtestFunction.c854 test_ab_float64_z_flag( float64_eq, syst_float64_eq ); in testFunctionVariety()
H A Dtestsoftfloat.c566 test_ab_float64_z_flag( slow_float64_eq, float64_eq ); in testFunctionVariety()
H A Dtestfloat.txt334 float64_eq float64_le float64_lt
/freebsd-13.1/lib/libc/softfloat/bits32/
H A Dsoftfloat.c2187 flag float64_eq( float64 a, float64 b ) in float64_eq() function
/freebsd-13.1/lib/libc/softfloat/bits64/
H A Dsoftfloat.c3132 flag float64_eq( float64 a, float64 b ) in float64_eq() function