HomeSort by: relevance | last modified time | path
    Searched refs:__letf2 (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/softfloat/
letf2.c 18 flag __letf2(float128, float128);
21 __letf2(float128 a, float128 b) function in typeref:typename:flag
softfloat-for-gcc.h 167 #define float128_le __letf2
  /src/sys/external/bsd/compiler_rt/dist/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 in typeref:typename:COMPILER_RT_ABI enum LE_RESULT
84 FNALIAS(__cmptf2, __letf2);
123 return __letf2(a, b);
127 return __letf2(a, b);
131 return __letf2(a, b);
  /src/sys/external/bsd/compiler_rt/dist/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 67 milliseconds