Searched defs:sk_float_mod (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkFloatingPoint.h64 #define sk_float_mod(x,y) (float)::fmod(x,y) macro
85 #define sk_float_mod(x,y) fmodf(x,y) macro
/external/skia/include/core/
H A DSkFloatingPoint.h62 #define sk_float_mod(x,y) (float)::fmod(x,y) macro
83 #define sk_float_mod(x,y) fmodf(x,y) macro

Completed in 124 milliseconds