Home
last modified time | relevance | path

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

/third_party/skia/include/private/
DSkFloatingPoint.h53 # define sk_float_acos(x) static_cast<float>(acos(x)) macro
56 # define sk_float_acos(x) acosf(x) macro