OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__divdc3
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/
divdc3.c
1
/* ===-- divdc3.c - Implement
__divdc3
-------------------------------------===
10
* This file implements
__divdc3
for the compiler_rt library.
21
__divdc3
(double __a, double __b, double __c, double __d)
function
apple_versioning.c
64
NOT_HERE_BEFORE_10_6(
__divdc3
)
238
NOT_HERE_UNTIL_AFTER_4_3(
__divdc3
)
/external/compiler-rt/test/Unit/
divdc3_test.c
1
//===-- divdc3_test.c - Test
__divdc3
-------------------------------------===//
10
// This file tests
__divdc3
for the compiler_rt library.
21
double _Complex
__divdc3
(double __a, double __b, double __c, double __d);
51
double _Complex r =
__divdc3
(a, b, c, d);
Completed in 687 milliseconds