HomeSort by relevance Sort by last modified time
    Searched refs:__unordsf2 (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
unordsf2.c 28 flag __unordsf2(float32, float32);
31 __unordsf2(float32 a, float32 b) function
softfloat-for-gcc.h 156 #define float32_unord __unordsf2
  /external/compiler-rt/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)
  /bionic/libc/arch-arm/bionic/
libgcc_compat.c 105 extern char __unordsf2;
184 &__unordsf2,
  /external/compiler-rt/lib/builtins/
comparesf2.c 12 // __eqsf2 __gesf2 __unordsf2
32 // __unordsf2(a,b) returns 0 if both a and b are numbers
119 __unordsf2(fp_t a, fp_t b) {
apple_versioning.c 335 NOT_HERE_UNTIL_AFTER_4_3(__unordsf2)
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
softfloat-for-gcc.h 156 #define float32_unord __unordsf2
  /external/compiler-rt/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),

Completed in 140 milliseconds