Searched refs:__trunctfsf2 (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/compiler-rt/builtins/
H A Dtrunctfsf2.c17 COMPILER_RT_ABI float __trunctfsf2(long double a) { return __truncXfYf2__(a); } function
/barrelfish-master/lib/compiler-rt/test/
H A Dtrunctfsf2_test.c2 //===--------------- trunctfsf2_test.c - Test __trunctfsf2 ----------------===//
10 // This file tests __trunctfsf2 for the compiler_rt library.
21 COMPILER_RT_ABI float __trunctfsf2(long double a);
25 float x = __trunctfsf2(a);

Completed in 87 milliseconds