Searched defs:fpclassify (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dwin32-math.cc76 int fpclassify(double x) { function in namespace:std
/external/v8/src/
H A Dwin32-math.cc79 int fpclassify(double x) { function
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dquerymatrix.c41 /* Oddly, the fpclassify() function doesn't exist in such a form
48 fpclassify(double x) function
80 /* fpclassify is available. */
85 fpclassify(double x) function
155 switch (fpclassify(matrix[i])) {
201 * in case fpclassify() is returnings something unexpected.
/external/mesa3d/src/mesa/main/
H A Dquerymatrix.c40 /* Oddly, the fpclassify() function doesn't exist in such a form
47 fpclassify(double x) function
78 /* fpclassify is available. */
83 fpclassify(double x) function
153 switch (fpclassify(matrix[i])) {
199 * in case fpclassify() is returnings something unexpected.

Completed in 305 milliseconds