Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libc/softfloat/
HDunorddf2.c22 return 1 ^ (float64_eq(a, a) & float64_eq(b, b)); in __unorddf2()
HDsoftfloat-for-gcc.h15 #define float64_eq __softfloat_float64_eq macro
139 #define float64_eq __eqdf2
HDeqdf2.c18 return !float64_eq(a, b); in __eqdf2()
HDnedf2.c18 return !float64_eq(a, b); in __nedf2()
HDsoftfloat.txt305 float64_eq float64_le float64_lt
HDtimesoftfloat.c2255 time_ab_float64_z_flag( float64_eq ); in timeFunctionVariety()
/freebsd-14-stable/lib/libc/arm/aeabi/
HDaeabi_double.c60 int AEABI_FUNC2(dcmpeq, float64, float64_eq) in AEABI_FUNC2() argument
/freebsd-14-stable/lib/libc/riscv/softfloat/
HDsoftfloat.h219 int float64_eq( float64, float64 );
/freebsd-14-stable/lib/libc/powerpc/softfloat/
HDsoftfloat.h211 int float64_eq( float64, float64 );
/freebsd-14-stable/lib/libc/powerpcspe/softfloat/
HDsoftfloat.h211 int float64_eq( float64, float64 );
/freebsd-14-stable/lib/libc/arm/softfloat/
HDsoftfloat.h219 int float64_eq( float64, float64 );
/freebsd-14-stable/lib/libc/powerpc64/softfloat/
HDsoftfloat.h211 int float64_eq( float64, float64 );
/freebsd-14-stable/lib/libc/softfloat/templates/
HDsoftfloat.h197 !!!flag float64_eq( float64, float64 );
/freebsd-14-stable/lib/libc/softfloat/bits32/
HDsoftfloat.c2184 flag float64_eq( float64 a, float64 b ) in float64_eq() function
/freebsd-14-stable/lib/libc/softfloat/bits64/
HDsoftfloat.c3129 flag float64_eq( float64 a, float64 b ) in float64_eq() function