Searched refs:vrsqrteq_f32 (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_instance_norm.cc | 155 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/ |
D | SkNx_neon.h | 244 float32x4_t est0 = vrsqrteq_f32(fVec); in rsqrt() 252 float32x4_t est0 = vrsqrteq_f32(fVec), in sqrt()
|
/external/skqp/include/private/ |
D | SkNx_neon.h | 244 float32x4_t est0 = vrsqrteq_f32(fVec); in rsqrt() 252 float32x4_t est0 = vrsqrteq_f32(fVec), in sqrt()
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_neon.c | 104 float32x4_t x = vrsqrteq_f32(s); in vsqrtq_f32()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-misc.c | 2932 return vrsqrteq_f32(a); in test_vrsqrteq_f32()
|
D | arm_neon_intrinsics.c | 16276 return vrsqrteq_f32(a); in test_vrsqrteq_f32()
|
/external/skqp/src/opts/ |
D | SkRasterPipeline_opts.h | 196 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/ |
D | SkRasterPipeline_opts.h | 201 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/ |
D | NEON_2_SSE.h | 2090 _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
|