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

/barrelfish-master/lib/compiler-rt/builtins/x86_64/
H A Dfloatdidf.c5 // double __floatdidf(di_int a);
11 double __floatdidf(int64_t a) { return (double)a; } function
/barrelfish-master/lib/compiler-rt/builtins/i386/
H A Dfloatdidf.S25 DEFINE_COMPILERRT_FUNCTION(__floatdidf)
38 END_COMPILERRT_FUNCTION(__floatdidf)
/barrelfish-master/lib/compiler-rt/builtins/
H A Dfloatdidf.c1 //===-- floatdidf.c - Implement __floatdidf -------------------------------===//
9 // This file implements __floatdidf for the compiler_rt library.
27 COMPILER_RT_ABI double __floatdidf(di_int a) { function
48 COMPILER_RT_ABI double __floatdidf(di_int a) { function
99 AEABI_RTABI double __aeabi_l2d(di_int a) { return __floatdidf(a); }
101 COMPILER_RT_ALIAS(__floatdidf, __aeabi_l2d)
H A Dmingw_fixfloat.c15 COMPILER_RT_ABI double __floatdidf(di_int a);
28 COMPILER_RT_ABI double __i64tod(di_int a) { return __floatdidf(a); }
H A Dapple_versioning.c86 NOT_HERE_BEFORE_10_6(__floatdidf)
259 NOT_HERE_UNTIL_AFTER_4_3(__floatdidf)
/barrelfish-master/lib/libc/quad/
H A Dfloatdidf.c46 __floatdidf(x) function
/barrelfish-master/lib/compiler-rt/test/timing/
H A Dfloatdidf.c6 #define FUNCTION_NAME __floatdidf
/barrelfish-master/lib/compiler-rt/test/
H A Dfloatdidf_test.c2 //===-- floatdidf.c - Test __floatdidf ------------------------------------===//
10 // This file tests __floatdidf for the compiler_rt library.
25 COMPILER_RT_ABI double __floatdidf(di_int a);
29 double x = __floatdidf(a);
31 printf("error in __floatdidf(%llX) = %a, expected %a\n", a, x, expected);

Completed in 83 milliseconds