Lines Matching refs:topMinusBottom
343 T topMinusBottom = _top-_bottom; in aspect() local
345 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() local
369 (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()
396 T B = 2 / topMinusBottom; in projectionMatrix()
407 T B = topPlusBottom / topMinusBottom; in projectionMatrix()
424 (abs(topMinusBottom) < 1 && in projectionMatrix()
425 abs(twoTimesNear) > limits<T>::max() * abs(topMinusBottom))) in projectionMatrix()
432 T F = twoTimesNear / topMinusBottom; in projectionMatrix()