Lines Matching refs:abs
2915 if (Math.abs(len) < GLMAT_EPSILON) { return null; }
3309 if (Math.abs(eyex - centerx) < GLMAT_EPSILON &&
3310 Math.abs(eyey - centery) < GLMAT_EPSILON &&
3311 Math.abs(eyez - centerz) < GLMAT_EPSILON) {
3637 out[3] = -Math.sqrt(Math.abs(1.0 - x * x - y * y - z * z));
3682 if (Math.abs(cosHalfTheta) >= 1.0) {
3695 if (Math.abs(sinHalfTheta) < 0.001) {