OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__modsi3
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/builtins/
modsi3.c
1
/* ===-- modsi3.c - Implement
__modsi3
-------------------------------------===
10
* This file implements
__modsi3
for the compiler_rt library.
20
__modsi3
(si_int a, si_int b)
function
apple_versioning.c
296
NOT_HERE_UNTIL_AFTER_4_3(
__modsi3
)
/external/compiler-rt/test/builtins/Unit/
modsi3_test.c
1
/* ===-- modsi3_test.c - Test
__modsi3
-------------------------------------===
10
* This file tests
__modsi3
for the compiler_rt library.
20
COMPILER_RT_ABI si_int
__modsi3
(si_int a, si_int b);
23
si_int x =
__modsi3
(a, b);
25
fprintf(stderr, "error in
__modsi3
: %d %% %d = %d, expected %d\n",
/external/compiler-rt/lib/builtins/arm/
modsi3.S
10
* This file implements the
__modsi3
(32-bit signed integer modulus) function
29
@ int
__modsi3
(int divident, int divisor)
34
DEFINE_COMPILERRT_THUMB_FUNCTION(
__modsi3
)
36
DEFINE_COMPILERRT_FUNCTION(
__modsi3
)
63
END_COMPILERRT_FUNCTION(
__modsi3
)
/external/compiler-rt/test/builtins/timing/
modsi3.c
6
#define FUNCTION_NAME
__modsi3
Completed in 1114 milliseconds