Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/openexr/Imath/
DImathFrustum.h343 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()
[all …]