Searched refs:FT_Int64 (Results 1 – 3 of 3) sorted by relevance
49 typedef FT_INT64 FT_Int64; typedef58 } FT_Int64; typedef159 d = (FT_Long)( c > 0 ? ( (FT_Int64)a * b + ( c >> 1 ) ) / c in FT_MulDiv()184 d = (FT_Long)( c > 0 ? (FT_Int64)a * b / c in FT_MulDiv_No_Round()221 c = (FT_Long)( ( (FT_Int64)a * b + 0x8000L ) >> 16 ); in FT_MulFix()247 q = (FT_UInt32)( ( ( (FT_Int64)a << 16 ) + ( b >> 1 ) ) / b ); in FT_DivFix()259 FT_Int64 *z ) in ft_multo64()323 FT_Add64( FT_Int64* x, in FT_Add64()324 FT_Int64* y, in FT_Add64()325 FT_Int64 *z ) in FT_Add64()[all …]
49 FT_Int64 v; in ft_trig_downscale()55 v = ( val * (FT_Int64)FT_TRIG_SCALE ) + 0x100000000UL; in ft_trig_downscale()
87 typedef __int64 FT_Int64; typedef93 typedef int64_t FT_Int64; typedef112 d = (FT_Long)( c > 0 ? ( (FT_Int64)a * b + ( c >> 1 ) ) / c in FT_MulDiv()