HomeSort by relevance Sort by last modified time
    Searched defs:xh (Results 1 - 11 of 11) sorted by null

  /external/u-boot/arch/arm/lib/
div64.S 19 #define xh r0 define
25 #define xh r1 define
37 * xh-xl = dividend (clobbered)
42 * xh = remainder
58 cmp xh, r4
69 clz ip, xh
80 cmpcc yl, xh
89 2: cmp xh, yl
91 subscs xh, xh, y
    [all...]
muldi3.S 14 #define xh r0 define
20 #define xh r1 define
29 mul xh, yl, xh
30 mla xh, xl, yh, xh
35 mla xh, yh, ip, xh
40 adc xh, xh, yh, lsr #1
    [all...]
  /external/u-boot/post/lib_powerpc/fpu/
darwin-ldouble.c 52 double z, q, zz, xh; local
74 xh = z + zz;
75 if (nonfinite(xh))
76 return xh;
78 x.dval[0] = xh;
79 x.dval[1] = z - xh + zz;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
findhalfpel.cpp 73 Int xh, yh; local
125 xh = 0;
135 d = (*(SAD_MB_HalfPel[((yh&1)<<1)+(xh&1)]))(ncand, cur, (dmin << 16) | lx, extra_info);
140 xhmin[0] = xh;
145 PV_ABS(mot[0].x + xh) + PV_ABS(mot[0].y + yh) < PV_ABS(mot[0].x + xhmin[0]) + PV_ABS(mot[0].y + yhmin[0]))
147 xhmin[0] = xh;
154 xh += next_hp_pos[k][0];
188 Int xh, yh;//, xhmin, yhmin; local
243 xh = -1;
249 d = (*SAD_Blk_HalfPel)(cand, cur8, dmin, lx, swidth, xh, yh, extra_info)
    [all...]
motion_est.cpp 162 Int xh[5] = {0, 0, 0, 0, 0}; local
347 i << 4, j << 4, xh, yh, hp_guess);
361 best_cand, mode_mb, i << 4, j << 4, xh, yh, hp_mem4MV);
    [all...]
  /external/arm-optimized-routines/test/rtest/
semi.c 15 uint32 xh, xl, roundword; local
42 xh = in[0];
49 xl = (xl >> 1) | ((xh & 1) << 31);
50 xh = xh >> 1;
54 xh += (xl==0);
57 xh = (xh << 1) | ((xl >> 31) & 1);
60 out[0] = xh;
429 uint32 xh, xl local
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcFragDepthTests.cpp 253 float xh = ((float)x - (float)half + 0.5f) / (float)(referenceFrame.getWidth() - half); local
254 float rd = 1.0f - (xh + yf) * 0.5f;
  /external/deqp/modules/gles2/functional/
es2fDepthRangeTests.cpp 248 float xh = ((float)(x - half) + 0.5f) / (float)(referenceFrame.getWidth()-half); local
249 float rd = 1.0f - (xh + yf) * 0.5f;
  /external/deqp/modules/gles3/functional/
es3fFragDepthTests.cpp 255 float xh = ((float)(x - half) + 0.5f) / (float)(referenceFrame.getWidth()-half); local
256 float rd = 1.0f - (xh + yf) * 0.5f;
  /external/mesa3d/src/amd/addrlib/core/
addrlib2.cpp 1609 UINT_32 xh, yh, zh; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 1514 LLVMValueRef xl, xh, v0l, v0h, v1l, v1h, resl, resh; local
    [all...]

Completed in 1614 milliseconds