Searched refs:__getf2 (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/test/builtins/Unit/
H A Dgetf2_test.c1 //===------------ 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/
H A Dcomparetf2.c12 // __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);
/external/swiftshader/third_party/subzero/runtime/
H A Dwasm-runtime.cpp201 UNIMPLEMENTED(__getf2)

Completed in 274 milliseconds