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

  /external/compiler-rt/lib/builtins/
comparetf2.c 13 // __letf2 __gttf2
22 // __letf2(a,b) returns -1 if a < b
35 // Note that __letf2( ) and __getf2( ) are identical except in their handling of
51 COMPILER_RT_ABI enum LE_RESULT __letf2(fp_t a, fp_t b) { function
84 FNALIAS(__cmptf2, __letf2);
123 return __letf2(a, b);
127 return __letf2(a, b);
131 return __letf2(a, b);
  /external/compiler-rt/test/builtins/Unit/
letf2_test.c 1 //===------------ letf2_test.c - Test __letf2------------------------------===//
10 // This file tests __letf2 for the compiler_rt library.
20 int __letf2(long double a, long double b);
24 int x = __letf2(a, b);

Completed in 97 milliseconds