Home
last modified time | relevance | path

Searched refs:arb_is_zero (Results 76 – 100 of 147) sorted by relevance

123456

/dports/math/arb/arb-2.21.1/acb_modular/
H A Dtheta_jet_notransform.c33 w_is_unit = arb_is_zero(acb_imagref(z)); in acb_modular_theta_jet_notransform()
/dports/math/arb/arb-2.21.1/arb_hypgeom/
H A Dlegendre_p.c18 if (arb_is_zero(m) && arb_is_int(n) && arf_sgn(arb_midref(n)) >= 0 && in arb_hypgeom_legendre_p()
/dports/math/arb/arb-2.21.1/acb_hypgeom/
H A Dairy_bound.c147 if (arb_is_zero(acb_imagref(z))) in acb_hypgeom_airy_bound_arg_ge_2pi3()
177 if (arb_is_zero(acb_imagref(z)) && arb_is_nonnegative(acb_realref(z))) in arg_lt_2pi3_fast()
217 if (arb_is_zero(acb_imagref(z)) && arb_is_negative(acb_realref(z))) in arg_gt_2pi3_fast()
/dports/math/arb/arb-2.21.1/acb/
H A Dpow.c161 if (arb_is_zero(y)) in acb_pow_arb()
217 if (arb_is_zero(acb_imagref(y))) in acb_pow()
H A Dsinc.c52 isreal = arb_is_zero(acb_realref(z)); in _acb_sinc_diffbound()
H A Dlambertw_check_branch.c29 if (arb_is_zero(acb_imagref(w))) in _acb_lambertw_check_branch()
H A Datan.c41 if (arb_is_zero(acb_imagref(z))) in acb_atan()
/dports/math/arb/arb-2.21.1/arb/
H A Dagm.c165 if (arb_is_zero(x) || arb_is_zero(y)) in arb_agm()
H A Dlog1p.c50 if (arb_is_zero(z)) in arb_log1p()
H A Dsqrt1pm1.c52 if (arb_is_zero(z)) in arb_sqrt1pm1()
H A Dadd_error.c70 if (arb_is_zero(err)) in arb_add_error()
H A Dget_fmpz_mid_rad_10exp.c42 if (!arb_is_finite(x) || arb_is_zero(x)) in arb_get_fmpz_mid_rad_10exp()
/dports/math/arb/arb-2.21.1/arb_poly/
H A Devaluate_horner.c23 else if (len == 1 || arb_is_zero(x)) in _arb_poly_evaluate_horner()
H A Dtaylor_shift_horner.c31 else if (!arb_is_zero(c)) in _arb_poly_taylor_shift_horner()
H A Dsinc_series.c33 if (arb_is_zero(h)) in _arb_poly_sinc_series()
H A Dsinc_pi_series.c37 if (arb_is_zero(h)) in _arb_poly_sinc_pi_series()
H A Devaluate2_horner.c28 else if (arb_is_zero(x)) in _arb_poly_evaluate2_horner()
H A Dsqrt_series.c20 while (hlen > 0 && arb_is_zero(h + hlen - 1)) in _arb_poly_sqrt_series()
H A Drevert_series_lagrange.c58 if (Qlen < 2 || !arb_is_zero(Q->coeffs) in arb_poly_revert_series_lagrange()
H A Dcompose_series_horner.c64 if (len2 != 0 && !arb_is_zero(poly2->coeffs)) in arb_poly_compose_series_horner()
H A Dsinh_cosh_series_exponential.c56 if (!arb_is_zero(s0)) in _arb_poly_sinh_cosh_series_exponential()
/dports/math/arb/arb-2.21.1/arb_fmpz_poly/
H A Devaluate_arb_horner.c23 else if (len == 1 || arb_is_zero(x)) in _arb_fmpz_poly_evaluate_arb_horner()
/dports/math/arb/arb-2.21.1/acb/test/
H A Dt-log.c45 if (arb_is_zero(b)) in acb_log_old()
63 else if (arb_is_zero(a)) in acb_log_old()
/dports/math/arb/arb-2.21.1/acb_poly/
H A Dzeta_em_bound.c81 if (arb_is_zero(B) || arb_is_zero(T)) in bound_K()
/dports/math/arb/arb-2.21.1/arb/test/
H A Dt-get_fmpz_mid_rad_10exp.c48 if (arb_is_finite(x) && !arb_is_zero(x) && in main()

123456