Searched refs:SetSign (Results 1 – 8 of 8) sorted by relevance
136 tz.SetSign(token.ascii_sign()); in Parse()312 tz->SetSign(scanner->Next().symbol() == '+' ? 1 : -1); in ParseES5DateTime()
278 void SetSign(int sign) { sign_ = sign < 0 ? -1 : 1; } in SetSign() function
955 result.x = SetSign(tmp.x);956 result.y = SetSign(tmp.y);957 result.z = SetSign(tmp.z);958 result.w = SetSign(tmp.w);
2862 result.x = SetSign(tmp.x);2863 result.y = SetSign(tmp.y);2864 result.z = SetSign(tmp.z);2865 result.w = SetSign(tmp.w);2869 1. SetSign(NaN) = NaN.2870 2. SetSign(-0.0) = SetSign(+0.0) = 0.0.2871 3. SetSign(-INF) = -1.0.2872 4. SetSign(+INF) = +1.0.2873 5. SetSign(x) = -1.0, if -INF < x < -0.0.2874 6. SetSign(x) = +1.0, if +0.0 < x < +INF.
4106 result.x = SetSign(tmp.x);4107 result.y = SetSign(tmp.y);4108 result.z = SetSign(tmp.z);4109 result.w = SetSign(tmp.w);