OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sk_float_copysign
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkFloatingPoint.h
32
static inline float
sk_float_copysign
(float x, float y) {
function
SkScalar.h
111
#define SkScalarCopySign(x, y)
sk_float_copysign
(x, y)
/external/skia/include/core/
SkFloatingPoint.h
32
static inline float
sk_float_copysign
(float x, float y) {
function
SkScalar.h
111
#define SkScalarCopySign(x, y)
sk_float_copysign
(x, y)
/external/chromium_org/third_party/skia/tests/
MathTest.cpp
384
REPORTER_ASSERT(reporter,
sk_float_copysign
(x, y) == expected);
/external/skia/tests/
MathTest.cpp
384
REPORTER_ASSERT(reporter,
sk_float_copysign
(x, y) == expected);
Completed in 509 milliseconds