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

/barrelfish-master/lib/compiler-rt/test/
H A Dfloatsitf_test.c2 //===--------------- floatsitf_test.c - Test __floatsitf ------------------===//
10 // This file tests __floatsitf for the compiler_rt library.
21 long COMPILER_RT_ABI double __floatsitf(int a);
25 long double x = __floatsitf(a);
/barrelfish-master/lib/compiler-rt/builtins/
H A Dfloatsitf.c19 COMPILER_RT_ABI fp_t __floatsitf(int a) { function

Completed in 82 milliseconds