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

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

Completed in 81 milliseconds