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

  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
getf2.c 30 flag __getf2(float128, float128);
33 __getf2(float128 a, float128 b) function
  /external/compiler-rt/lib/builtins/
comparetf2.c 12 // __eqtf2 __getf2 __unordtf2
27 // __getf2(a,b) returns -1 if a < b
35 // Note that __letf2( ) and __getf2( ) are identical except in their handling of
94 COMPILER_RT_ABI enum GE_RESULT __getf2(fp_t a, fp_t b) { function
135 return __getf2(a, b);

Completed in 948 milliseconds