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

  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
gtsf2.c 28 flag __gtsf2(float32, float32);
31 __gtsf2(float32 a, float32 b) function
softfloat-for-gcc.h 162 #define float32_gt __gtsf2
  /external/compiler-rt/lib/builtins/arm/
comparesf2.S 13 // __lesf2 __gtsf2
109 DEFINE_COMPILERRT_FUNCTION(__gtsf2)
132 END_COMPILERRT_FUNCTION(__gtsf2)
133 DEFINE_COMPILERRT_FUNCTION_ALIAS(__gesf2, __gtsf2)
  /external/compiler-rt/lib/builtins/
comparesf2.c 13 // __lesf2 __gtsf2
143 __gtsf2(fp_t a, fp_t b) { function
apple_versioning.c 284 NOT_HERE_UNTIL_AFTER_4_3(__gtsf2)
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
softfloat-for-gcc.h 162 #define float32_gt __gtsf2
  /external/compiler-rt/test/builtins/Unit/
comparesf2_test.c 19 int __gtsf2(float, float);
55 if (__gtsf2(vector->a, vector->b) != vector->gtReference) {
56 printf("error in __gtsf2(%a, %a) = %d, expected %d\n",
58 __gtsf2(vector->a, vector->b),

Completed in 148 milliseconds