OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__addtf3
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
addtf3.c
21
COMPILER_RT_ABI long double
__addtf3
(long double a, long double b){
function in typeref:typename:COMPILER_RT_ABI long double
subtf3.c
19
COMPILER_RT_ABI fp_t
__addtf3
(fp_t a, fp_t b);
24
return
__addtf3
(a, fromRep(toRep(b) ^ signBit));
/src/sys/external/bsd/compiler_rt/dist/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);
/src/lib/libc/softfloat/
softfloat-for-gcc.h
30
#define float128_add
__addtf3
Completed in 16 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025