Searched refs:huge_bound (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
| H A D | erf.c | 20 float64x2_t tiny_bound, huge_bound, scale_minus_one; member 33 .huge_bound = V2 (0x1p205), 87 uint64x2_t cmp1 = vcgtq_f64 (a, dat->huge_bound); in erf()
|
| H A D | asinh.c | 14 uint64x2_t huge_bound, abs_mask, off, mask; member 60 .huge_bound = V2 (0x5fe0000000000000), 148 uint64x2_t special = vcgeq_u64 (iax, (d->huge_bound)); in asinh() 152 uint64x2_t special = vcgeq_f64 (ax, vreinterpretq_f64_u64 (d->huge_bound)); in asinh()
|