HomeSort by relevance Sort by last modified time
    Searched refs:sk_float_isnan (Results 1 - 3 of 3) sorted by null

  /external/skia/include/core/
SkFloatingPoint.h 70 #define sk_float_isnan(x) _isnan(x) macro
77 #define sk_float_isnan(x) isnan(x) macro
  /external/skia/tests/
ScalarTest.cpp 58 REPORTER_ASSERT(reporter, !!sk_float_isnan(value) == (fc == kNaN));
  /external/skia/bench/
MathBench.cpp 189 return !sk_float_isnan(mulzeroadd(data));

Completed in 184 milliseconds