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

1 2 3 4

  /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
  /prebuilts/go/darwin-x86/test/
escape3.go 32 panic("nonzero init")
  /prebuilts/go/linux-x86/test/
escape3.go 32 panic("nonzero init")
  /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...]
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
shape-handler.js 48 scope.optional(scope.consumeToken.bind(undefined, /^nonzero\s*,|^evenodd\s*,/), 'nonzero,'),
  /frameworks/av/media/libmedia/
Visualizer.cpp 308 int32_t nonzero = 0; local
313 nonzero |= workspace[i >> 1];
316 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
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug484.go 82 // nonzero values.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug484.go 82 // nonzero values.
  /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 ) \{
  /prebuilts/go/darwin-x86/src/net/
interface_linux.go 78 var nonzero bool
81 nonzero = true
85 if nonzero {
  /prebuilts/go/linux-x86/src/net/
interface_linux.go 78 var nonzero bool
81 nonzero = true
85 if nonzero {
  /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):
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
align.go 91 o = 8 // small but nonzero
95 // For nonzero-sized structs which end in a zero-sized thing, we add
127 Fatal("zero alignment with nonzero size %v", t)

Completed in 739 milliseconds

1 2 3 4