Home
last modified time | relevance | path

Searched refs:nonzero (Results 1 – 25 of 80) sorted by relevance

1234

/external/tremolo/Tremolo/
Dmapping0.c136 int *nonzero= in mapping_inverse() local
137 alloca(sizeof(*nonzero)*vi->channels); in mapping_inverse()
163 nonzero[i]=1; in mapping_inverse()
165 nonzero[i]=0; in mapping_inverse()
171 if(nonzero[info->coupling[i].mag] || in mapping_inverse()
172 nonzero[info->coupling[i].ang]){ in mapping_inverse()
173 nonzero[info->coupling[i].mag]=1; in mapping_inverse()
174 nonzero[info->coupling[i].ang]=1; in mapping_inverse()
183 if(nonzero[j]) in mapping_inverse()
Dres012.c104 ogg_int32_t **in,int *nonzero,int ch){ in res_inverse() argument
123 if(nonzero[i]) in res_inverse()
198 for(i=0;i<ch;i++)if(nonzero[i])break; in res_inverse()
Dcodec_internal.h151 ogg_int32_t **in,int *nonzero,int ch);
/external/libvorbis/lib/
Dmapping0.c247 int *nonzero = alloca(sizeof(*nonzero)*vi->channels); in mapping0_forward() local
625 nonzero[i]=floor1_encode(opb,vb,b->flr[info->floorsubmap[submap]], in mapping0_forward()
652 nonzero, in mapping0_forward()
676 if(nonzero[j])zerobundle[ch_in_bundle]=1; in mapping0_forward()
719 int *nonzero =alloca(sizeof(*nonzero)*vi->channels); in mapping0_inverse() local
728 nonzero[i]=1; in mapping0_inverse()
730 nonzero[i]=0; in mapping0_inverse()
736 if(nonzero[info->coupling_mag[i]] || in mapping0_inverse()
737 nonzero[info->coupling_ang[i]]){ in mapping0_inverse()
738 nonzero[info->coupling_mag[i]]=1; in mapping0_inverse()
[all …]
Dres0.c717 float **in,int *nonzero,int ch){ in res0_inverse() argument
720 if(nonzero[i]) in res0_inverse()
729 int **in,int *nonzero,int ch, long **partword, int submap){ in res1_forward() argument
732 if(nonzero[i]) in res1_forward()
743 int **in,int *nonzero,int ch){ in res1_class() argument
746 if(nonzero[i]) in res1_class()
755 float **in,int *nonzero,int ch){ in res1_inverse() argument
758 if(nonzero[i]) in res1_inverse()
767 int **in,int *nonzero,int ch){ in res2_class() argument
770 if(nonzero[i])used++; in res2_class()
[all …]
Dpsytune.c310 int nonzero[2]; in main() local
389 nonzero[i]=_floor_P[1]->forward(&vb,floor_look, in main()
418 nonzero); in main()
428 nonzero); in main()
Dpsy.h150 int *nonzero,
Dpsy.c1013 int *nonzero, in _vp_couple_quantize_normalize() argument
1068 memcpy(nz,nonzero,sizeof(*nz)*ch); in _vp_couple_quantize_normalize()
1189 if(nonzero[vi->coupling_mag[i]] || in _vp_couple_quantize_normalize()
1190 nonzero[vi->coupling_ang[i]]){ in _vp_couple_quantize_normalize()
1191 nonzero[vi->coupling_mag[i]]=1; in _vp_couple_quantize_normalize()
1192 nonzero[vi->coupling_ang[i]]=1; in _vp_couple_quantize_normalize()
Dfloor1.c598 long nonzero=0; in floor1_fit() local
617 nonzero+=accumulate_fit(logmask,logmdct,0,n,fits,n,info); in floor1_fit()
620 nonzero+=accumulate_fit(logmask,logmdct,look->sorted_index[i], in floor1_fit()
625 if(nonzero){ in floor1_fit()
/external/guava/guava-tests/benchmark/com/google/common/math/
DLongMathRoundingBenchmark.java42 private static final long[] nonzero = new long[ARRAY_SIZE]; field in LongMathRoundingBenchmark
49 nonzero[i] = randomNonZeroBigInteger(Long.SIZE - 2).longValue(); in setUp()
85 tmp += LongMath.divide(longs[j], nonzero[j], mode); in divide()
DIntMathRoundingBenchmark.java39 private static final int[] nonzero = new int[ARRAY_SIZE]; field in IntMathRoundingBenchmark
46 nonzero[i] = randomNonZeroBigInteger(Integer.SIZE - 2).intValue(); in setUp()
85 tmp += IntMath.divide(ints[j], nonzero[j], mode); in divide()
/external/libvpx/libvpx/vp8/encoder/arm/armv6/
Dvp8_fast_quantize_b_armv6.asm36 ; it can be used to mark nonzero
75 orrne r1, r1, r2, lsr #24 ; add flag for nonzero coeffs
85 orrne r1, r1, r2, lsr #23 ; add flag for nonzero coeffs
113 ; check shortcut for nonzero qcoeffs
/external/e2fsprogs/tests/f_uninit_ext_past_eof2/
Dname1 fallocated extents after nonzero i_size and total extents > 4
/external/libvorbis/doc/
D07-floor1.tex127 9) if ( vector [floor1_class_subclasses] element [i] is nonzero ) \{
169 Packet decode begins by checking the \varname{[nonzero]} flag:
172 1) [nonzero] = read 1 bit as boolean
175 If \varname{[nonzero]} is unset, that indicates this channel contained
183 Assuming \varname{[nonzero]} is set, decode proceeds as follows:
229 \varname{[nonzero]} flag had been unset at the beginning of decode.
288 16) if ( [val] is nonzero ) \{
D04-codec.tex68 \varname{[blocksize_1]}. The framing bit must be nonzero. Failure to
128 …_time_count]} 16 bit values; each value should be zero. If any value is nonzero, this is an error…
192 \item If the mapping type is nonzero, the stream is undecodable
222 \item read 2 bits (reserved field); if the value is nonzero, the stream is undecodable
412 \subsubsection{nonzero vector propagate}
D09-helper.tex60 4) if ( [sign] is nonzero ) then negate [mantissa]
/external/llvm/test/Instrumentation/DataFlowSanitizer/
Ddebug-nonzero-labels.ll1 ; RUN: opt < %s -dfsan -dfsan-args-abi -dfsan-debug-nonzero-labels -S | FileCheck %s
/external/llvm/test/Transforms/LoopStrengthReduce/X86/
D2011-07-20-DoubleIV.ll4 ; nonzero initial value.
/external/compiler-rt/lib/lsan/
Dlsan_flags.inc28 "If nonzero kill the process with this exit code upon finding leaks.")
/external/bison/m4/
Dexponentf.m453 /* Now find the nonzero word. */
Dexponentl.m455 /* Now find the nonzero word. */
Dexponentd.m452 /* Now find the nonzero word. */
Dposix_spawn.m443 dnl evaluates to nonzero.
58 dnl evaluates to nonzero.
/external/eigen/doc/
DSparseQuickReference.dox28 <td> Note that when calling reserve(), it is not required that nnz is the exact number of nonzero e…
64 // -- Fill tripletList with nonzero elements...
/external/mksh/src/
Dsh_flags.opt107 /* ./. errorlevel of a pipeline is the rightmost nonzero value */

1234