OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__muldi3
(Results
1 - 9
of
9
) sorted by null
/frameworks/compile/libbcc/runtime/lib/i386/
muldi3.S
6
// di_int
__muldi3
(di_int a, di_int b);
12
DEFINE_COMPILERRT_FUNCTION(
__muldi3
)
/frameworks/compile/libbcc/runtime/test/Unit/
muldi3_test.c
1
//===-- muldi3_test.c - Test
__muldi3
-------------------------------------===//
10
// This file tests
__muldi3
for the compiler_rt library.
17
di_int
__muldi3
(di_int a, di_int b);
21
di_int x =
__muldi3
(a, b);
23
printf("error in
__muldi3
: %lld * %lld = %lld, expected %lld\n",
24
a, b,
__muldi3
(a, b), expected);
/frameworks/compile/libbcc/runtime/lib/
muldi3.c
1
/* ===-- muldi3.c - Implement
__muldi3
-------------------------------------===
10
* This file implements
__muldi3
for the compiler_rt library.
44
__muldi3
(di_int a, di_int b)
function
apple_versioning.c
102
NOT_HERE_BEFORE_10_6(
__muldi3
)
/frameworks/compile/libbcc/runtime/test/timing/
muldi3.c
6
#define FUNCTION_NAME
__muldi3
/bionic/libc/arch-arm/bionic/
libgcc_compat.c
140
XX(
__muldi3
) \
/frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h
57
extern di_int
__muldi3
(di_int, di_int);
Runtime.def
194
DEF_LLVM_RUNTIME(
__muldi3
)
/external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c
137
di_int
__muldi3
(di_int a, di_int b); // a * b
258
assert(
__muldi3
(2,2) == 4);
Completed in 2786 milliseconds