OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__multi3
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/test/builtins/Unit/
multi3_test.c
1
//===-- multi3_test.c - Test
__multi3
-------------------------------------===//
10
// This file tests
__multi3
for the compiler_rt library.
19
ti_int
__multi3
(ti_int a, ti_int b);
23
ti_int x =
__multi3
(a, b);
34
printf("error in
__multi3
: 0x%.16llX%.16llX * 0x%.16llX%.16llX = "
/external/compiler-rt/lib/builtins/
multi3.c
1
/* ===-- multi3.c - Implement
__multi3
-------------------------------------===
10
* This file implements
__multi3
for the compiler_rt library.
46
__multi3
(ti_int a, ti_int b)
function
apple_versioning.c
114
NOT_HERE_BEFORE_10_6(
__multi3
)
Completed in 9157 milliseconds