OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__floatdixf
(Results
1 - 7
of
7
) sorted by null
/frameworks/compile/libbcc/runtime/lib/x86_64/
floatdixf.c
5
/* long double
__floatdixf
(di_int a); */
11
long double
__floatdixf
(int64_t a)
function
/frameworks/compile/libbcc/runtime/lib/i386/
floatdixf.S
6
// float
__floatdixf
(di_int a);
19
DEFINE_COMPILERRT_FUNCTION(
__floatdixf
)
/frameworks/compile/libbcc/runtime/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
85
NOT_HERE_BEFORE_10_6(
__floatdixf
)
/frameworks/compile/libbcc/runtime/test/timing/
floatdixf.c
6
#define FUNCTION_NAME
__floatdixf
/frameworks/compile/libbcc/runtime/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",
/external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c
184
long double
__floatdixf
(di_int a);
309
assert(
__floatdixf
(2) == 2.0);
Completed in 255 milliseconds