Searched defs:__negdf2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/lib/libc/softfloat/
H A Dnegdf2.c14 __negdf2(float64 a) function
/freebsd-current/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

Completed in 90 milliseconds