OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__subtf3
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/builtins/
subtf3.c
23
__subtf3
(fp_t a, fp_t b) {
function
/external/compiler-rt/test/builtins/Unit/
subtf3_test.c
1
//===--------------- subtf3_test.c - Test
__subtf3
------------------------===//
10
// This file tests
__subtf3
for the compiler_rt library.
21
COMPILER_RT_ABI long double
__subtf3
(long double a, long double b);
26
long double x =
__subtf3
(a, b);
Completed in 1410 milliseconds