Home
last modified time | relevance | path

Searched refs:SetSign (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/date/
Ddateparser-inl.h136 tz.SetSign(token.ascii_sign()); in Parse()
312 tz->SetSign(scanner->Next().symbol() == '+' ? 1 : -1); in ParseES5DateTime()
Ddateparser.h278 void SetSign(int sign) { sign_ = sign < 0 ? -1 : 1; } in SetSign() function
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vertex_program2_option.txt955 result.x = SetSign(tmp.x);
956 result.y = SetSign(tmp.y);
957 result.z = SetSign(tmp.z);
958 result.w = SetSign(tmp.w);
DNV_vertex_program2.txt2862 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.
DNV_gpu_program4.txt4106 result.x = SetSign(tmp.x);
4107 result.y = SetSign(tmp.y);
4108 result.z = SetSign(tmp.z);
4109 result.w = SetSign(tmp.w);
/third_party/openGLES/extensions/NV/
DNV_vertex_program2_option.txt955 result.x = SetSign(tmp.x);
956 result.y = SetSign(tmp.y);
957 result.z = SetSign(tmp.z);
958 result.w = SetSign(tmp.w);
DNV_vertex_program2.txt2862 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.
DNV_gpu_program4.txt4106 result.x = SetSign(tmp.x);
4107 result.y = SetSign(tmp.y);
4108 result.z = SetSign(tmp.z);
4109 result.w = SetSign(tmp.w);