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

  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
eqsf2.c 30 flag __eqsf2(float32, float32);
33 __eqsf2(float32 a, float32 b) function
softfloat-for-gcc.h 157 #define float32_eq __eqsf2
  /external/compiler-rt/lib/builtins/arm/
comparesf2.S 12 // __eqsf2 __gesf2 __unordsf2
44 DEFINE_COMPILERRT_FUNCTION(__eqsf2)
103 END_COMPILERRT_FUNCTION(__eqsf2)
104 DEFINE_COMPILERRT_FUNCTION_ALIAS(__lesf2, __eqsf2)
105 DEFINE_COMPILERRT_FUNCTION_ALIAS(__ltsf2, __eqsf2)
106 DEFINE_COMPILERRT_FUNCTION_ALIAS(__nesf2, __eqsf2)
  /external/compiler-rt/lib/builtins/
comparesf2.c 12 // __eqsf2 __gesf2 __unordsf2
128 __eqsf2(fp_t a, fp_t b) { function
apple_versioning.c 249 NOT_HERE_UNTIL_AFTER_4_3(__eqsf2)
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
softfloat-for-gcc.h 157 #define float32_eq __eqsf2
  /external/compiler-rt/test/builtins/Unit/
comparesf2_test.c 17 int __eqsf2(float, float);
39 if (__eqsf2(vector->a, vector->b) != vector->eqReference) {
40 printf("error in __eqsf2(%a, %a) = %d, expected %d\n",
42 __eqsf2(vector->a, vector->b),

Completed in 273 milliseconds