OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__subvdi3
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/test/builtins/Unit/
subvdi3_test.c
1
//===-- subvdi3_test.c - Test
__subvdi3
-----------------------------------===//
10
// This file tests
__subvdi3
for the compiler_rt library.
22
COMPILER_RT_ABI di_int
__subvdi3
(di_int a, di_int b);
26
di_int x =
__subvdi3
(a, b);
/external/compiler-rt/lib/builtins/
subvdi3.c
1
/* ===-- subvdi3.c - Implement
__subvdi3
-----------------------------------===
10
* This file implements
__subvdi3
for the compiler_rt library.
22
__subvdi3
(di_int a, di_int b)
function
apple_versioning.c
134
NOT_HERE_BEFORE_10_6(
__subvdi3
)
323
NOT_HERE_UNTIL_AFTER_4_3(
__subvdi3
)
Completed in 53 milliseconds