Searched refs:FT_Int64 (Results 1 – 4 of 4) sorted by relevance
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()133 d = (FT_Long)( c > 0 ? (FT_Int64)a * b / c in FT_MulDiv_No_Round()
55 } FT_Int64; typedef279 FT_Int64 *z ) in ft_multo64()343 FT_Add64( FT_Int64* x, in FT_Add64()344 FT_Int64* y, in FT_Add64()345 FT_Int64 *z ) in FT_Add64()398 FT_Int64 temp, temp2; in FT_MulDiv()435 FT_Int64 temp; in FT_MulDiv_No_Round()576 FT_Int64 temp, temp2; in FT_DivFix()598 FT_Int64 *z )902 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x; in ft_corner_orientation()[all …]
64 FT_Int64 v; in ft_trig_downscale()70 v = ( val * (FT_Int64)FT_TRIG_SCALE ) + 0x100000000UL; in ft_trig_downscale()
213 typedef signed XXX FT_Int64;326 typedef FT_INT64 FT_Int64; typedef
Completed in 8 milliseconds