OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__absvti2
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/builtins/
absvti2.c
10
* This file implements
__absvti2
for the compiler_rt library.
24
__absvti2
(ti_int a)
function
apple_versioning.c
48
NOT_HERE_BEFORE_10_6(
__absvti2
)
/external/compiler-rt/test/builtins/Unit/
absvti2_test.c
1
//===-- absvti2_test.c - Test
__absvti2
-----------------------------------===//
10
// This file tests
__absvti2
for the compiler_rt library.
24
COMPILER_RT_ABI ti_int
__absvti2
(ti_int a);
28
ti_int x =
__absvti2
(a);
40
printf("error in
__absvti2
(0x%llX%.16llX) = "
Completed in 3071 milliseconds