Home | History | Annotate | Download | only in complex.value.ops

Lines Matching refs:classify

55         switch (classify(r))
58 if (std::signbit(r) || classify(theta) == inf || classify(theta) == NaN)
60 int c = classify(z);
69 if (std::signbit(r) || classify(theta) == inf || classify(theta) == NaN)
71 int c = classify(z);
82 int c = classify(z);
87 assert(classify(z) == inf);
88 if (classify(theta) != NaN && classify(theta) != inf)
90 assert(classify(real(z)) != NaN);
91 assert(classify(imag(z)) != NaN);
98 int c = classify(z);