OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__divtc3
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/test/Unit/
divtc3_test.c
1
//===-- divtc3_test.c - Test
__divtc3
-------------------------------------===//
10
// This file tests
__divtc3
for the compiler_rt library.
24
__divtc3
(long double __a, long double __b, long double __c, long double __d);
54
long double _Complex r =
__divtc3
(a, b, c, d);
/external/compiler-rt/lib/ppc/
divtc3.c
23
__divtc3
(long double a, long double b, long double c, long double d)
function
/external/compiler-rt/lib/
apple_versioning.c
67
NOT_HERE_BEFORE_10_6(
__divtc3
)
Completed in 104 milliseconds