Lines Matching defs:sign
518 * the selection of a correct sign incorrect. We correct this. Use copysign521 float sign = (p & 0x1) ? copysign(1.f, v) : 1.f;523 return copysign(f, sign);906 extern float __attribute__((overloadable)) sign(float v) {911 FN_FUNC_FN(sign)