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

/freebsd-12-stable/lib/libc/softfloat/
H A Dnegsf2.c14 float32 __negsf2(float32);
17 __negsf2(float32 a) function
H A Dsoftfloat-for-gcc.h48 #define float32_neg __negsf2
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dnegsf2.c16 COMPILER_RT_ABI fp_t __negsf2(fp_t a) { return fromRep(toRep(a) ^ signBit); } function
20 AEABI_RTABI fp_t __aeabi_fneg(fp_t a) { return __negsf2(a); }
22 COMPILER_RT_ALIAS(__negsf2, __aeabi_fneg)
/freebsd-12-stable/contrib/gcc/config/soft-fp/
H A Dnegsf2.c35 SFtype __negsf2(SFtype a) function
/freebsd-12-stable/contrib/gcc/config/
H A Dfp-bit.h239 # define negate __negsf2
295 # define negate __negsf2

Completed in 67 milliseconds