HomeSort by relevance Sort by last modified time
    Searched refs:lx (Results 76 - 100 of 160) sorted by null

1 2 34 5 6 7

  /packages/apps/Settings/src/com/android/settings/graph/
UsageGraph.java 181 int lx = 0; local
194 localPaths.put(lx, ly);
197 localPaths.put(lx + 1, PATH_DELIM);
199 lx = getX(x);
205 if (lastY != PATH_DELIM && !hasDiff(lastX, lx) && !hasDiff(lastY, ly)) {
211 localPaths.put(lx, ly);
  /external/skia/src/effects/
SkEmbossMask.cpp 51 SkFixed lx = SkScalarToFixed(light.fDirection[0]); local
74 SkFixed numer = lx * nx + ly * ny + lz_dot_nz;
  /external/skqp/src/effects/
SkEmbossMask.cpp 51 SkFixed lx = SkScalarToFixed(light.fDirection[0]); local
74 SkFixed numer = lx * nx + ly * ny + lz_dot_nz;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ControlPoint.java 148 int lx = mCanvas.getHorizontalTransform().inverseTranslate(x); local
151 return LayoutPoint.create(mCanvas, lx, ly);
  /external/clang/test/OpenMP/
atomic_update_codegen.cpp 16 long lv, lx; variable
177 lx /= lv;
389 lx = lx % usv;
    [all...]
atomic_read_codegen.c 16 long lv, lx; variable
112 lv = lx;
178 usv = lx;
atomic_write_codegen.c 16 long lv, lx; variable
112 lx = lv;
195 lx = usv;
  /external/libcxx/test/std/utilities/function.objects/bitwise.operations/
transparent.pass.cpp 18 struct two {char lx; char lxx;}; member in struct:is_transparent::two
  /external/libcxx/test/std/utilities/function.objects/logical.operations/
transparent.pass.cpp 18 struct two {char lx; char lxx;}; member in struct:is_transparent::two
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump.c 623 trace_dump_writef("<ptr>0x%08lx</ptr>", (unsigned long)(uintptr_t)value);
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgamma_r.c 206 int i,ix,lx; local
208 EXTRACT_WORDS(hx,lx,x);
218 if((ix|lx)==0)
236 if((((ix-0x3ff00000)|lx)==0)||(((ix-0x40000000)|lx)==0)) r = 0;
e_j0.c 151 int32_t hx,ix,lx; local
153 EXTRACT_WORDS(hx,lx,x);
162 if((ix|lx)==0) return -one/vzero;
e_j1.c 148 int32_t hx,ix,lx; local
150 EXTRACT_WORDS(hx,lx,x);
159 if((ix|lx)==0) return -one/vzero;
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
e_pow.c 124 u_int32_t lx,ly; local
126 EXTRACT_WORDS(hx,lx,x);
134 if(ix > 0x7ff00000 || ((ix==0x7ff00000)&&(lx!=0)) ||
161 if(((ix-0x3ff00000)|lx)==0)
180 if(lx==0) {
  /external/fdlibm/
e_lgamma_r.c 214 int i,hx,lx,ix; local
217 lx = __LO(x);
223 if((ix|lx)==0) return one/zero;
241 if((((ix-0x3ff00000)|lx)==0)||(((ix-0x40000000)|lx)==0)) r = 0;
e_pow.c 111 unsigned lx,ly; local
114 hx = __HI(x); lx = __LO(x);
122 if(ix > 0x7ff00000 || ((ix==0x7ff00000)&&(lx!=0)) ||
149 if(((ix-0x3ff00000)|lx)==0)
168 if(lx==0) {
e_j0.c 165 int hx,ix,lx; local
169 lx = __LO(x);
172 if((ix|lx)==0) return -one/zero;
e_j1.c 166 int hx,ix,lx; local
170 lx = __LO(x);
173 if((ix|lx)==0) return -one/zero;
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
e_lgammal_r.c 191 uint64_t lx, n; local
202 EXTRACT_LDBL128_WORDS(hx,lx,n,vz);
228 uint64_t llx,lx; local
232 EXTRACT_LDBL128_WORDS(hx,lx,llx,x);
242 if((ix|lx|llx)==0)
260 if((ix==0x3fff || ix==0x4000) && (lx|llx)==0) r = 0;
s_logl.c 457 uint64_t lx, llx; local
461 EXTRACT_LDBL128_WORDS(hx, lx, llx, x);
468 if (((hx & 0x7fff) | lx | llx) == 0)
474 EXTRACT_LDBL128_WORDS(hx, lx, llx, x);
489 i = (lx + (1LL << (L2I - 2))) >> (L2I - 1);
520 INSERT_LDBL128_WORDS(x_hi, 0x3fff, lx,
569 uint64_t lx, llx; local
574 EXTRACT_LDBL128_WORDS(hx, lx, llx, x);
578 if (ax == 0x3fff && (lx | llx) == 0)
602 EXTRACT_LDBL128_WORDS(hx, lx, llx, x)
    [all...]
  /external/tremolo/Tremolo/
floor1.c 177 int lx=0; local
182 if(x>lx && x<currentx){
184 lx=x;
386 int lx=0; local
396 render_line(n,lx,hx,ly,hy,out);
398 lx=hx;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad.cpp 47 Int SAD_Macroblock_C(UChar *ref,UChar *blk,Int dmin,Int lx,void *extra_info)
48 Int SAD_MB_HTFM_Collect(UChar *ref,UChar *blk,Int dmin,Int lx,void *extra_info)
49 Int SAD_MB_HTFM(UChar *ref,UChar *blk,Int dmin,Int lx,void *extra_info)
50 Int SAD_Block_C(UChar *ref,UChar *blk,Int dmin,Int lx,void *extra_info)
51 Int SAD_Blk_PADDING(UChar *ref,UChar *cur,Int dmin,Int lx,void *extra_info)
52 Int SAD_MB_PADDING(UChar *ref,UChar *cur,Int dmin,Int lx,void *extra_info)
53 Int SAD_MB_PAD1(UChar *ref,UChar *cur,Int dmin,Int lx,Int *rep);
54 Int SAD_MB_PADDING_HTFM_Collect(UChar *ref,UChar *cur,Int dmin,Int lx,void *extra_info)
55 Int SAD_MB_PADDING_HTFM(UChar *ref,UChar *cur,Int dmin,Int lx,void *vptr)
64 Int SAD_MB_PAD1(UChar *ref, UChar *cur, Int dmin, Int lx, Int *rep)
82 Int lx = dmin_lx & 0xFFFF; local
    [all...]
  /external/libcxx/test/std/utilities/function.objects/arithmetic.operations/
transparent.pass.cpp 18 struct two {char lx; char lxx;}; member in struct:is_transparent::two
  /external/libcxx/test/std/utilities/function.objects/comparisons/
transparent.pass.cpp 18 struct two {char lx; char lxx;}; member in struct:is_transparent::two
  /external/libxcam/cl_kernel/
kernel_rgb_pipe.cl 26 __inline void cl_snr (__local float4 *in, float4 *out, int lx, int ly)
28 int tmp_id = (SHARED_PIXEL_Y_OFFSET + ly * WORK_ITEM_Y_SIZE) * SHARED_PIXEL_X_SIZE + SHARED_PIXEL_X_OFFSET + lx * WORK_ITEM_X_SIZE;

Completed in 614 milliseconds

1 2 34 5 6 7