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

  /external/compiler-rt/test/builtins/Unit/
getf2_test.c 1 //===------------ getf2_test.c - Test __getf2------------------------------===//
10 // This file tests __getf2 for the compiler_rt library.
20 int __getf2(long double a, long double b);
24 int x = __getf2(a, b);
  /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 516 milliseconds