HomeSort by relevance Sort by last modified time
    Searched refs:nonzero (Results 1 - 25 of 49) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-frv/
fdpic-shared-8-fail.d 5 #error: (nonzero addend|may have caused)
  /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...]
res012.c 104 ogg_int32_t **in,int *nonzero,int ch){
123 if(nonzero[i])
199 for(i=0;i<ch;i++)if(nonzero[i])break;
200 if(i==ch)return(0); /* no nonzero vectors */
codec_internal.h 151 ogg_int32_t **in,int *nonzero,int ch);
  /art/runtime/interpreter/mterp/arm/
op_float_to_long.S 17 cmp r0, #0 @ nonzero == yes
25 cmp r0, #0 @ nonzero == yes
op_double_to_long.S 21 cmp r0, #0 @ nonzero == yes
32 cmp r0, #0 @ nonzero == yes
  /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...]
res0.c 717 float **in,int *nonzero,int ch){
720 if(nonzero[i])
729 int **in,int *nonzero,int ch, long **partword, int submap){
732 if(nonzero[i])
743 int **in,int *nonzero,int ch){
746 if(nonzero[i])
755 float **in,int *nonzero,int ch){
758 if(nonzero[i])
767 int **in,int *nonzero,int ch){
770 if(nonzero[i])used++
    [all...]
psy.h 150 int *nonzero,
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,
psy.c 974 /* For now: no acc adjustment for nonzero quantization. populate *out and q as this value is final. */
982 again, no energy adjustment for error in nonzero quant-- for now
1013 int *nonzero,
1068 memcpy(nz,nonzero,sizeof(*nz)*ch);
    [all...]
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){
  /frameworks/av/media/libmedia/
Visualizer.cpp 306 int32_t nonzero = 0; local
311 nonzero |= workspace[i >> 1];
314 if (nonzero) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
vp8_fast_quantize_b_armv6.asm 36 ; 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/libvorbis/doc/
07-floor1.tex 127 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 ) \{
09-helper.tex 60 4) if ( [sign] is nonzero ) then negate [mantissa]
04-codec.tex 68 \varname{[blocksize_1]}. The framing bit must be nonzero. Failure to
128 \item read \varname{[vorbis_time_count]} 16 bit values; each value should be zero. If any value is nonzero, this is an error condition and the stream is undecodable.
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}
a1-encapsulation-ogg.tex 162 offset is nonzero, the second finished audio packet must flush the
  /bionic/libc/arch-x86/silvermont/string/
sse4-memcmp-slm.S 170 jne L(nonzero)
174 jne L(nonzero)
181 jne L(nonzero)
188 jne L(nonzero)
195 jne L(nonzero)
202 jne L(nonzero)
211 L(nonzero):
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
jlayer-1.0.1-libgdx.jar 
jorbis.jar 
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
jlayer-1.0.1-libgdx.jar 
  /external/opencv3/modules/imgproc/test/
test_filter.cpp 233 int i, j, nonzero = 0; local
240 nonzero += src[i*srcstep + j] != 0;
244 if( nonzero == 0 )
    [all...]

Completed in 2248 milliseconds

1 2