Searched refs:__negdf2 (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/lib/libc/softfloat/
H A Dnegdf2.c14 float64 __negdf2(float64);
17 __negdf2(float64 a) function
H A Dsoftfloat-for-gcc.h49 #define float64_neg __negdf2
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dnegdf2.c16 COMPILER_RT_ABI fp_t __negdf2(fp_t a) { return fromRep(toRep(a) ^ signBit); } function
20 AEABI_RTABI fp_t __aeabi_dneg(fp_t a) { return __negdf2(a); }
22 COMPILER_RT_ALIAS(__negdf2, __aeabi_dneg)
/freebsd-12-stable/contrib/gcc/config/soft-fp/
H A Dnegdf2.c35 DFtype __negdf2(DFtype a) function
/freebsd-12-stable/contrib/gcc/config/
H A Dfp-bit.h253 # define negate __negdf2
315 # define negate __negdf2

Completed in 116 milliseconds