OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__absvdi2
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/builtins/
absvdi2.c
1
/*===-- absvdi2.c - Implement
__absvdi2
-----------------------------------===
10
* This file implements
__absvdi2
for the compiler_rt library.
22
__absvdi2
(di_int a)
function
apple_versioning.c
46
NOT_HERE_BEFORE_10_6(
__absvdi2
)
222
NOT_HERE_UNTIL_AFTER_4_3(
__absvdi2
)
/external/compiler-rt/test/builtins/Unit/
absvdi2_test.c
1
//===-- absvdi2_test.c - Test
__absvdi2
-----------------------------------===//
10
// This file tests
__absvdi2
for the compiler_rt library.
22
COMPILER_RT_ABI di_int
__absvdi2
(di_int a);
26
di_int x =
__absvdi2
(a);
31
printf("error in
__absvdi2
(0x%llX) = %lld, expected positive %lld\n",
Completed in 51 milliseconds