OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__mulodi4
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/builtins/
mulodi4.c
1
/*===-- mulodi4.c - Implement
__mulodi4
-----------------------------------===
10
* This file implements
__mulodi4
for the compiler_rt library.
22
__mulodi4
(di_int a, di_int b, int* overflow)
function
/external/compiler-rt/test/builtins/Unit/
mulodi4_test.c
1
//===-- mulodi4_test.c - Test
__mulodi4
-----------------------------------===//
10
// This file tests
__mulodi4
for the compiler_rt library.
17
extern COMPILER_RT_ABI di_int
__mulodi4
(di_int a, di_int b, int* overflow);
22
di_int x =
__mulodi4
(a, b, &ov);
24
printf("error in
__mulodi4
: overflow=%d expected=%d\n",
27
printf("error in
__mulodi4
: 0x%llX * 0x%llX = 0x%llX (overflow=%d), "
Completed in 488 milliseconds