Searched refs:__fpclassify (Results 1 – 3 of 3) sorted by relevance
24 int __fpclassify(double x) in __fpclassify() function41 libm_hidden_def(__fpclassify)
13 int cx = __fpclassify(x); /* need both NAN and INF */ in fdim()14 int cy = __fpclassify(y); /* need both NAN and INF */ in fdim()
319 int_WRAPPER1(__fpclassify)
Completed in 15 milliseconds