Home
last modified time | relevance | path

Searched refs:y32 (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dtrunc-binop-ext.ll3 define i16 @narrow_sext_and(i16 %x16, i32 %y32) {
5 ; CHECK-NEXT: [[TMP1:%.*]] = trunc i32 %y32 to i16
10 %b = and i32 %x32, %y32
15 define i16 @narrow_zext_and(i16 %x16, i32 %y32) {
17 ; CHECK-NEXT: [[TMP1:%.*]] = trunc i32 %y32 to i16
22 %b = and i32 %x32, %y32
27 define i16 @narrow_sext_or(i16 %x16, i32 %y32) {
29 ; CHECK-NEXT: [[TMP1:%.*]] = trunc i32 %y32 to i16
34 %b = or i32 %x32, %y32
39 define i16 @narrow_zext_or(i16 %x16, i32 %y32) {
[all …]
/external/libopus/silk/
DA2NLSF.c70 opus_int32 x_Q16, y32; in silk_A2NLSF_eval_poly() local
72 y32 = p[ dd ]; /* Q16 */ in silk_A2NLSF_eval_poly()
77 y32 = silk_SMLAWW( p[ 7 ], y32, x_Q16 ); in silk_A2NLSF_eval_poly()
78 y32 = silk_SMLAWW( p[ 6 ], y32, x_Q16 ); in silk_A2NLSF_eval_poly()
79 y32 = silk_SMLAWW( p[ 5 ], y32, x_Q16 ); in silk_A2NLSF_eval_poly()
80 y32 = silk_SMLAWW( p[ 4 ], y32, x_Q16 ); in silk_A2NLSF_eval_poly()
81 y32 = silk_SMLAWW( p[ 3 ], y32, x_Q16 ); in silk_A2NLSF_eval_poly()
82 y32 = silk_SMLAWW( p[ 2 ], y32, x_Q16 ); in silk_A2NLSF_eval_poly()
83 y32 = silk_SMLAWW( p[ 1 ], y32, x_Q16 ); in silk_A2NLSF_eval_poly()
84 y32 = silk_SMLAWW( p[ 0 ], y32, x_Q16 ); in silk_A2NLSF_eval_poly()
[all …]
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
Ddigital_agc.c70 int32_t tmp32, tmp32no1, tmp32no2, numFIX, den, y32; in WebRtcAgc_CalculateGainTable() local
212 y32 = numFIX / tmp32no1; // in Q14 in WebRtcAgc_CalculateGainTable()
217 y32 = WebRtcSpl_DivW32W16(tmp32 + 10, 20); in WebRtcAgc_CalculateGainTable()
219 if (y32 > 39000) in WebRtcAgc_CalculateGainTable()
221 tmp32 = (y32 >> 1) * kLog10 + 4096; // in Q27 in WebRtcAgc_CalculateGainTable()
225 tmp32 = y32 * kLog10 + 8192; // in Q28 in WebRtcAgc_CalculateGainTable()
/external/tensorflow/tensorflow/python/ops/
Dnn_fused_batchnorm_test.py144 def _compute_gradient_error_float16(self, x, x32, x_shape, y, y32, y_shape): argument
174 x32, x_shape, y32, y_shape, delta=1e-3, x_init_value=x32_init_val)
220 y32, _, _ = nn_impl.fused_batch_norm(
228 err_x = self._compute_gradient_error_float16(x, x32, x_shape, y, y32,
231 scale, scale, scale_shape, y, y32, x_shape)
233 offset, offset, scale_shape, y, y32, x_shape)
308 y32, _, _ = nn_impl.fused_batch_norm(
317 y32, [x32, scale, offset], grad_y32)
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp3023 deInt32 y32 = static_cast<deInt32>(y); in test_mul_div() local
3029 return static_cast<deInt8>(static_cast<deInt8>(x32 * y32) / y32); in test_mul_div()
3083 deInt32 y32 = static_cast<deInt32>(y); in test_mul_div() local
3089 return static_cast<deInt16>(static_cast<deInt16>(x32 * y32) / y32); in test_mul_div()
3227 const deUint32 y32 = static_cast<deUint32>(y); in test_mul_div() local
3233 return static_cast<deUint8>(static_cast<deUint8>(x32 * y32) / y32); in test_mul_div()
3285 const deUint32 y32 = static_cast<deUint32>(y); in test_mul_div() local
3291 return static_cast<deUint16>(static_cast<deUint16>(x32 * y32) / y32); in test_mul_div()