OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__fixunsdfti
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/libbcc/runtime/lib/
fixunsdfti.c
1
/* ===-- fixunsdfti.c - Implement
__fixunsdfti
-----------------------------===
10
* This file implements
__fixunsdfti
for the compiler_rt library.
32
__fixunsdfti
(double a)
function
apple_versioning.c
72
NOT_HERE_BEFORE_10_6(
__fixunsdfti
)
/frameworks/compile/libbcc/runtime/test/Unit/
fixunsdfti_test.c
1
//===-- fixunsdfti_test.c - Test
__fixunsdfti
-----------------------------===//
10
// This file tests
__fixunsdfti
for the compiler_rt library.
29
tu_int
__fixunsdfti
(double a);
33
tu_int x =
__fixunsdfti
(a);
40
printf("error in
__fixunsdfti
(%A) = 0x%.16llX%.16llX, expected 0x%.16llX%.16llX\n",
Completed in 83 milliseconds