/external/webrtc/modules/audio_coding/codecs/ilbc/ |
D | smooth.c | 34 int16_t scale, scale1, scale2; in WebRtcIlbcfix_Smooth() local 74 scale2 = 15 - bitsw11; in WebRtcIlbcfix_Smooth() 76 if (scale2>(scale1-16)) { in WebRtcIlbcfix_Smooth() 77 scale2 = scale1 - 16; in WebRtcIlbcfix_Smooth() 79 scale1 = scale2 + 16; in WebRtcIlbcfix_Smooth() 83 w11prim = (int16_t) WEBRTC_SPL_SHIFT_W32(w11, scale2); in WebRtcIlbcfix_Smooth() 119 scale2 = bitsw11-15; in WebRtcIlbcfix_Smooth() 121 if (scale2>scale1) { in WebRtcIlbcfix_Smooth() 122 scale = scale2; in WebRtcIlbcfix_Smooth() 170 scale2 = 21-scale1; in WebRtcIlbcfix_Smooth() [all …]
|
D | do_plc.c | 54 int16_t scale1, scale2; in WebRtcIlbcfix_DoThePlc() local 162 scale2=(int16_t)WebRtcSpl_NormW32(ener)-16; in WebRtcIlbcfix_DoThePlc() 163 tmp2=(int16_t)WEBRTC_SPL_SHIFT_W32(ener, scale2); in WebRtcIlbcfix_DoThePlc() 169 totscale = scale1+scale2-1; in WebRtcIlbcfix_DoThePlc()
|
/external/libopus/silk/ |
D | stereo_find_predictor.c | 44 opus_int scale, scale1, scale2; in silk_stereo_find_predictor() local 49 silk_sum_sqr_shift( &nrgy, &scale2, y, length ); in silk_stereo_find_predictor() 50 scale = silk_max_int( scale1, scale2 ); in silk_stereo_find_predictor() 52 nrgy = silk_RSHIFT32( nrgy, scale - scale2 ); in silk_stereo_find_predictor()
|
/external/llvm/test/CodeGen/ARM/ |
D | arm-modifier.ll | 3 define i32 @foo(float %scale, float %scale2) nounwind { 6 %scale2.addr = alloca float, align 4 8 store float %scale2, float* %scale2.addr, align 4 10 %tmp1 = load float, float* %scale2.addr, align 4
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | arm-modifier.ll | 3 define i32 @foo(float %scale, float %scale2) nounwind { 6 %scale2.addr = alloca float, align 4 8 store float %scale2, float* %scale2.addr, align 4 10 %tmp1 = load float, float* %scale2.addr, align 4
|
/external/deqp-deps/glslang/Test/ |
D | link.vk.differentPC.0.2.frag | 7 float scale2; 13 return uPC.scale2;
|
D | link.vk.differentPC.1.0.frag | 8 float scale2;
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | link.vk.differentPC.0.2.frag | 7 float scale2; 13 return uPC.scale2;
|
D | link.vk.differentPC.1.0.frag | 8 float scale2;
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | link.vk.differentPC.0.0.frag.out | 45 0:13 scale2: direct index for structure (layout( column_major std430 offset=32) uniform high… 46 …mponent vector of float color2, layout( column_major std430 offset=32) uniform highp float scale2}) 50 …mponent vector of float color2, layout( column_major std430 offset=32) uniform highp float scale2}) 56 …mponent vector of float color2, layout( column_major std430 offset=32) uniform highp float scale2}" 86 0:13 scale2: direct index for structure (layout( column_major std430 offset=32) uniform high… 87 …mponent vector of float color2, layout( column_major std430 offset=32) uniform highp float scale2})
|
D | link.vk.differentPC.1.0.frag.out | 10 …=32) uniform highp float scale, layout( column_major std430 offset=36) uniform highp float scale2}) 14 …=32) uniform highp float scale, layout( column_major std430 offset=36) uniform highp float scale2}) 56 … float scale, layout( column_major std430 offset=36) uniform highp float scale2}" versus "layout( … 58 … float scale, layout( column_major std430 offset=36) uniform highp float scale2}" versus "layout( … 68 …=32) uniform highp float scale, layout( column_major std430 offset=36) uniform highp float scale2}) 93 …=32) uniform highp float scale, layout( column_major std430 offset=36) uniform highp float scale2})
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | link.vk.differentPC.0.0.frag.out | 45 0:13 scale2: direct index for structure (layout( column_major std430 offset=32) uniform high… 46 …mponent vector of float color2, layout( column_major std430 offset=32) uniform highp float scale2}) 50 …mponent vector of float color2, layout( column_major std430 offset=32) uniform highp float scale2}) 56 …mponent vector of float color2, layout( column_major std430 offset=32) uniform highp float scale2}" 86 0:13 scale2: direct index for structure (layout( column_major std430 offset=32) uniform high… 87 …mponent vector of float color2, layout( column_major std430 offset=32) uniform highp float scale2})
|
D | link.vk.differentPC.1.0.frag.out | 10 …=32) uniform highp float scale, layout( column_major std430 offset=36) uniform highp float scale2}) 14 …=32) uniform highp float scale, layout( column_major std430 offset=36) uniform highp float scale2}) 56 … float scale, layout( column_major std430 offset=36) uniform highp float scale2}" versus "layout( … 58 … float scale, layout( column_major std430 offset=36) uniform highp float scale2}" versus "layout( … 68 …=32) uniform highp float scale, layout( column_major std430 offset=36) uniform highp float scale2}) 93 …=32) uniform highp float scale, layout( column_major std430 offset=36) uniform highp float scale2})
|
/external/llvm/test/CodeGen/X86/ |
D | zext-extract_subreg.ll | 24 %scale2.0 = trunc i64 %tmp869 to i32 25 %cmp149 = icmp eq i32 %scale2.0, 0
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | zext-extract_subreg.ll | 45 %scale2.0 = trunc i64 %tmp869 to i32 46 %cmp149 = icmp eq i32 %scale2.0, 0
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | conv_test.cc | 1672 float scale2 = 1.0 / 127.0; in TEST_P() local 1682 /*per_channel_quantization_scales=*/{scale, scale2, scale2}, in TEST_P() 1719 float scale2 = 1.0 / 127.0; in TEST_P() local 1729 /*per_channel_quantization_scales=*/{scale, scale2, scale2}, in TEST_P()
|
/external/llvm-project/llvm/docs/ |
D | LangRef.rst | 14869 %scale2 = trunc i32 %scale to i8 14870 … %r = ashr i8 %mul, i8 %scale2 ; this is for a target rounding down towards negative infinity 14884 %scale2 = trunc i32 %scale to i8 14885 %a3 = shl i8 %a2, %scale2
|