Home
last modified time | relevance | path

Searched refs:floorf_ (Results 1 – 6 of 6) sorted by relevance

/external/skqp/third_party/skcms/
Dskcms_internal.h33 static inline float floorf_(float x) { in floorf_() function
Dskcms.cc1378 float fract = x - floorf_(x); in exp2f_()
/external/skia/third_party/skcms/
Dskcms_internal.h42 static inline float floorf_(float x) { in floorf_() function
Dskcms.cc84 float fract = x - floorf_(x); in exp2f_()
/external/skqp/third_party/skcms/src/
DTransform_inl.h206 return floorf_(x); in floor_()
/external/skia/third_party/skcms/src/
DTransform_inl.h233 return floorf_(x); in floor_()