/external/webrtc/webrtc/common_audio/signal_processing/ |
D | complex_bit_reverse.c | 49 void WebRtcSpl_ComplexBitReverse(int16_t* __restrict complex_data, int stages) { in WebRtcSpl_ComplexBitReverse() argument 55 if (stages == 7 || stages == 8) { in WebRtcSpl_ComplexBitReverse() 60 if (stages == 8) { in WebRtcSpl_ComplexBitReverse() 81 int n = 1 << stages; in WebRtcSpl_ComplexBitReverse()
|
D | complex_fft_mips.c | 22 int WebRtcSpl_ComplexFFT(int16_t frfi[], int stages, int mode) { in WebRtcSpl_ComplexFFT() argument 40 n = 1 << stages; in WebRtcSpl_ComplexFFT() 151 int WebRtcSpl_ComplexIFFT(int16_t frfi[], int stages, int mode) { in WebRtcSpl_ComplexIFFT() argument 161 n = 1 << stages; in WebRtcSpl_ComplexIFFT()
|
D | complex_bit_reverse_mips.c | 64 void WebRtcSpl_ComplexBitReverse(int16_t frfi[], int stages) { in WebRtcSpl_ComplexBitReverse() argument 71 if (stages == 8) { in WebRtcSpl_ComplexBitReverse() 123 } else if (stages == 7) { in WebRtcSpl_ComplexBitReverse()
|
D | complex_fft.c | 29 int WebRtcSpl_ComplexFFT(int16_t frfi[], int stages, int mode) in WebRtcSpl_ComplexFFT() argument 38 n = 1 << stages; in WebRtcSpl_ComplexFFT() 158 int WebRtcSpl_ComplexIFFT(int16_t frfi[], int stages, int mode) in WebRtcSpl_ComplexIFFT() argument 169 n = 1 << stages; in WebRtcSpl_ComplexIFFT()
|
D | complex_bit_reverse_arm.S | 33 mov r1, r3, asl r1 @ n = 1 << stages; 92 index_7: @ Indexes for stages == 7. 102 index_8: @ Indexes for stages == 8.
|
/external/mesa3d/src/mesa/tnl/ |
D | t_pipeline.c | 39 const struct tnl_pipeline_stage **stages ) in _tnl_install_pipeline() argument 48 for (i = 0 ; i < MAX_PIPELINE_STAGES && stages[i] ; i++) { in _tnl_install_pipeline() 49 struct tnl_pipeline_stage *s = &tnl->pipeline.stages[i]; in _tnl_install_pipeline() 50 memcpy(s, stages[i], sizeof(*s)); in _tnl_install_pipeline() 64 struct tnl_pipeline_stage *s = &tnl->pipeline.stages[i]; in _tnl_destroy_pipeline() 133 struct tnl_pipeline_stage *s = &tnl->pipeline.stages[i]; in _tnl_run_pipeline() 162 struct tnl_pipeline_stage *s = &tnl->pipeline.stages[i]; in _tnl_run_pipeline()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-map-private.hh | 113 assert (stage <= stages[table_index].len); in get_stage_lookups() 114 unsigned int start = stage ? stages[table_index][stage - 1].last_lookup : 0; in get_stage_lookups() 115 …unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lo… in get_stage_lookups() 132 stages[table_index].finish (); in finish() 146 hb_prealloced_array_t<stage_map_t, 4> stages[2]; /* GSUB/GPOS */ member 187 stages[table_index].finish (); in finish() 234 hb_prealloced_array_t<stage_info_t, 8> stages[2]; /* GSUB/GPOS */ member
|
D | hb-ot-map.cc | 125 stage_info_t *s = stages[table_index].push (); in add_pause() 317 … if (stage_index < stages[table_index].len && stages[table_index][stage_index].index == stage) { in compile() 318 hb_ot_map_t::stage_map_t *stage_map = m.stages[table_index].push (); in compile() 321 stage_map->pause_func = stages[table_index][stage_index].pause_func; in compile()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
D | RungeKuttaIntegrator.java | 106 final int stages = c.length + 1; in integrate() local 110 final double[][] yDotK = new double[stages][]; in integrate() 111 for (int i = 0; i < stages; ++i) { in integrate() 124 interpolator = new DummyStepInterpolator(yTmp, yDotK[stages - 1], forward); in integrate() 146 for (int k = 1; k < stages; ++k) { in integrate() 163 for (int l = 1; l < stages; ++l) { in integrate() 172 System.arraycopy(yDotK[stages - 1], 0, yDotTmp, 0, y0.length); in integrate()
|
D | EmbeddedRungeKuttaIntegrator.java | 203 final int stages = c.length + 1; in integrate() local 207 final double[][] yDotK = new double[stages][y0.length]; in integrate() 218 interpolator = new DummyStepInterpolator(yTmp, yDotK[stages - 1], forward); in integrate() 265 for (int k = 1; k < stages; ++k) { in integrate() 282 for (int l = 1; l < stages; ++l) { in integrate() 303 System.arraycopy(yDotK[stages - 1], 0, yDotTmp, 0, y0.length); in integrate()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeSchedule3.td | 18 // The instruction takes one cycle to execute in each of the stages. The 32 // pipeline stages except the execute stage, which takes three cycles. The 45 // stages except the execute stage, which takes 34 cycles. The two 58 // The instruction takes one cycle to execute in each of the pipeline stages 71 // one cycle to execute in each of the pipeline stages. The source operand is 80 // instruction takes one cycle to execute in each of the pipeline stages. The 91 // the pipeline stages. The source operand is read during the decode stage 101 // instruction takes one cycle to execute in each of the pipeline stages 113 // the pipeline stages except the execute stage, which takes six cycles. The 126 // each of the pipeline stages except the execute stage, which takes 30 [all …]
|
D | MBlazeSchedule5.td | 18 // The instruction takes one cycle to execute in each of the stages. The 34 // pipeline stages. The two source operands are read during the decode stage 48 // stages except the memory access stage, which takes 31 cycles. The two 63 // The instruction takes one cycle to execute in each of the pipeline stages. 77 // one cycle to execute in each of the pipeline stages. The source operand is 88 // instruction takes one cycle to execute in each of the pipeline stages. The 101 // the pipeline stages. The source operand is read during the decode stage 113 // instruction takes one cycle to execute in each of the pipeline stages 127 // the pipeline stages except the memory access stage, which takes two 142 // each of the pipeline stages except the memory access stage, which takes 26 [all …]
|
/external/webrtc/webrtc/modules/audio_processing/ns/ |
D | nsx_core.c | 346 tabind = inst->stages - inst->normData; in NoiseEstimationC() 604 tmp32no1 += (inst->minNorm - inst->stages) << 11; in WebRtcNsx_CalcParametricNoiseEstimate() 647 inst->stages = 7; in WebRtcNsx_InitCore() 655 inst->stages = 8; in WebRtcNsx_InitCore() 667 inst->real_fft = WebRtcSpl_CreateRealFFT(inst->stages); in WebRtcNsx_InitCore() 859 histIndex = ((inst->featureSpecDiff * 5) >> inst->stages) / in WebRtcNsx_FeatureParameterExtraction() 899 tmp32 = (int32_t)((tmpU32 << (9 + inst->stages)) / numHistLrt / in WebRtcNsx_FeatureParameterExtraction() 1064 logCurSpectralFlatness += ((int32_t)(inst->stages - 1) << (inst->stages + 7)); // Q(8+stages-1) in WebRtcNsx_ComputeSpectralFlatness() 1065 logCurSpectralFlatness -= (tmp32 << (inst->stages - 1)); in WebRtcNsx_ComputeSpectralFlatness() 1066 logCurSpectralFlatness <<= (10 - inst->stages); // Q17 in WebRtcNsx_ComputeSpectralFlatness() [all …]
|
D | nsx_core_c.c | 75 (inst->stages + 11); in WebRtcNsx_SpeechNoiseProb() 89 nShifts = 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5; in WebRtcNsx_SpeechNoiseProb() 150 normTmp = WEBRTC_SPL_MIN(20 - inst->stages, in WebRtcNsx_SpeechNoiseProb() 154 tmpU32no2 = inst->timeAvgMagnEnergy >> (20 - inst->stages - normTmp); in WebRtcNsx_SpeechNoiseProb()
|
D | nsx_core_mips.c | 110 (inst->stages + 11); in WebRtcNsx_SpeechNoiseProb() 124 nShifts = 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5; in WebRtcNsx_SpeechNoiseProb() 185 normTmp = WEBRTC_SPL_MIN(20 - inst->stages, in WebRtcNsx_SpeechNoiseProb() 189 tmpU32no2 = inst->timeAvgMagnEnergy >> (20 - inst->stages - normTmp); in WebRtcNsx_SpeechNoiseProb()
|
/external/libopus/celt/ |
D | kiss_fft.c | 359 int stages=0; in kf_factor() local 382 facbuf[2*stages] = p; in kf_factor() 383 if (p==2 && stages > 1) in kf_factor() 385 facbuf[2*stages] = 4; in kf_factor() 388 stages++; in kf_factor() 394 for (i=0;i<stages/2;i++) in kf_factor() 398 facbuf[2*i] = facbuf[2*(stages-i-1)]; in kf_factor() 399 facbuf[2*(stages-i-1)] = tmp; in kf_factor() 401 for (i=0;i<stages;i++) in kf_factor()
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.separate_shader.txt | 27 + Replacement of pipeline stages 30 + Interface compatibility between shader stages 31 + glProgramUniform on the pipeline's stages 60 returns the correct programs for vertex and shader stages. 67 and then possibly replace either or both of the stages with a new
|
D | functional.tessellation_geometry_interaction.txt | 27 geometry shading stages. 28 + Render tests with maximum geometry amplification in different stages 85 shader stages. In {vertex, control, evaluation, geometry}_set cases, a constant
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineTimestampTests.cpp | 168 TimestampTestParam (const VkPipelineStageFlagBits* stages, 182 TimestampTestParam::TimestampTestParam(const VkPipelineStageFlagBits* stages, in TimestampTestParam() argument 189 m_stageVec.push_back(stages[ndx]); in TimestampTestParam() 238 TransferTimestampTestParam (const VkPipelineStageFlagBits* stages, 250 TransferTimestampTestParam::TransferTimestampTestParam(const VkPipelineStageFlagBits* stages, in TransferTimestampTestParam() argument 254 : TimestampTestParam(stages, stageCount, inRenderPass) in TransferTimestampTestParam() 632 const StageFlagVector& stages, 670 const StageFlagVector& stages, in TimestampTestInstance() argument 673 , m_stages (stages) in TimestampTestInstance() 962 const StageFlagVector stages, [all …]
|
/external/libvorbis/lib/ |
D | res0.c | 45 int stages; member 286 int stages=ilog(info->secondstages[j]); in res0_look() local 287 if(stages){ in res0_look() 288 if(stages>maxstage)maxstage=stages; in res0_look() 289 look->partbooks[j]=_ogg_calloc(stages,sizeof(*look->partbooks[j])); in res0_look() 290 for(k=0;k<stages;k++) in res0_look() 305 look->stages=maxstage; in res0_look() 576 for(s=0;s<look->stages;s++){ in _01forward() 680 for(s=0;s<look->stages;s++){ in _01inverse() 825 for(s=0;s<look->stages;s++){ in res2_inverse()
|
/external/tremolo/Tremolo/ |
D | res012.c | 89 if(k+1>info->stages)info->stages=k+1; in res_unpack() 134 for(s=0;s<info->stages;s++){ in res_inverse() 204 for(s=0;s<info->stages;s++){ in res_inverse()
|
/external/syslinux/com32/modules/ |
D | kontron_wdt.c | 162 wdt->stages = 0; in kempld_wdt_probe_stages() 182 wdt->stages++; in kempld_wdt_probe_stages() 185 if (wdt->stages == 1) in kempld_wdt_probe_stages() 187 else if (wdt->stages == 2) { in kempld_wdt_probe_stages()
|
/external/mesa3d/src/gallium/docs/source/ |
D | pipeline.txt | 91 | (NOTE: these stages may emit | 128 accessible to all shader stages.
|
/external/autotest/client/tests/aiostress/ |
D | aio-stress.c | 89 long stages = 0; variable 793 if (stages & (1 << READ)) 796 if (!new_rw && stages & (1 << RWRITE)) 799 if (!new_rw && stages & (1 << RREAD)) 1370 stages |= 1 << i; 1441 if (!stages) { 1442 stages = (1 << WRITE) | (1 << READ) | (1 << RREAD) | (1 << RWRITE); 1445 if (stages & (1 << i)) {
|
/external/ltp/testcases/kernel/io/ltp-aiodio/ |
D | aio-stress.c | 86 long stages = 0; variable 808 if (stages & (1 << READ)) 811 if (!new_rw && stages & (1 << RWRITE)) 814 if (!new_rw && stages & (1 << RREAD)) 1400 stages |= 1 << i; 1472 if (!stages) { 1473 stages = 1477 if (stages & (1 << i)) {
|