Searched refs:__floatdisf (Results 1 - 8 of 8) sorted by relevance

/barrelfish-master/lib/compiler-rt/builtins/x86_64/
H A Dfloatdisf.c9 float __floatdisf(int64_t a) { return (float)a; } function
/barrelfish-master/lib/compiler-rt/builtins/i386/
H A Dfloatdisf.S7 // float __floatdisf(di_int a);
20 DEFINE_COMPILERRT_FUNCTION(__floatdisf)
31 END_COMPILERRT_FUNCTION(__floatdisf)
/barrelfish-master/lib/compiler-rt/builtins/
H A Dfloatdisf.c1 //===-- floatdisf.c - Implement __floatdisf -------------------------------===//
9 // This file implements __floatdisf for the compiler_rt library.
22 COMPILER_RT_ABI float __floatdisf(di_int a) { function
71 AEABI_RTABI float __aeabi_l2f(di_int a) { return __floatdisf(a); }
73 COMPILER_RT_ALIAS(__floatdisf, __aeabi_l2f)
H A Dmingw_fixfloat.c16 COMPILER_RT_ABI float __floatdisf(di_int a);
30 COMPILER_RT_ABI float __i64tos(di_int a) { return __floatdisf(a); }
H A Dapple_versioning.c87 NOT_HERE_BEFORE_10_6(__floatdisf)
260 NOT_HERE_UNTIL_AFTER_4_3(__floatdisf)
/barrelfish-master/lib/libc/quad/
H A Dfloatdisf.c46 __floatdisf(x) function
/barrelfish-master/lib/compiler-rt/test/
H A Dfloatdisf_test.c2 //===-- floatdisf_test.c - Test __floatdisf -------------------------------===//
10 // This file tests __floatdisf for the compiler_rt library.
25 COMPILER_RT_ABI float __floatdisf(di_int a);
29 float x = __floatdisf(a);
31 printf("error in __floatdisf(%llX) = %a, expected %a\n",
/barrelfish-master/lib/compiler-rt/test/timing/
H A Dfloatdisf.c6 #define FUNCTION_NAME __floatdisf

Completed in 41 milliseconds