Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/base/
A Dftcalc.c309 ft_div64by32( FT_UInt32 hi, in ft_div64by32() function
406 a = ft_div64by32( temp.hi, temp.lo, (FT_Int32)c ); in FT_MulDiv()
439 a = ft_div64by32( temp.hi, temp.lo, (FT_Int32)c ); in FT_MulDiv_No_Round()
584 q = ft_div64by32( temp.hi, temp.lo, (FT_Int32)b ); in FT_DivFix()
702 q = ft_div64by32( x->hi, x->lo, y );

Completed in 5 milliseconds