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