Searched refs:float32_eq (Results 1 – 15 of 15) sorted by relevance
/freebsd/lib/libc/softfloat/ |
H A D | unordsf2.c | 22 return 1 ^ (float32_eq(a, a) & float32_eq(b, b)); in __unordsf2()
|
H A D | softfloat-for-gcc.h | 12 #define float32_eq __softfloat_float32_eq macro 128 #define float32_eq __eqsf2
|
H A D | eqsf2.c | 18 return !float32_eq(a, b); in __eqsf2()
|
H A D | nesf2.c | 18 return !float32_eq(a, b); in __nesf2()
|
H A D | softfloat.txt | 304 float32_eq float32_le float32_lt
|
H A D | timesoftfloat.c | 2191 time_ab_float32_z_flag( float32_eq ); in timeFunctionVariety()
|
/freebsd/lib/libc/arm/aeabi/ |
H A D | aeabi_float.c | 60 int AEABI_FUNC2(fcmpeq, float32, float32_eq) in AEABI_FUNC2() argument
|
/freebsd/lib/libc/arm/softfloat/ |
H A D | softfloat.h | 175 int float32_eq( float32, float32 );
|
/freebsd/lib/libc/powerpc/softfloat/ |
H A D | softfloat.h | 171 int float32_eq( float32, float32 );
|
/freebsd/lib/libc/powerpc64/softfloat/ |
H A D | softfloat.h | 171 int float32_eq( float32, float32 );
|
/freebsd/lib/libc/powerpcspe/softfloat/ |
H A D | softfloat.h | 171 int float32_eq( float32, float32 );
|
/freebsd/lib/libc/riscv/softfloat/ |
H A D | softfloat.h | 175 int float32_eq( float32, float32 );
|
/freebsd/lib/libc/softfloat/templates/ |
H A D | softfloat.h | 160 !!!flag float32_eq( float32, float32 );
|
/freebsd/lib/libc/softfloat/bits32/ |
H A D | softfloat.c | 1250 flag float32_eq( float32 a, float32 b ) in float32_eq() function
|
/freebsd/lib/libc/softfloat/bits64/ |
H A D | softfloat.c | 2177 flag float32_eq( float32 a, float32 b ) in float32_eq() function
|