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

  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
gesf2.c 30 flag __gesf2(float32, float32);
33 __gesf2(float32 a, float32 b) function
  /external/compiler-rt/lib/builtins/
comparesf2.c 12 // __eqsf2 __gesf2 __unordsf2
27 // __gesf2(a,b) returns -1 if a < b
35 // Note that __lesf2( ) and __gesf2( ) are identical except in their handling of
96 __gesf2(fp_t a, fp_t b) { function
144 return __gesf2(a, b);

Completed in 256 milliseconds