Home
last modified time | relevance | path

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

/freebsd/lib/libc/softfloat/
H A Dunorddf2.c22 return 1 ^ (float64_eq(a, a) & float64_eq(b, b)); in __unorddf2()
H A Dsoftfloat-for-gcc.h15 #define float64_eq __softfloat_float64_eq macro
139 #define float64_eq __eqdf2
H A Deqdf2.c18 return !float64_eq(a, b); in __eqdf2()
H A Dnedf2.c18 return !float64_eq(a, b); in __nedf2()
H A Dsoftfloat.txt305 float64_eq float64_le float64_lt
H A Dtimesoftfloat.c2255 time_ab_float64_z_flag( float64_eq ); in timeFunctionVariety()
/freebsd/lib/libc/arm/aeabi/
H A Daeabi_double.c60 int AEABI_FUNC2(dcmpeq, float64, float64_eq) in AEABI_FUNC2() argument
/freebsd/lib/libc/arm/softfloat/
H A Dsoftfloat.h219 int float64_eq( float64, float64 );
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h211 int float64_eq( float64, float64 );
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h211 int float64_eq( float64, float64 );
/freebsd/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h211 int float64_eq( float64, float64 );
/freebsd/lib/libc/riscv/softfloat/
H A Dsoftfloat.h219 int float64_eq( float64, float64 );
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat.h197 !!!flag float64_eq( float64, float64 );
/freebsd/lib/libc/softfloat/bits32/
H A Dsoftfloat.c2184 flag float64_eq( float64 a, float64 b ) in float64_eq() function
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat.c3129 flag float64_eq( float64 a, float64 b ) in float64_eq() function