Home
last modified time | relevance | path

Searched refs:vrsqrteq_f32 (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantized_instance_norm.cc155 vrsqrteq_f32(vaddq_f32(variance[0], eps)), in MinAndMax()
156 vrsqrteq_f32(vaddq_f32(variance[1], eps)), in MinAndMax()
157 vrsqrteq_f32(vaddq_f32(variance[2], eps)), in MinAndMax()
158 vrsqrteq_f32(vaddq_f32(variance[3], eps))}; in MinAndMax()
212 vrsqrteq_f32(vaddq_f32(variance[0], eps)), in InstanceNorm()
213 vrsqrteq_f32(vaddq_f32(variance[1], eps)), in InstanceNorm()
214 vrsqrteq_f32(vaddq_f32(variance[2], eps)), in InstanceNorm()
215 vrsqrteq_f32(vaddq_f32(variance[3], eps))}; in InstanceNorm()
/external/skia/include/private/
DSkNx_neon.h244 float32x4_t est0 = vrsqrteq_f32(fVec); in rsqrt()
252 float32x4_t est0 = vrsqrteq_f32(fVec), in sqrt()
/external/skqp/include/private/
DSkNx_neon.h244 float32x4_t est0 = vrsqrteq_f32(fVec); in rsqrt()
252 float32x4_t est0 = vrsqrteq_f32(fVec), in sqrt()
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c104 float32x4_t x = vrsqrteq_f32(s); in vsqrtq_f32()
/external/clang/test/CodeGen/
Daarch64-neon-misc.c2932 return vrsqrteq_f32(a); in test_vrsqrteq_f32()
Darm_neon_intrinsics.c16276 return vrsqrteq_f32(a); in test_vrsqrteq_f32()
/external/skqp/src/opts/
DSkRasterPipeline_opts.h196 SI F rsqrt (F v) { auto e = vrsqrteq_f32(v); return vrsqrtsq_f32(v,e*e) * e; }
215 auto e = vrsqrteq_f32(v); // Estimate and two refinement steps for e = rsqrt(v).
2526 auto est = vrsqrteq_f32(v); // Estimate and two refinement steps for est = rsqrt(v).
/external/skia/src/opts/
DSkRasterPipeline_opts.h201 SI F rsqrt (F v) { auto e = vrsqrteq_f32(v); return vrsqrtsq_f32(v,e*e) * e; }
220 auto e = vrsqrteq_f32(v); // Estimate and two refinement steps for e = rsqrt(v).
3213 auto est = vrsqrteq_f32(v); // Estimate and two refinement steps for est = rsqrt(v).
/external/neon_2_sse/
DNEON_2_SSE.h2090 _NEON2SSESTORAGE float32x4_t vrsqrteq_f32(float32x4_t a); // VRSQRTE.F32 q0,q0
6879 _NEON2SSESTORAGE float32x4_t vrsqrteq_f32(float32x4_t a); // VRSQRTE.F32 q0,q0
6880 #define vrsqrteq_f32 _mm_rsqrt_ps macro