OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__modsi3
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/libbcc/runtime/lib/
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
/frameworks/compile/libbcc/runtime/test/Unit/
modsi3_test.c
1
/* ===-- modsi3_test.c - Test
__modsi3
-------------------------------------===
10
* This file tests
__modsi3
for the compiler_rt library.
20
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",
/frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h
49
extern si_int
__modsi3
(si_int, si_int);
Runtime.def
186
DEF_LLVM_RUNTIME(
__modsi3
)
Completed in 1854 milliseconds