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

  /external/icu4c/tools/tzcode/
ialloc.c 16 #define nonzero(n) (((n) == 0) ? 1 : (n)) macro
22 return malloc((size_t) nonzero(n));
42 return realloc((void *) pointer, (size_t) nonzero(size));
  /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])
198 for(i=0;i<ch;i++)if(nonzero[i])break;
199 if(i==ch)return(0); /* no nonzero vectors */
codec_internal.h 151 ogg_int32_t **in,int *nonzero,int ch);
  /dalvik/vm/mterp/armv5te/
OP_FLOAT_TO_INT.S 20 cmp r0, #0 @ nonzero == yes
27 cmp r0, #0 @ nonzero == yes
OP_FLOAT_TO_LONG.S 18 cmp r0, #0 @ nonzero == yes
26 cmp r0, #0 @ nonzero == yes
OP_DOUBLE_TO_INT.S 25 cmp r0, #0 @ nonzero == yes
35 cmp r0, #0 @ nonzero == yes
OP_DOUBLE_TO_LONG.S 22 cmp r0, #0 @ nonzero == yes
33 cmp r0, #0 @ nonzero == yes
  /dalvik/vm/mterp/armv6t2/
OP_FLOAT_TO_INT.S 20 cmp r0, #0 @ nonzero == yes
27 cmp r0, #0 @ nonzero == yes
OP_FLOAT_TO_LONG.S 18 cmp r0, #0 @ nonzero == yes
26 cmp r0, #0 @ nonzero == yes
OP_DOUBLE_TO_INT.S 25 cmp r0, #0 @ nonzero == yes
35 cmp r0, #0 @ nonzero == yes
OP_DOUBLE_TO_LONG.S 22 cmp r0, #0 @ nonzero == yes
33 cmp r0, #0 @ nonzero == yes
  /external/skia/src/core/
SkMath.cpp 59 int nonzero = ((x >> 24) - 1) >> 31 << 3; local
60 zeros += nonzero;
61 x <<= nonzero; local
63 nonzero = ((x >> 28) - 1) >> 31 << 2;
64 zeros += nonzero;
65 x <<= nonzero; local
67 nonzero = ((x >> 30) - 1) >> 31 << 1;
68 zeros += nonzero;
69 x <<= nonzero; local
  /frameworks/base/media/libmedia/
Visualizer.cpp 211 int32_t nonzero = 0; local
216 nonzero |= workspace[i >> 1];
219 if (nonzero) {
  /external/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
112 ; check shortcut for nonzero qcoeffs
  /external/opencv/cxcore/src/
_cxipp.h 301 ( const srctype* img, int imgstep, CvSize size, int* nonzero ))
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv5te.S     [all...]
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv7-a-neon.S     [all...]
InterpAsm-armv7-a.S     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 1202 milliseconds