Home
last modified time | relevance | path

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

/external/skqp/include/private/
DSkFloatingPoint.h55 #define sk_float_mod(x,y) fmodf(x,y) macro
/external/skia/include/private/
DSkFloatingPoint.h62 #define sk_float_mod(x,y) fmodf(x,y) macro