Lines Matching refs:iptr
190 int *iptr ;
198 iptr = ubuf.ibuf ;
202 count = dwvw_decode_data (psf, pdwvw, iptr, readcount) ;
204 ptr [total + k] = iptr [k] >> 16 ;
244 int *iptr ;
255 iptr = ubuf.ibuf ;
259 count = dwvw_decode_data (psf, pdwvw, iptr, readcount) ;
261 ptr [total + k] = normfact * (float) (iptr [k]) ;
276 int *iptr ;
287 iptr = ubuf.ibuf ;
291 count = dwvw_decode_data (psf, pdwvw, iptr, readcount) ;
293 ptr [total + k] = normfact * (double) (iptr [k]) ;
561 int *iptr ;
569 iptr = ubuf.ibuf ;
574 iptr [k] = arith_shift_left (ptr [total + k], 16) ;
575 count = dwvw_encode_data (psf, pdwvw, iptr, writecount) ;
615 int *iptr ;
626 iptr = ubuf.ibuf ;
631 iptr [k] = psf_lrintf (normfact * ptr [total + k]) ;
632 count = dwvw_encode_data (psf, pdwvw, iptr, writecount) ;
647 int *iptr ;
658 iptr = ubuf.ibuf ;
663 iptr [k] = psf_lrint (normfact * ptr [total + k]) ;
664 count = dwvw_encode_data (psf, pdwvw, iptr, writecount) ;