Lines Matching refs:Zero
37 static const double Zero = 0.0; variable
77 tmp = tmp1 = Zero; in cleanup()
82 dt[i] = lower32(x, Zero) + tmp; in cleanup()
83 dt[i + 1] = lower32(x1, Zero) + tmp1; in cleanup()
200 i16_to_d16_and_d32x4(&TwoToMinus16, &TwoTo16, &Zero, in conv_i32_to_d32_and_d16()
253 pdm2[2 * nlen] = Zero; in mont_mulf_noconv()
257 dt[i] = Zero; in mont_mulf_noconv()
259 digit = mod(lower32(a, Zero) * dn0, TwoToMinus16, TwoTo16); in mont_mulf_noconv()
277 digit = mod(lower32(b, Zero) * dn0, in mont_mulf_noconv()
295 dt[3] = dt[2] = dt[1] = Zero; in mont_mulf_noconv()
300 digit = mod(lower32(a, Zero) * dn0, TwoToMinus16, TwoTo16); in mont_mulf_noconv()
326 digit = mod(lower32(b, Zero) * dn0, in mont_mulf_noconv()