Home
last modified time | relevance | path

Searched refs:huge_bound (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dv_exp_tail_inline.h24 float64x2_t big_bound, huge_bound; member
30 .huge_bound = V2 (1280.0 * N),
61 uint64x2_t oflow = vcagtq_f64 (n, d->huge_bound); in v_exp_tail_special_case()
H A Dv_erf_2u5.c19 float64x2_t tiny_bound, huge_bound, scale_minus_one; member
31 .huge_bound = V2 (0x1p205),
85 uint64x2_t cmp1 = vcgtq_f64 (a, dat->huge_bound); in V_NAME_D1()
H A Dv_asinh_3u5.c19 uint64x2_t off, huge_bound, abs_mask; member
24 .huge_bound = V2 (0x5fe0000000000000),
106 uint64x2_t special = vcgeq_u64 (iax, d->huge_bound); in V_NAME_D1()