OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__floatdixf
(Results
1 - 6
of
6
) sorted by null
/external/compiler-rt/lib/x86_64/
floatdixf.c
5
/* long double
__floatdixf
(di_int a); */
11
long double
__floatdixf
(int64_t a)
function
/external/compiler-rt/lib/i386/
floatdixf.S
6
// float
__floatdixf
(di_int a);
19
DEFINE_COMPILERRT_FUNCTION(
__floatdixf
)
/external/compiler-rt/lib/
floatdixf.c
1
/* ===-- floatdixf.c - Implement
__floatdixf
-------------------------------===
10
* This file implements
__floatdixf
for the compiler_rt library.
30
__floatdixf
(di_int a)
function
apple_versioning.c
93
NOT_HERE_BEFORE_10_6(
__floatdixf
)
/external/compiler-rt/test/timing/
floatdixf.c
6
#define FUNCTION_NAME
__floatdixf
/external/compiler-rt/test/Unit/
floatdixf_test.c
1
//===-- floatdixf_test.c - Test
__floatdixf
-------------------------------===//
10
// This file tests
__floatdixf
for the compiler_rt library.
26
long double
__floatdixf
(di_int a);
30
long double x =
__floatdixf
(a);
32
printf("error in
__floatdixf
(%llX) = %LA, expected %LA\n",
Completed in 3058 milliseconds