Searched refs:FIX_P2 (Results 1 – 2 of 2) sorted by relevance
38 #define FIX_P2 4 macro39 #define FIX_P3 (FIX_POST-FIX_P2)41 #define FIX_P2 0 macro51 #if (FIX_P2>=1)52 #define FIX_A2 (1<<(FIX_P2-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 18 milliseconds