HomeSort by relevance Sort by last modified time
    Searched defs:__gedf2 (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
gedf2.c 30 flag __gedf2(float64, float64);
33 __gedf2(float64 a, float64 b) function
  /external/compiler-rt/lib/builtins/
comparedf2.c 12 // __eqdf2 __gedf2 __unorddf2
27 // __gedf2(a,b) returns -1 if a < b
35 // Note that __ledf2( ) and __gedf2( ) are identical except in their handling of
96 __gedf2(fp_t a, fp_t b) { function
144 return __gedf2(a, b);

Completed in 86 milliseconds