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

  /external/skia/include/core/
SkFloatingPoint.h 32 static inline float sk_float_copysign(float x, float y) { function
SkScalar.h 47 #define SkScalarCopySign(x, y) sk_float_copysign(x, y)
  /external/skia/tests/
MathTest.cpp 438 REPORTER_ASSERT(reporter, sk_float_copysign(x, y) == expected);

Completed in 49 milliseconds