Home | History | Annotate | Download | only in src

Lines Matching refs:D0

77     LVM_INT16   D0;
114 D0 = (LVM_INT16)(Xg0 - V0);
116 temp2 = (LVM_INT32)D0;
119 D0 = (LVM_INT16)(D0>>1);
120 if (D0 < 0){
121 D0 = (LVM_INT16)(-D0);
124 temp2 = (LVM_INT32)D0;
125 MUL32x32INTO32((LVM_INT32)D0,Km,temp,31);