Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/openexr/Half/
DhalfFunction.h111 T posInfValue = 0,
144 T posInfValue, in halfFunction() argument
161 _lut[i] = x.isNegative()? negInfValue: posInfValue; in halfFunction()