OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__mulosi4
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/builtins/
mulosi4.c
1
/*===-- mulosi4.c - Implement
__mulosi4
-----------------------------------===
10
* This file implements
__mulosi4
for the compiler_rt library.
22
__mulosi4
(si_int a, si_int b, int* overflow)
function
/external/compiler-rt/test/builtins/Unit/
mulosi4_test.c
1
//===-- mulosi4_test.c - Test
__mulosi4
-----------------------------------===//
10
// This file tests
__mulosi4
for the compiler_rt library.
21
COMPILER_RT_ABI si_int
__mulosi4
(si_int a, si_int b, int *overflow);
26
si_int x =
__mulosi4
(a, b, &ov);
28
printf("error in
__mulosi4
: overflow=%d expected=%d\n",
31
printf("error in
__mulosi4
: 0x%X * 0x%X = 0x%X (overflow=%d), "
Completed in 1614 milliseconds