Lines Matching refs:result
1906 double result,
2332 // Ensure that result is always within [-1, 1], or NaN (for +-inf)
3439 Interval result = x;
3441 result |= minVal;
3443 result |= maxVal;
3444 return result;
3508 // GLSL (in contrast to IEEE) says that result of applying frexp
3561 // the result is undefined.
4760 bool result = true;
4790 result = false;
4796 result = false;
4808 result = false;
4814 result = false;
4820 if (!result)
4823 if ((!result && numErrors <= maxMsgs) || GLS_LOG_ALL_RESULTS)
4827 builder << (result ? "Passed" : failStr) << " sample:\n";