Searched refs:float64_eq (Results 1 – 15 of 15) sorted by relevance
/freebsd/lib/libc/softfloat/ |
H A D | unorddf2.c | 22 return 1 ^ (float64_eq(a, a) & float64_eq(b, b)); in __unorddf2()
|
H A D | softfloat-for-gcc.h | 15 #define float64_eq __softfloat_float64_eq macro 139 #define float64_eq __eqdf2
|
H A D | eqdf2.c | 18 return !float64_eq(a, b); in __eqdf2()
|
H A D | nedf2.c | 18 return !float64_eq(a, b); in __nedf2()
|
H A D | softfloat.txt | 305 float64_eq float64_le float64_lt
|
H A D | timesoftfloat.c | 2255 time_ab_float64_z_flag( float64_eq ); in timeFunctionVariety()
|
/freebsd/lib/libc/arm/aeabi/ |
H A D | aeabi_double.c | 60 int AEABI_FUNC2(dcmpeq, float64, float64_eq) in AEABI_FUNC2() argument
|
/freebsd/lib/libc/arm/softfloat/ |
H A D | softfloat.h | 219 int float64_eq( float64, float64 );
|
/freebsd/lib/libc/powerpc/softfloat/ |
H A D | softfloat.h | 211 int float64_eq( float64, float64 );
|
/freebsd/lib/libc/powerpc64/softfloat/ |
H A D | softfloat.h | 211 int float64_eq( float64, float64 );
|
/freebsd/lib/libc/powerpcspe/softfloat/ |
H A D | softfloat.h | 211 int float64_eq( float64, float64 );
|
/freebsd/lib/libc/riscv/softfloat/ |
H A D | softfloat.h | 219 int float64_eq( float64, float64 );
|
/freebsd/lib/libc/softfloat/templates/ |
H A D | softfloat.h | 197 !!!flag float64_eq( float64, float64 );
|
/freebsd/lib/libc/softfloat/bits32/ |
H A D | softfloat.c | 2184 flag float64_eq( float64 a, float64 b ) in float64_eq() function
|
/freebsd/lib/libc/softfloat/bits64/ |
H A D | softfloat.c | 3129 flag float64_eq( float64 a, float64 b ) in float64_eq() function
|