Searched refs:minSubnormal (Results 1 – 1 of 1) sorted by relevance
3357 const double minSubnormal = -maxSubnormal; in compare() local3359 if (minSubnormal <= x && x <= maxSubnormal && in compare()3360 minSubnormal <= y && y <= maxSubnormal) in compare()