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