Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp3357 const double minSubnormal = -maxSubnormal; in compare() local
3359 if (minSubnormal <= x && x <= maxSubnormal && in compare()
3360 minSubnormal <= y && y <= maxSubnormal) in compare()