Searched refs:ysign (Results 1 – 2 of 2) sorted by relevance
126 const ysign = ReadBigIntSign(y);127 if (xsign == ysign) {168 const ysign = ReadBigIntSign(y);169 if (xsign != ysign) {
559 int ysign = y[0] & 0x80000000; in test_copysign() local562 out[0] = ysign | xhigh; in test_copysign()571 int ysign = y[0] & 0x80000000; in test_copysignf() local574 out[0] = ysign | xhigh; in test_copysignf()