Home
last modified time | relevance | path

Searched refs:vmul_f32 (Results 1 – 13 of 13) sorted by relevance

/external/skqp/include/private/
DSkNx_neon.h77 est1 = vmul_f32(vrecps_f32(est0, fVec), est0); in invert()
85 AI SkNx operator * (const SkNx& o) const { return vmul_f32(fVec, o.fVec); }
91 est1 = vmul_f32(vrecps_f32(est0, o.fVec), est0),
92 est2 = vmul_f32(vrecps_f32(est1, o.fVec), est1);
93 return vmul_f32(fVec, est2);
120 return vmul_f32(vrsqrts_f32(fVec, vmul_f32(est0, est0)), est0); in rsqrt()
128 est1 = vmul_f32(vrsqrts_f32(fVec, vmul_f32(est0, est0)), est0), in sqrt()
129 est2 = vmul_f32(vrsqrts_f32(fVec, vmul_f32(est1, est1)), est1); in sqrt()
130 return vmul_f32(fVec, est2); in sqrt()
DSkFloatingPoint.h179 const float32x2_t estimate_sq = vmul_f32(estimate, estimate); in sk_float_rsqrt()
180 estimate = vmul_f32(estimate, vrsqrts_f32(xx, estimate_sq)); in sk_float_rsqrt()
/external/skia/include/private/
DSkNx_neon.h79 AI SkNx operator * (const SkNx& o) const { return vmul_f32(fVec, o.fVec); }
85 est1 = vmul_f32(vrecps_f32(est0, o.fVec), est0),
86 est2 = vmul_f32(vrecps_f32(est1, o.fVec), est1);
87 return vmul_f32(fVec, est2);
117 est1 = vmul_f32(vrsqrts_f32(fVec, vmul_f32(est0, est0)), est0), in sqrt()
118 est2 = vmul_f32(vrsqrts_f32(fVec, vmul_f32(est1, est1)), est1); in sqrt()
119 return vmul_f32(fVec, est2); in sqrt()
DSkFloatingPoint.h212 const float32x2_t estimate_sq = vmul_f32(estimate, estimate); in sk_float_rsqrt()
213 estimate = vmul_f32(estimate, vrsqrts_f32(xx, estimate_sq)); in sk_float_rsqrt()
/external/XNNPACK/src/f32-gavgpool-cw/
Dneon-x4.c117 float32x2_t vout = vmul_f32(vsum, vget_low_f32(vmultiplier)); in xnn_f32_gavgpool_cw_ukernel__neon_x4()
/external/eigen/Eigen/src/Core/arch/NEON/
DComplex.h208 v1 = vmul_f32(v1, a2);
210 v2 = vmul_f32(v2, a2);
DPacketMath.h408 prod = vmul_f32(a_lo, a_hi);
410 prod = vmul_f32(prod, vrev64_f32(prod));
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics-constrained.c80 return vmul_f32(v1, v2); in test_vmul_f32()
Daarch64-neon-intrinsics.c302 return vmul_f32(v1, v2); in test_vmul_f32()
Darm_neon_intrinsics.c8364 return vmul_f32(a, b); in test_vmul_f32()
/external/neon_2_sse/
DNEON_2_SSE.h539 _NEON2SSESTORAGE float32x2_t vmul_f32(float32x2_t a, float32x2_t b); // VMUL.F32 d0,d0,d0
3541 _NEON2SSESTORAGE float32x2_t vmul_f32(float32x2_t a, float32x2_t b); // VMUL.F32 d0,d0,d0
3542 _NEON2SSE_INLINE float32x2_t vmul_f32(float32x2_t a, float32x2_t b) in vmul_f32() function
13622 return vmul_f32(a, b32x2); in vmul_n_f32()
13710 return vmul_f32(a, b32x2);
/external/clang/test/CodeGen/
Darm_neon_intrinsics.c10246 return vmul_f32(a, b); in test_vmul_f32()
Daarch64-neon-intrinsics.c299 return vmul_f32(v1, v2); in test_vmul_f32()