Home | History | Annotate | Download | only in switchback

Lines Matching refs:amount

535 static void StickyShiftRightMant(InternalFPF *ptr,int amount);
869 int amount)
880 ** If the amount of shifting will shift everyting
884 if(amount>=INTERNAL_FPF_PRECISION * 16)
891 for(i=0;i<amount;i++)