HomeSort by relevance Sort by last modified time
    Searched defs:stages (Results 1 - 19 of 19) sorted by null

  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 127 unsigned stages; member in struct:GalliumD3D11Caps
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
RungeKuttaIntegrator.java 106 final int stages = c.length + 1; local
110 final double[][] yDotK = new double[stages][];
111 for (int i = 0; i < stages; ++i) {
124 interpolator = new DummyStepInterpolator(yTmp, yDotK[stages - 1], forward);
145 // next stages
146 for (int k = 1; k < stages; ++k) {
163 for (int l = 1; l < stages; ++l) {
172 System.arraycopy(yDotK[stages - 1], 0, yDotTmp, 0, y0.length);
EmbeddedRungeKuttaIntegrator.java 56 * has s stages. This behaviour is true only for successful steps, if
203 final int stages = c.length + 1; local
207 final double[][] yDotK = new double[stages][y0.length];
218 interpolator = new DummyStepInterpolator(yTmp, yDotK[stages - 1], forward);
264 // next stages
265 for (int k = 1; k < stages; ++k) {
282 for (int l = 1; l < stages; ++l) {
303 System.arraycopy(yDotK[stages - 1], 0, yDotTmp, 0, y0.length);
369 * @param yDotK derivatives computed during the first stages
  /external/harfbuzz_ng/src/
hb-ot-map-private.hh 113 assert (stage <= stages[table_index].len);
114 unsigned int start = stage ? stages[table_index][stage - 1].last_lookup : 0;
115 unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lookups[table_index].len;
132 stages[table_index].finish ();
152 hb_prealloced_array_t<stage_map_t, 4> stages[2]; /* GSUB/GPOS */
191 stages[table_index].finish ();
230 hb_prealloced_array_t<stage_info_t, 8> stages[2]; /* GSUB/GPOS */ variable
  /external/libvorbis/lib/
mdct.c 322 int stages=init->log2n-5; local
325 if(--stages>0){
329 for(i=1;--stages>0;i++){
res0.c 45 int stages; member in struct:__anon16393
132 for(k=0;k<look->stages;k++)
286 int stages=ilog(info->secondstages[j]); local
287 if(stages){
288 if(stages>maxstage)maxstage=stages;
289 look->partbooks[j]=_ogg_calloc(stages,sizeof(*look->partbooks[j]));
290 for(k=0;k<stages;k++)
305 look->stages=maxstage;
576 for(s=0;s<look->stages;s++)
    [all...]
  /external/opencv3/modules/objdetect/src/
HaarStructs.h 53 HaarStage* stages; member in struct:__anon21164
cascadedetect.hpp 217 std::vector<Stage> stages; member in class:cv::CascadeClassifierImpl::Data
249 #define CC_STAGES "stages"
506 int nstages = (int)cascade.data.stages.size();
512 CascadeClassifierImpl::Data::Stage* cascadeStages = &cascade.data.stages[0];
546 int nstages = (int)cascade.data.stages.size();
554 CascadeClassifierImpl::Data::Stage* cascadeStages = &cascade.data.stages[0];
591 const CascadeClassifierImpl::Data::Stage* cascadeStages = &cascade.data.stages[0];
593 int nstages = (int)cascade.data.stages.size();
626 int nstages = (int)cascade.data.stages.size();
631 const CascadeClassifierImpl::Data::Stage* cascadeStages = &cascade.data.stages[0]
    [all...]
  /external/tremolo/Tremolo/
mdct.c 230 int stages=7-shift; local
233 for(i=0;--stages>=0;i++){
codec_internal.h 144 char stages; member in struct:vorbis_info_residue
  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core.h 41 int stages; member in struct:NoiseSuppressionFixedC_
  /external/autotest/client/tests/aiostress/
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))
1091 * various timings are printed in between the stages, along with
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 1534 const VkPipelineShaderStageCreateInfo stages[] = local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp 703 deUint32 stages = 0u; local
710 stages |= (1u << shaderType);
714 return stages;
897 vk::VkShaderStageFlags getVkStageFlags (deUint32 stages)
903 if ((stages & (1u << shaderType)) != 0)
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_context.h 40 * The tnl_pipeline contains the array of all stages, which should be
43 * stages to the vertex_buffer TNLcontext::vb, where the vertex data
265 /** Contains the array of all pipeline stages.
275 struct tnl_pipeline_stage stages[MAX_PIPELINE_STAGES+1]; member in struct:tnl_pipeline
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
jorbis.jar 
lwjgl.jar 
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
jorbis.jar 
lwjgl.jar 

Completed in 316 milliseconds