Searched refs:__floatdixf (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/lib/compiler-rt/builtins/x86_64/
H A Dfloatdixf.c5 // long double __floatdixf(di_int a);
11 long double __floatdixf(int64_t a) { return (long double)a; } function
/barrelfish-master/lib/compiler-rt/builtins/i386/
H A Dfloatdixf.S7 // float __floatdixf(di_int a);
20 DEFINE_COMPILERRT_FUNCTION(__floatdixf)
29 END_COMPILERRT_FUNCTION(__floatdixf)
/barrelfish-master/lib/compiler-rt/builtins/
H A Dfloatdixf.c1 //===-- floatdixf.c - Implement __floatdixf -------------------------------===//
9 // This file implements __floatdixf for the compiler_rt library.
26 COMPILER_RT_ABI long double __floatdixf(di_int a) { function
H A Dapple_versioning.c89 NOT_HERE_BEFORE_10_6(__floatdixf)
/barrelfish-master/lib/compiler-rt/test/timing/
H A Dfloatdixf.c6 #define FUNCTION_NAME __floatdixf
/barrelfish-master/lib/compiler-rt/test/
H A Dfloatdixf_test.c2 //===-- floatdixf_test.c - Test __floatdixf -------------------------------===//
10 // This file tests __floatdixf for the compiler_rt library.
26 long COMPILER_RT_ABI double __floatdixf(di_int a);
30 long double x = __floatdixf(a);
32 printf("error in __floatdixf(%llX) = %LA, expected %LA\n",

Completed in 95 milliseconds