Home
last modified time | relevance | path

Searched refs:vdupq_n_f32 (Results 1 – 25 of 81) sorted by relevance

1234

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c137 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/
Dutils_neon.cc44 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()
Dimage_neon.cc207 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/
Dfp32-neon.c30 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/
Ddepthwiseconv_float.h672 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/
Ddrc_kernel.c579 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()
Ddsp_util.c204 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/
Dsigmoid-neon-frac-p9-p10-nr1recps.c39 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/
Darm64_vdupq_n_f64.c24 return vdupq_n_f32(w); in test_vdupq_n_f32()
/external/libopus/celt/arm/
Dpitch_neon_intr.c199 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/
Ddepthwise_conv_hybrid.h212 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/
Dneon-x4.c30 const float32x4_t vzero = vdupq_n_f32(0.0f); in xnn_f32_hswish_ukernel__neon_x4()
Dneonfma-x4.c30 const float32x4_t vzero = vdupq_n_f32(0.0f); in xnn_f32_hswish_ukernel__neonfma_x4()
Dneonfma-x8.c30 const float32x4_t vzero = vdupq_n_f32(0.0f); in xnn_f32_hswish_ukernel__neonfma_x8()
Dneon-x8.c30 const float32x4_t vzero = vdupq_n_f32(0.0f); in xnn_f32_hswish_ukernel__neon_x8()
/external/tensorflow/tensorflow/core/kernels/
Dquantized_instance_norm.cc143 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/
Dneon-frac-p9-p10-nr1recps-x16.c44 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/
Dneon-frac-p9-p10-nr1recps.c.in43 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/
Dneonfma-p5-x4.c40 const float32x4_t vi_max = vdupq_n_f32(max); in xnn_f32_raddstoreexpminusmax_ukernel__neonfma_p5_x4()
Dneon-p5-x4.c41 const float32x4_t vi_max = vdupq_n_f32(max); in xnn_f32_raddstoreexpminusmax_ukernel__neon_p5_x4()
Dneon-lut64-p2-x4.c41 const float32x4_t vi_max = vdupq_n_f32(max); in xnn_f32_raddstoreexpminusmax_ukernel__neon_lut64_p2_x4()
Dneonfma-lut64-p2-x4.c40 const float32x4_t vi_max = vdupq_n_f32(max); in xnn_f32_raddstoreexpminusmax_ukernel__neonfma_lut64_p2_x4()
/external/XNNPACK/src/f32-hswish/
Dneon.c.in29 const float32x4_t vzero = vdupq_n_f32(0.0f);
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_float.h1078 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/
Dcpu_backend_gemm_custom_gemv.h669 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));

1234