Home
last modified time | relevance | path

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

/freebsd/lib/libc/softfloat/
H A Dunordsf2.c22 return 1 ^ (float32_eq(a, a) & float32_eq(b, b)); in __unordsf2()
H A Dsoftfloat-for-gcc.h12 #define float32_eq __softfloat_float32_eq macro
128 #define float32_eq __eqsf2
H A Deqsf2.c18 return !float32_eq(a, b); in __eqsf2()
H A Dnesf2.c18 return !float32_eq(a, b); in __nesf2()
H A Dsoftfloat.txt304 float32_eq float32_le float32_lt
H A Dtimesoftfloat.c2191 time_ab_float32_z_flag( float32_eq ); in timeFunctionVariety()
/freebsd/lib/libc/arm/aeabi/
H A Daeabi_float.c60 int AEABI_FUNC2(fcmpeq, float32, float32_eq) in AEABI_FUNC2() argument
/freebsd/lib/libc/arm/softfloat/
H A Dsoftfloat.h175 int float32_eq( float32, float32 );
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h171 int float32_eq( float32, float32 );
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h171 int float32_eq( float32, float32 );
/freebsd/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h171 int float32_eq( float32, float32 );
/freebsd/lib/libc/riscv/softfloat/
H A Dsoftfloat.h175 int float32_eq( float32, float32 );
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat.h160 !!!flag float32_eq( float32, float32 );
/freebsd/lib/libc/softfloat/bits32/
H A Dsoftfloat.c1250 flag float32_eq( float32 a, float32 b ) in float32_eq() function
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat.c2177 flag float32_eq( float32 a, float32 b ) in float32_eq() function