Searched defs:fract (Results 1 – 3 of 3) sorted by relevance
516 FN_FUNC_FN_PFN(fract) in FN_FUNC_FN_PFN() argument1941 extern half __attribute__((overloadable)) fract(half v, half *iptr) { in fract() function1956 extern half __attribute__((const, overloadable)) fract(half v) { in fract() function1961 extern half2 __attribute__((const, overloadable)) fract(half2 v) { in fract() function1966 extern half3 __attribute__((const, overloadable)) fract(half3 v) { in fract() function1971 extern half4 __attribute__((const, overloadable)) fract(half4 v) { in fract() function
394 private static float fract(float v) { in fract() method in Tonal
1255 float fract = animation.getAnimatedFraction(); in onAnimationUpdate() local