Home
last modified time | relevance | path

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

/external/skqp/third_party/skcms/
Dskcms_internal.h37 static inline float fabsf_(float x) { return x < 0 ? -x : x; } in fabsf_() function
/external/skia/third_party/skcms/
Dskcms_internal.h46 static inline float fabsf_(float x) { return x < 0 ? -x : x; } in fabsf_() function