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

1 2 34 5 6

  /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/clang/test/OpenMP/
atomic_capture_codegen.cpp 16 long lv, lx; variable
186 {ulv = lx; lx /= lv;}
429 {lv = lx; lx = lx % usv;}
    [all...]
atomic_read_codegen.c 16 long lv, lx; variable
112 lv = lx;
178 usv = lx;
atomic_update_codegen.cpp 16 long lv, lx; variable
177 lx /= lv;
389 lx = lx % usv;
    [all...]
atomic_write_codegen.c 16 long lv, lx; variable
112 lx = lv;
195 lx = usv;
  /external/clang/test/SemaCXX/
class.cpp 91 static int lx; local
93 int m() { return lx; }
96 int m() { return lx; }
  /external/fdlibm/
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;
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_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;
  /external/swiftshader/third_party/LLVM/lib/Support/
APInt.cpp 298 uint64_t lx = x[i] & 0xffffffffULL; local
305 dest[i] = carry + lx * ly;
313 carry += (lx * hy) & 0xffffffffULL;
316 (carry >> 32) + ((lx * hy) >> 32) + hx * hy;
329 uint64_t carry = 0, lx = 0, hx = 0; local
331 lx = x[j] & 0xffffffffULL;
338 uint64_t resul = carry + lx * ly;
343 carry += (lx * hy) & 0xffffffffULL;
348 ((lx * hy) >> 32) + hx * hy;
    [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/
fastcodemb.cpp 77 Int lx = currVop->pitch; local
131 if (lx != width) input -= (ind_y << 9); /* non-padded offset */
153 dctMode = ((lx << 3) - 8);
163 if (lx != width) input -= (ind_y << 7);
164 lx >>= 1;
184 if (lx != width) input -= (ind_y << 7);
236 BlockIDCTMotionComp(dataBlock, bitmapcol, bitmaprow[k], dctMode, rec, pred, (lx << 1) | intra);
308 Int lx = currVop->pitch; local
358 if (lx != width) input -= (ind_y << 9); /* non-padded offset */
380 dctMode = ((lx << 3) - 8)
    [all...]
sad_inline.h 82 __inline int32 simd_sad_mb(UChar *ref, UChar *blk, Int dmin, Int lx)
101 ref -= lx;
108 x10 = *((uint32*)(ref += lx));
163 return sad_mb_offset3(ref, blk, lx, dmin);
167 return sad_mb_offset2(ref, blk, lx, dmin);
171 return sad_mb_offset1(ref, blk, lx, dmin);
257 __inline int32 simd_sad_mb(UChar *ref, UChar *blk, Int dmin, Int lx)
297 LDR x10, [ref], lx ; local
332 return sad_mb_offset3(ref, blk, lx, dmin, x8);
336 return sad_mb_offset2(ref, blk, lx, dmin, x8)
    [all...]
fastidct.cpp 313 void idct_row0Inter(Short *srce, UChar *rec, Int lx)
319 OSCL_UNUSED_ARG(lx);
324 void idct_row1Inter(Short *blk, UChar *rec, Int lx)
332 rec -= lx;
340 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
371 void idct_row2Inter(Short *blk, UChar *rec, Int lx)
379 rec -= lx;
399 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
430 void idct_row3Inter(Short *blk, UChar *rec, Int lx)
438 rec -= lx;
1867 Int lx = lx_intra >> 1; local
    [all...]
motion_comp.cpp 45 Short mb[6][64], Int lx, Int lx_uv);
50 Int lx, /* i */
57 Int lx, /* i */
64 Int lx, /* i */
71 Int lx, /* i */
205 Int lx, /* i */
209 c_prev += (xpred >> 1) + ((ypred >> 1) * lx);
211 GetPredAdvBTable[ypred&1][xpred&1](c_prev, c_rec, lx, round1);
216 GetPredAdvBTable[ypred&1][xpred&1](c_prev, c_rec, lx, round1);
218 c_prev += (lx << 3) - B_SIZE
1523 Int lx; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ColorSpaceMatrix.java 145 float lx = getRedf(RLUM, GLUM, BLUM); local
148 float zsx = lx / lz;
  /libcore/ojluni/src/main/java/java/util/logging/
Level.java 495 Level lx = (Level)ox; local
496 return (lx.value == this.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;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
mathmodule.c 1094 PyObject *lx; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
trees.c 1067 unsigned lx = 0; \/* running index in l_buf *\/ local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
mathmodule.c 1094 PyObject *lx; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
trees.c 1079 unsigned lx = 0; \/* running index in l_buf *\/ local
    [all...]
  /external/libpng/contrib/tools/
genpng.c 558 double lx = x2 - x1; local
560 double len2 = lx*lx + ly*ly;
571 cross = x * ly - y * lx;
583 * lx.x+ly.y. The actual distance (in pixels) is:
587 dot = lx * x + ly * y;
  /external/python/cpython2/Modules/
mathmodule.c 1093 PyObject *lx; local
    [all...]

Completed in 3889 milliseconds

1 2 34 5 6