Lines Matching refs:dt
72 cleanup(double *dt, int from, int tlen) in cleanup() argument
80 x = dt[i]; in cleanup()
81 x1 = dt[i + 1]; in cleanup()
82 dt[i] = lower32(x, Zero) + tmp; in cleanup()
83 dt[i + 1] = lower32(x1, Zero) + tmp1; in cleanup()
242 double *dm1, double *dm2, double *dt, in mont_mulf_noconv() argument
257 dt[i] = Zero; in mont_mulf_noconv()
258 a = dt[0] = pdm1[0] * pdm2[0]; in mont_mulf_noconv()
261 pdtj = &(dt[0]); in mont_mulf_noconv()
273 cleanup(dt, j / 2 + 1, 2 * nlen + 1); in mont_mulf_noconv()
281 a = dt[0] = pdm1[0] * pdm2[0]; in mont_mulf_noconv()
283 dt[65] = dt[64] = dt[63] = dt[62] = dt[61] = dt[60] = in mont_mulf_noconv()
284 dt[59] = dt[58] = dt[57] = dt[56] = dt[55] = in mont_mulf_noconv()
285 dt[54] = dt[53] = dt[52] = dt[51] = dt[50] = in mont_mulf_noconv()
286 dt[49] = dt[48] = dt[47] = dt[46] = dt[45] = in mont_mulf_noconv()
287 dt[44] = dt[43] = dt[42] = dt[41] = dt[40] = in mont_mulf_noconv()
288 dt[39] = dt[38] = dt[37] = dt[36] = dt[35] = in mont_mulf_noconv()
289 dt[34] = dt[33] = dt[32] = dt[31] = dt[30] = in mont_mulf_noconv()
290 dt[29] = dt[28] = dt[27] = dt[26] = dt[25] = in mont_mulf_noconv()
291 dt[24] = dt[23] = dt[22] = dt[21] = dt[20] = in mont_mulf_noconv()
292 dt[19] = dt[18] = dt[17] = dt[16] = dt[15] = in mont_mulf_noconv()
293 dt[14] = dt[13] = dt[12] = dt[11] = dt[10] = in mont_mulf_noconv()
294 dt[9] = dt[8] = dt[7] = dt[6] = dt[5] = dt[4] = in mont_mulf_noconv()
295 dt[3] = dt[2] = dt[1] = Zero; in mont_mulf_noconv()
301 pdtj = &(dt[0]); in mont_mulf_noconv()
331 conv_d16_to_i32(result, dt + 2 * nlen, (int64_t *)dt, nlen + 1); in mont_mulf_noconv()