OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__muloti4
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/
muloti4.c
1
/*===-- muloti4.c - Implement
__muloti4
-----------------------------------===
10
* This file implements
__muloti4
for the compiler_rt library.
24
__muloti4
(ti_int a, ti_int b, int* overflow)
function
/external/compiler-rt/test/Unit/
muloti4_test.c
1
//===-- muloti4_test.c - Test
__muloti4
-----------------------------------===//
23
ti_int
__muloti4
(ti_int a, ti_int b, int *overflow);
28
ti_int x =
__muloti4
(a, b, &ov);
39
printf("error in
__muloti4
: overflow=%d expected=%d\n",
41
printf("error in
__muloti4
: 0x%.16llX%.16llX * 0x%.16llX%.16llX = "
57
printf("error in
__muloti4
: 0x%.16llX%.16llX * 0x%.16llX%.16llX = "
Completed in 818 milliseconds