Searched refs:double_is_NaN (Results 1 - 1 of 1) sorted by relevance

/external/skia/tests/
H A DPathOpsDebug.cpp86 static inline bool double_is_NaN(double x) { return x != x; } function
93 if (double_is_NaN(fPts[index].fX) && double_is_NaN(fPts[index].fY)) {
100 if (double_is_NaN(fPts[index].fX) && double_is_NaN(fPts[index].fY)) {

Completed in 91 milliseconds