Searched refs:FIX_P3 (Results 1 – 2 of 2) sorted by relevance
39 #define FIX_P3 (FIX_POST-FIX_P2) macro42 #define FIX_P3 FIX_POST macro57 #if (FIX_P3>=1)58 #define FIX_A3 (1<<(FIX_P3-1))96 { x=((((a.x+FIX_A2)>>FIX_P2)*x+FIX_A3)>>FIX_P3); } in MultBig()98 { x=((x<<FIX_P3)/a.x)<<FIX_P2; } in DivBig()
65 f.x = (((b.x+FIX_A2)>>FIX_P2)*a.x+FIX_A3)>>FIX_P3; in ImpMultBig2()
Completed in 10 milliseconds