/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_neon.c | 137 const float32x4_t k1e_10f = vdupq_n_f32(1e-10f); in ScaleErrorSignalNEON() 312 const float32x4_t C5 = vdupq_n_f32(-3.4436006e-2f); in vpowq_f32() 313 const float32x4_t C4 = vdupq_n_f32(3.1821337e-1f); in vpowq_f32() 314 const float32x4_t C3 = vdupq_n_f32(-1.2315303f); in vpowq_f32() 315 const float32x4_t C2 = vdupq_n_f32(2.5988452f); in vpowq_f32() 316 const float32x4_t C1 = vdupq_n_f32(-3.3241990f); in vpowq_f32() 317 const float32x4_t C0 = vdupq_n_f32(3.1157899f); in vpowq_f32() 349 const float32x4_t max_input = vdupq_n_f32(129.f); in vpowq_f32() 350 const float32x4_t min_input = vdupq_n_f32(-126.99999f); in vpowq_f32() 354 const float32x4_t half = vdupq_n_f32(0.5f); in vpowq_f32() [all …]
|
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | utils_neon.cc | 44 float32x4_t accum = vdupq_n_f32(0.0f); in ComputeMeanNeon() 77 const float32x4_t mean_vec = vdupq_n_f32(-mean); in ComputeStdDevNeon() 79 float32x4_t accum = vdupq_n_f32(0.0f); in ComputeStdDevNeon() 118 float32x4_t accum = vdupq_n_f32(0.0f); in ComputeCrossCorrelationNeon()
|
D | image_neon.cc | 207 float32x4_t xx = vdupq_n_f32(0.0f); in CalculateGNeon() 208 float32x4_t xy = vdupq_n_f32(0.0f); in CalculateGNeon() 209 float32x4_t yy = vdupq_n_f32(0.0f); in CalculateGNeon()
|
/external/XNNPACK/src/requantization/ |
D | fp32-neon.c | 30 const float32x4_t vscale = vdupq_n_f32(scale); in xnn_requantize_fp32__neon() 36 …const float32x4_t vfmin = vdupq_n_f32((float) ((int32_t)(uint32_t) qmin - (int32_t)(uint32_t) zero… in xnn_requantize_fp32__neon() 37 …const float32x4_t vfmax = vdupq_n_f32((float) ((int32_t)(uint32_t) qmax - (int32_t)(uint32_t) zero… in xnn_requantize_fp32__neon() 38 const float32x4_t vfmagic = vdupq_n_f32(12582912.0f); in xnn_requantize_fp32__neon()
|
/external/tensorflow/tensorflow/core/kernels/neon/ |
D | depthwiseconv_float.h | 672 acc[k] = vmaxq_f32(vdupq_n_f32(0.f), acc[k]); 676 acc[k] = vmaxq_f32(vdupq_n_f32(0.f), 677 vminq_f32(vdupq_n_f32(6.f), acc[k])); 681 acc[k] = vmaxq_f32(vdupq_n_f32(-1.f), 682 vminq_f32(vdupq_n_f32(1.f), acc[k])); 694 acc = vmaxq_f32(vdupq_n_f32(0.f), acc); 696 acc = vmaxq_f32(vdupq_n_f32(0.f), vminq_f32(vdupq_n_f32(6.f), acc)); 699 vmaxq_f32(vdupq_n_f32(-1.f), vminq_f32(vdupq_n_f32(1.f), acc));
|
/external/adhd/cras/src/dsp/ |
D | drc_kernel.c | 579 const float32x4_t A7 = vdupq_n_f32(-4.3330336920917034149169921875e-3f); in dk_compress_output() 580 const float32x4_t A5 = vdupq_n_f32(7.9434238374233245849609375e-2f); in dk_compress_output() 581 const float32x4_t A3 = vdupq_n_f32(-0.645892798900604248046875f); in dk_compress_output() 582 const float32x4_t A1 = vdupq_n_f32(1.5707910060882568359375f); in dk_compress_output() 639 [base]"w"(vdupq_n_f32(scaled_desired_gain)), in dk_compress_output() 640 [r4]"w"(vdupq_n_f32(r*r*r*r)), in dk_compress_output() 641 [g]"w"(vdupq_n_f32(master_linear_gain)) in dk_compress_output() 699 [one]"w"(vdupq_n_f32(1)), in dk_compress_output() 700 [r4]"w"(vdupq_n_f32(r*r*r*r)), in dk_compress_output() 701 [g]"w"(vdupq_n_f32(master_linear_gain)) in dk_compress_output()
|
D | dsp_util.c | 204 float32x4_t pos = vdupq_n_f32(0.5f / 32768.0f); in interleave_stereo() 205 float32x4_t neg = vdupq_n_f32(-0.5f / 32768.0f); in interleave_stereo()
|
/external/XNNPACK/src/math/ |
D | sigmoid-neon-frac-p9-p10-nr1recps.c | 39 const float32x4_t vsigmoid_maxinput = vdupq_n_f32(18.f); in xnn_math_f32_sigmoid__neon_frac_p9_p10_nr1recps() 40 const float32x4_t vsigmoid_mininput = vdupq_n_f32(-18.f); in xnn_math_f32_sigmoid__neon_frac_p9_p10_nr1recps()
|
/external/clang/test/CodeGen/ |
D | arm64_vdupq_n_f64.c | 24 return vdupq_n_f32(w); in test_vdupq_n_f32()
|
/external/libopus/celt/arm/ |
D | pitch_neon_intr.c | 199 float32x4_t xy_f32x4 = vdupq_n_f32(0); in celt_inner_prod_neon() 239 float32x4_t xy01_f32x4 = vdupq_n_f32(0); in dual_inner_prod_neon() 240 float32x4_t xy02_f32x4 = vdupq_n_f32(0); in dual_inner_prod_neon()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
D | depthwise_conv_hybrid.h | 212 vdupq_n_f32(output_activation_min); in DepthwiseConvHybridGeneral() 214 vdupq_n_f32(output_activation_max); in DepthwiseConvHybridGeneral() 215 const float32x4_t input_scale_32x4 = vdupq_n_f32(input_scale); in DepthwiseConvHybridGeneral()
|
/external/XNNPACK/src/f32-hswish/gen/ |
D | neon-x4.c | 30 const float32x4_t vzero = vdupq_n_f32(0.0f); in xnn_f32_hswish_ukernel__neon_x4()
|
D | neonfma-x4.c | 30 const float32x4_t vzero = vdupq_n_f32(0.0f); in xnn_f32_hswish_ukernel__neonfma_x4()
|
D | neonfma-x8.c | 30 const float32x4_t vzero = vdupq_n_f32(0.0f); in xnn_f32_hswish_ukernel__neonfma_x8()
|
D | neon-x8.c | 30 const float32x4_t vzero = vdupq_n_f32(0.0f); in xnn_f32_hswish_ukernel__neon_x8()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_instance_norm.cc | 143 const float32x4_t eps = vdupq_n_f32(variance_epsilon); in MinAndMax() 198 const float32x4_t eps = vdupq_n_f32(variance_epsilon); in InstanceNorm() 199 const float32x4_t out_min = vdupq_n_f32(minimum); in InstanceNorm()
|
/external/XNNPACK/src/f32-sigmoid/gen/ |
D | neon-frac-p9-p10-nr1recps-x16.c | 44 const float32x4_t vsigmoid_maxinput = vdupq_n_f32(18.f); in xnn_f32_sigmoid_ukernel__neon_frac_p9_p10_nr1recps_x16() 45 const float32x4_t vsigmoid_mininput = vdupq_n_f32(-18.f); in xnn_f32_sigmoid_ukernel__neon_frac_p9_p10_nr1recps_x16()
|
/external/XNNPACK/src/f32-sigmoid/ |
D | neon-frac-p9-p10-nr1recps.c.in | 43 const float32x4_t vsigmoid_maxinput = vdupq_n_f32(18.f); 44 const float32x4_t vsigmoid_mininput = vdupq_n_f32(-18.f);
|
/external/XNNPACK/src/f32-raddstoreexpminusmax/gen/ |
D | neonfma-p5-x4.c | 40 const float32x4_t vi_max = vdupq_n_f32(max); in xnn_f32_raddstoreexpminusmax_ukernel__neonfma_p5_x4()
|
D | neon-p5-x4.c | 41 const float32x4_t vi_max = vdupq_n_f32(max); in xnn_f32_raddstoreexpminusmax_ukernel__neon_p5_x4()
|
D | neon-lut64-p2-x4.c | 41 const float32x4_t vi_max = vdupq_n_f32(max); in xnn_f32_raddstoreexpminusmax_ukernel__neon_lut64_p2_x4()
|
D | neonfma-lut64-p2-x4.c | 40 const float32x4_t vi_max = vdupq_n_f32(max); in xnn_f32_raddstoreexpminusmax_ukernel__neonfma_lut64_p2_x4()
|
/external/XNNPACK/src/f32-hswish/ |
D | neon.c.in | 29 const float32x4_t vzero = vdupq_n_f32(0.0f);
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | depthwiseconv_float.h | 1078 vdupq_n_f32(output_activation_min), 1079 vminq_f32(vdupq_n_f32(output_activation_max), acc[k])); 1090 acc = vmaxq_f32(vdupq_n_f32(output_activation_min), 1091 vminq_f32(vdupq_n_f32(output_activation_max), acc));
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | cpu_backend_gemm_custom_gemv.h | 669 float32x4_t acc0 = vdupq_n_f32(0); 769 reduced = vminq_f32(reduced, vdupq_n_f32(params.clamp_max)); 770 reduced = vmaxq_f32(reduced, vdupq_n_f32(params.clamp_min));
|