Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkFloatingPoint.h68 #define sk_float_mod(x,y) (float)::fmod(x,y) macro
89 #define sk_float_mod(x,y) fmodf(x,y) macro