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

  /external/guava/guava-tests/benchmark/com/google/common/math/
IntMathRoundingBenchmark.java 39 private static final int[] nonzero = new int[ARRAY_SIZE]; field in class:IntMathRoundingBenchmark
46 nonzero[i] = randomNonZeroBigInteger(Integer.SIZE - 2).intValue();
85 tmp += IntMath.divide(ints[j], nonzero[j], mode);
LongMathRoundingBenchmark.java 42 private static final long[] nonzero = new long[ARRAY_SIZE]; field in class:LongMathRoundingBenchmark
49 nonzero[i] = randomNonZeroBigInteger(Long.SIZE - 2).longValue();
85 tmp += LongMath.divide(longs[j], nonzero[j], mode);
  /external/tremolo/Tremolo/
mapping0.c 136 int *nonzero= local
137 alloca(sizeof(*nonzero)*vi->channels);
163 nonzero[i]=1;
165 nonzero[i]=0;
169 /* channel coupling can 'dirty' the nonzero listing */
171 if(nonzero[info->coupling[i].mag] ||
172 nonzero[info->coupling[i].ang]){
173 nonzero[info->coupling[i].mag]=1;
174 nonzero[info->coupling[i].ang]=1;
183 if(nonzero[j]
    [all...]
  /frameworks/av/media/libmedia/
Visualizer.cpp 308 int32_t nonzero = 0; local
313 nonzero |= workspace[i >> 1];
316 if (nonzero) {
  /external/libvorbis/lib/
mapping0.c 247 int *nonzero = alloca(sizeof(*nonzero)*vi->channels); local
625 nonzero[i]=floor1_encode(opb,vb,b->flr[info->floorsubmap[submap]],
652 nonzero,
676 if(nonzero[j])zerobundle[ch_in_bundle]=1;
719 int *nonzero =alloca(sizeof(*nonzero)*vi->channels); local
728 nonzero[i]=1;
730 nonzero[i]=0;
734 /* channel coupling can 'dirty' the nonzero listing *
    [all...]
psytune.c 310 int nonzero[2]; local
389 nonzero[i]=_floor_P[1]->forward(&vb,floor_look,
418 nonzero);
428 nonzero);
520 fprintf(stderr,"average nonzero samples: %.03g/%d\n",nonz/tot*framesize/2,
floor1.c 598 long nonzero=0; local
617 nonzero+=accumulate_fit(logmask,logmdct,0,n,fits,n,info);
620 nonzero+=accumulate_fit(logmask,logmdct,look->sorted_index[i],
625 if(nonzero){
  /external/lldb/source/Plugins/Instruction/ARM/
EmulateInstructionARM.cpp 2350 bool nonzero; local
    [all...]

Completed in 380 milliseconds