OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__addtf3
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/builtins/
addtf3.c
21
COMPILER_RT_ABI long double
__addtf3
(long double a, long double b){
function
subtf3.c
19
COMPILER_RT_ABI fp_t
__addtf3
(fp_t a, fp_t b);
24
return
__addtf3
(a, fromRep(toRep(b) ^ signBit));
/external/compiler-rt/test/builtins/Unit/
addtf3_test.c
1
//===--------------- addtf3_test.c - Test
__addtf3
------------------------===//
10
// This file tests
__addtf3
for the compiler_rt library.
22
COMPILER_RT_ABI long double
__addtf3
(long double a, long double b);
27
long double x =
__addtf3
(a, b);
Completed in 81 milliseconds