Searched refs:topMinusBottom (Results 1 – 1 of 1) sorted by relevance
343 T topMinusBottom = _top-_bottom; in aspect() local345 if (abs(topMinusBottom) < 1 && in aspect()346 abs(rightMinusLeft) > limits<T>::max() * abs(topMinusBottom)) in aspect()352 return rightMinusLeft / topMinusBottom; in aspect()362 T topMinusBottom = _top-_bottom; in projectionMatrix() local369 (abs(topMinusBottom) < 1 && in projectionMatrix()370 abs(topPlusBottom) > limits<T>::max() * abs(topMinusBottom)) || in projectionMatrix()381 T ty = -topPlusBottom / topMinusBottom; in projectionMatrix()386 (abs(topMinusBottom) < 1 && in projectionMatrix()387 2 > limits<T>::max() * abs(topMinusBottom)) || in projectionMatrix()[all …]