Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftcalc.c289 ft_div64by32( FT_UInt32 hi, in ft_div64by32() function
385 a = ft_div64by32( temp.hi, temp.lo, c ); in FT_MulDiv()
420 a = ft_div64by32( temp.hi, temp.lo, c ); in FT_MulDiv_No_Round()
565 q = ft_div64by32( temp.hi, temp.lo, b ); in FT_DivFix()
683 q = ft_div64by32( x->hi, x->lo, y );