Searched refs:log2c (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | log2.c | 65 svfloat64_t log2c in SV_NAME_D1() local 66 = svld1_gather_index (pg, &__v_log2_data.table[0].log2c, i); in SV_NAME_D1() 72 svfloat64_t w = svmla_lane_f64 (log2c, r, invln2_and_c4, 0); in SV_NAME_D1()
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | log2.c | 43 float64x2_t log2c; member 57 e.log2c = vuzp2q_f64 (e0, e1); in lookup() 102 = vfmaq_laneq_f64 (vaddq_f64 (e.log2c, kd), r, invln2_and_c4, 0); in V_NAME_D1()
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | math_config.h | 605 double invc, log2c; member
|