Searched refs:__unordsf2 (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/lib/libc/softfloat/
H A Dunordsf2.c11 flag __unordsf2(float32, float32);
14 __unordsf2(float32 a, float32 b) function
H A Dsoftfloat-for-gcc.h127 #define float32_unord __unordsf2
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcomparesf2.c11 // __eqsf2 __gesf2 __unordsf2
31 // __unordsf2(a,b) returns 0 if both a and b are numbers
58 COMPILER_RT_ABI CMP_RESULT __unordsf2(fp_t a, fp_t b) {
64 AEABI_RTABI int __aeabi_fcmpun(fp_t a, fp_t b) { return __unordsf2(a, b); }
66 COMPILER_RT_ALIAS(__unordsf2, __aeabi_fcmpun)
H A Dapple_versioning.c328 NOT_HERE_UNTIL_AFTER_4_3(__unordsf2)
/freebsd-current/lib/libc/arm/aeabi/
H A Daeabi_float.c38 flag __unordsf2(float32, float32);
65 int AEABI_FUNC2(fcmpun, float32, __unordsf2)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dcomparesf2.S11 // __eqsf2 __gesf2 __unordsf2
31 // __unordsf2(a,b) returns 0 if both a and b are numbers
218 @ int __unordsf2(float a, float b)
221 DEFINE_COMPILERRT_FUNCTION(__unordsf2)
248 END_COMPILERRT_FUNCTION(__unordsf2)
254 b SYMBOL_NAME(__unordsf2)
257 DEFINE_AEABI_FUNCTION_ALIAS(__aeabi_fcmpun, __unordsf2)

Completed in 119 milliseconds