Lines Matching refs:vtmp
4680 MPD_NEW_STATIC(vtmp,0,0,0,0); in _mpd_qln()
4789 mpd_qshiftr(&vtmp, &v, shift, status); in _mpd_qln()
4790 vtmp.exp += shift; in _mpd_qln()
4791 mpd_qmul(&tmp, &vtmp, &tmp, &varcontext, status); in _mpd_qln()
4836 mpd_del(&vtmp); in _mpd_qln()
5488 mpd_uint_t *c1 = NULL, *c2 = NULL, *c3 = NULL, *vtmp = NULL; in _mpd_fntmul() local
5523 if ((vtmp = mpd_calloc(n, sizeof *vtmp)) == NULL) { in _mpd_fntmul()
5527 memcpy(vtmp, v, vlen * (sizeof *vtmp)); in _mpd_fntmul()
5528 if (!fnt_convolute(c1, vtmp, n, P1)) { in _mpd_fntmul()
5529 mpd_free(vtmp); in _mpd_fntmul()
5533 memcpy(vtmp, v, vlen * (sizeof *vtmp)); in _mpd_fntmul()
5534 mpd_uint_zero(vtmp+vlen, n-vlen); in _mpd_fntmul()
5535 if (!fnt_convolute(c2, vtmp, n, P2)) { in _mpd_fntmul()
5536 mpd_free(vtmp); in _mpd_fntmul()
5540 memcpy(vtmp, v, vlen * (sizeof *vtmp)); in _mpd_fntmul()
5541 mpd_uint_zero(vtmp+vlen, n-vlen); in _mpd_fntmul()
5542 if (!fnt_convolute(c3, vtmp, n, P3)) { in _mpd_fntmul()
5543 mpd_free(vtmp); in _mpd_fntmul()
5547 mpd_free(vtmp); in _mpd_fntmul()
7275 MPD_NEW_SHARED(vtmp, a); /* v shares data with a */ in _mpd_qreciprocal()
7286 v = &vtmp; in _mpd_qreciprocal()
7570 MPD_NEW_SHARED(vtmp, a); /* by default v will share data with a */ in _mpd_qinvroot()
7585 v = &vtmp; in _mpd_qinvroot()
7656 if (v != &vtmp) mpd_del(v); in _mpd_qinvroot()