Searched defs:v_log1p_data (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
| H A D | v_log1p_inline.h | 13 struct v_log1p_data struct 15 float64x2_t c0, c2, c4, c6, c8, c10, c12, c14, c16; 16 uint64x2_t hf_rt2_top, one_m_hf_rt2_top, umask; 17 int64x2_t one_top; 18 double c1, c3, c5, c7, c9, c11, c13, c15, c17, c18; 19 double ln2[2];
|