Searched refs:fconst (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | sv_log1pf_inline.h | 58 svfloat32_t fconst = svld1rq_f32 (svptrue_b32 (), &d->ln2); in sv_log1pf_inline() local 59 m_scale = svadd_x (pg, m_scale, svmla_lane_f32 (sv_f32 (-1), s, fconst, 2)); in sv_log1pf_inline() 79 svfloat32_t scale_back = svmul_lane_f32 (svcvt_f32_x (pg, k), fconst, 1); in sv_log1pf_inline() 80 return svmla_lane_f32 (p, scale_back, fconst, 0); in sv_log1pf_inline()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticGroups.td | 913 // Bizarrely, this warning flag enables -fconst-strings in C. This is
|