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

  /external/skia/include/core/
SkFloatingPoint.h 107 static inline int sk_float_isinf(float x) { function
114 #define sk_float_isinf(x) isinf(x) macro
  /external/skia/tests/
ScalarTest.cpp 116 REPORTER_ASSERT(reporter, !!sk_float_isinf(value) == (fc == kInfinite));

Completed in 2632 milliseconds