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