OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__divxc3
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/libbcc/runtime/lib/
divxc3.c
1
/* ===-- divxc3.c - Implement
__divxc3
-------------------------------------===
10
* This file implements
__divxc3
for the compiler_rt library.
23
__divxc3
(long double __a, long double __b, long double __c, long double __d)
function
apple_versioning.c
61
NOT_HERE_BEFORE_10_6(
__divxc3
)
/external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c
209
long double _Complex
__divxc3
(long double a, long double b,
305
assert(
__divxc3
(1.0, 2.0, 4.0, 8.0) == (0.25 + 0j));
/frameworks/compile/libbcc/runtime/test/Unit/
divxc3_test.c
1
//===-- divxc3_test.c - Test
__divxc3
-------------------------------------===//
10
// This file tests
__divxc3
for the compiler_rt library.
24
__divxc3
(long double __a, long double __b, long double __c, long double __d);
54
long double _Complex r =
__divxc3
(a, b, c, d);
Completed in 67 milliseconds