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

  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
lesf2.c 28 flag __lesf2(float32, float32);
31 __lesf2(float32 a, float32 b) function
softfloat-for-gcc.h 161 #define float32_le __lesf2
  /external/compiler-rt/lib/builtins/
comparesf2.c 13 // __lesf2 __gtsf2
22 // __lesf2(a,b) returns -1 if a < b
35 // Note that __lesf2( ) and __gesf2( ) are identical except in their handling of
51 __lesf2(fp_t a, fp_t b) { function
85 FNALIAS(__cmpsf2, __lesf2);
129 return __lesf2(a, b);
134 return __lesf2(a, b);
139 return __lesf2(a, b);
apple_versioning.c 288 NOT_HERE_UNTIL_AFTER_4_3(__lesf2)
  /bionic/libc/arch-arm/bionic/
libcrt_compat.c 110 extern char __lesf2;
209 &__lesf2,
  /external/compiler-rt/lib/builtins/arm/
comparesf2.S 13 // __lesf2 __gtsf2
22 // __lesf2(a,b) returns -1 if a < b
35 // Note that __lesf2( ) and __gesf2( ) are identical except in their handling of
104 DEFINE_COMPILERRT_FUNCTION_ALIAS(__lesf2, __eqsf2)
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
softfloat-for-gcc.h 161 #define float32_le __lesf2
  /external/compiler-rt/test/builtins/Unit/
comparesf2_test.c 20 int __lesf2(float, float);
63 if (__lesf2(vector->a, vector->b) != vector->leReference) {
64 printf("error in __lesf2(%a, %a) = %d, expected %d\n",
66 __lesf2(vector->a, vector->b),

Completed in 2466 milliseconds