| /src/lib/libc/arch/m68k/hardfloat/ | 
| unorddf2.S | 43 ENTRY(__unordsf2)  function 52 END(__unordsf2)
 
 | 
| /src/lib/libc/softfloat/ | 
| unordsf2.c | 16 flag __unordsf2(float32, float32); 19 __unordsf2(float32 a, float32 b)  function in typeref:typename:flag
 
 | 
| softfloat-for-gcc.h | 128 #define float32_unord			__unordsf2 
 | 
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/ | 
| comparesf2.S | 12 //   __eqsf2   __gesf2   __unordsf2 32 //   __unordsf2(a,b) returns 0 if both a and b are numbers
 136 DEFINE_COMPILERRT_FUNCTION(__unordsf2)
 146 END_COMPILERRT_FUNCTION(__unordsf2)
 148 DEFINE_AEABI_FUNCTION_ALIAS(__aeabi_fcmpun, __unordsf2)
 
 | 
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ | 
| comparesf2.c | 12 //   __eqsf2   __gesf2   __unordsf2 32 //   __unordsf2(a,b) returns 0 if both a and b are numbers
 117 __unordsf2(fp_t a, fp_t b) {  function in typeref:typename:COMPILER_RT_ABI int
 148   return __unordsf2(a, b);
 151 AEABI_RTABI int __aeabi_fcmpun(fp_t a, fp_t b) COMPILER_RT_ALIAS(__unordsf2);
 
 | 
| /src/lib/libc_fp/arch/mips/ | 
| fpsf.S | 230 LEAF_NOPROFILE(__unordsf2) 243 END(__unordsf2)
 
 | 
| /src/lib/libc_vfp/ | 
| vfpsf.S | 261 ENTRY(__unordsf2)  function 268 END(__unordsf2)
 
 | 
| /src/sys/external/bsd/compiler_rt/dist/test/Unit/ | 
| comparesf2_test.c | 23 int __unordsf2(float, float); 87     if (__unordsf2(vector->a, vector->b) != vector->unReference) {
 88         printf("error in __unordsf2(%a, %a) = %d, expected %d\n",
 90                __unordsf2(vector->a, vector->b),
 
 | 
| /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ | 
| comparesf2_test.c | 23 int __unordsf2(float, float); 87     if (__unordsf2(vector->a, vector->b) != vector->unReference) {
 88         printf("error in __unordsf2(%a, %a) = %d, expected %d\n",
 90                __unordsf2(vector->a, vector->b),
 
 |