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

1 2

  /frameworks/av/media/libnbaio/
roundup.c 25 int lz = __builtin_clz((int) v); local
26 unsigned rounded = ((unsigned) 0x80000000) >> lz;
28 if (v > rounded && lz > 0) {
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_fmod.c 32 u_int32_t lx,ly,lz; local
97 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
100 if((hz|lz)==0) /* return sign(x)*0 */
102 hx = hz+hz+(lz>>31); lx = lz+lz;
105 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
106 if(hz>=0) {hx=hz;lx=lz;}
e_fmodl.c 70 manl_t lx,ly,lz; local
121 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
124 if ((hz|lz)==0) /* return sign(x)*0 */
126 hx = hz+hz+(lz>>MANL_SHIFT); lx = lz+lz;
129 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
130 if(hz>=0) {hx=hz;lx=lz;}
s_remquo.c 35 u_int32_t lx,ly,lz,q,sxy; local
107 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
109 else {hx = hz+hz+(lz>>31); lx = lz+lz; q++;}
112 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
113 if(hz>=0) {hx=hz;lx=lz;q++;}
s_remquol.c 73 manl_t lx,ly,lz; local
131 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
133 else {hx = hz+hz+(lz>>MANL_SHIFT); lx = lz+lz; q++;}
136 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
137 if(hz>=0) {hx=hz;lx=lz;q++;}
  /external/fdlibm/
e_fmod.c 36 unsigned lx,ly,lz; local
103 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
106 if((hz|lz)==0) /* return sign(x)*0 */
108 hx = hz+hz+(lz>>31); lx = lz+lz;
111 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
112 if(hz>=0) {hx=hz;lx=lz;}
  /external/zlib/src/contrib/untgz/
Makefile 5 $(CC) $(CFLAGS) -o untgz untgz.o -L../.. -lz
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_poly.cpp 100 double lz,ms,ns,mn,m,n,lz_through2; local
141 lz=c_roots[0];
142 lz_through2=lz/2.0;
143 ms=lz+c3c3through4_min_c2;
145 mn=lz*c3through4-c1/2.0;
172 double lz,ms,ns,mn,m,n,lz_through2; local
213 lz=c_roots[0];
214 lz_through2=lz/2.0;
215 ms=lz+c3c3through4_min_c2;
217 mn=lz*c3through4-c1/2.0
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_utilities_poly.cpp 100 double lz,ms,ns,mn,m,n,lz_through2; local
141 lz=c_roots[0];
142 lz_through2=lz/2.0;
143 ms=lz+c3c3through4_min_c2;
145 mn=lz*c3through4-c1/2.0;
172 double lz,ms,ns,mn,m,n,lz_through2; local
213 lz=c_roots[0];
214 lz_through2=lz/2.0;
215 ms=lz+c3c3through4_min_c2;
217 mn=lz*c3through4-c1/2.0
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.cpp 100 double lz,ms,ns,mn,m,n,lz_through2; local
141 lz=c_roots[0];
142 lz_through2=lz/2.0;
143 ms=lz+c3c3through4_min_c2;
145 mn=lz*c3through4-c1/2.0;
172 double lz,ms,ns,mn,m,n,lz_through2; local
213 lz=c_roots[0];
214 lz_through2=lz/2.0;
215 ms=lz+c3c3through4_min_c2;
217 mn=lz*c3through4-c1/2.0
    [all...]
  /build/tools/zipalign/
Android.mk 29 LOCAL_LDLIBS += -lz
  /development/tools/etc1tool/
Android.mk 33 LOCAL_LDLIBS += -lz
  /external/skia/legacy/src/effects/
SkEmbossMask.cpp 90 SkFixed lz = SkScalarToFixed(light.fDirection[2]); local
91 SkFixed lz_dot_nz = lz * kDelta;
92 int lz_dot8 = lz >> 8;
  /external/skia/src/effects/
SkEmbossMask.cpp 90 SkFixed lz = SkScalarToFixed(light.fDirection[2]); local
91 SkFixed lz_dot_nz = lz * kDelta;
92 int lz_dot8 = lz >> 8;
  /system/core/libpixelflinger/
fixed.cpp 40 const int32_t lz = gglClz(a); local
41 a <<= lz; // 0.32 local
55 *exponent = 30-lz-1;
94 const int32_t lz = gglClz(x); local
95 x = ggl_sqrt_reciproc_approx_tab[(a>>(28-lz))&0x7];
96 const int32_t exp = lz - 16;
  /external/kernel-headers/original/asm-mips/
bitops.h 569 int lz; local
577 : "=r" (lz)
580 return 31 - lz;
590 : "=r" (lz)
593 return 63 - lz;
  /dalvik/dexlist/
Android.mk 49 LOCAL_LDLIBS += -lpthread -lz
  /frameworks/base/tools/aapt/
Android.mk 60 LOCAL_LDLIBS += -lz
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ColorSpaceMatrix.java 147 float lz = getBluef(RLUM, GLUM, BLUM); local
148 float zsx = lx / lz;
149 float zsy = ly / lz;
  /external/libppp/src/
Makefile 45 LDADD= -lcrypt -lmd -lutil -lz
  /external/v8/test/mjsunit/harmony/
module-parsing.js 40 export vy, lz, c, f
46 let lz = 1
  /dalvik/dalvikvm/
Android.mk 64 LOCAL_LDLIBS := -lffi -lssl -lcrypto -lz
  /dalvik/dexdump/
Android.mk 77 LOCAL_LDLIBS += -lpthread -lz
  /external/bzip2/
blocksort.c 80 #define fpush(lz,hz) { stackLo[sp] = lz; \
84 #define fpop(lz,hz) { sp--; \
85 lz = stackLo[sp]; \
596 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \
601 #define mpop(lz,hz,dz) { sp--; \
602 lz = stackLo[sp]; \
  /external/oprofile/pp/
Android.mk 34 common_ldlibs := -lz $(common_host_ldlibs_libiconv) -ldl

Completed in 1020 milliseconds

1 2