OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__fixxfdi
(Results
1 - 7
of
7
) sorted by null
/external/compiler-rt/lib/
fixxfdi.c
1
/* ===-- fixxfdi.c - Implement
__fixxfdi
-----------------------------------===
10
* This file implements
__fixxfdi
for the compiler_rt library.
31
__fixxfdi
(long double a)
function
apple_versioning.c
80
NOT_HERE_BEFORE_10_6(
__fixxfdi
)
/frameworks/compile/libbcc/runtime/lib/
fixxfdi.c
1
/* ===-- fixxfdi.c - Implement
__fixxfdi
-----------------------------------===
10
* This file implements
__fixxfdi
for the compiler_rt library.
31
__fixxfdi
(long double a)
function
apple_versioning.c
80
NOT_HERE_BEFORE_10_6(
__fixxfdi
)
/external/compiler-rt/test/Unit/
fixxfdi_test.c
1
//===-- fixxfdi_test.c - Test
__fixxfdi
-----------------------------------===//
10
// This file tests
__fixxfdi
for the compiler_rt library.
28
di_int
__fixxfdi
(long double a);
32
di_int x =
__fixxfdi
(a);
34
printf("error in
__fixxfdi
(%LA) = %llX, expected %llX\n",
/frameworks/compile/libbcc/runtime/test/Unit/
fixxfdi_test.c
1
//===-- fixxfdi_test.c - Test
__fixxfdi
-----------------------------------===//
10
// This file tests
__fixxfdi
for the compiler_rt library.
28
di_int
__fixxfdi
(long double a);
32
di_int x =
__fixxfdi
(a);
34
printf("error in
__fixxfdi
(%LA) = %llX, expected %llX\n",
/external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c
172
di_int
__fixxfdi
(long double a);
308
assert(
__fixxfdi
(2.0) == 2);
Completed in 314 milliseconds