Searched refs:ix1 (Results 1 - 16 of 16) sorted by relevance

/external/fdlibm/
H A De_sqrt.c100 unsigned r,t1,s1,ix1,q1; local
104 ix1 = __LO(x); /* low word of x */
113 if(((ix0&(~sign))|ix1)==0) return x;/* ieee_sqrt(+-0) = +-0 */
122 ix0 |= (ix1>>11); ix1 <<= 21;
126 ix0 |= (ix1>>(32-i));
127 ix1 <<= i;
132 ix0 += ix0 + ((ix1&sign)>>31);
133 ix1 += ix1;
[all...]
/external/opencv/cvaux/src/
H A Ddecomppoly.cpp151 int ix0, iy0, ix1, iy1, ix2, iy2;
201 ix1 = x3 - x1;
217 det = ix2 * iy1 - ix1 * iy2;
224 det2 = ix1 * iy0 - ix0 * iy1;
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp504 const int ix1 = std::max(deRoundFloatToInt32(x1), 0); local
509 return tcu::getSubregion(image, ix1, iy1, ix2 - ix1, iy2 - iy1);
/external/skia/src/core/
H A DSkScan_Hairline.cpp117 int ix1 = SkFDot6Round(x1);
118 if (ix0 == ix1) {// too short to draw
125 horiline(ix0, ix1, startY, slope, blitter);
/external/skqp/src/core/
H A DSkScan_Hairline.cpp117 int ix1 = SkFDot6Round(x1);
118 if (ix0 == ix1) {// too short to draw
125 horiline(ix0, ix1, startY, slope, blitter);
/external/v8/src/base/
H A Dieee754.cc42 * ix1 = *((1-n0)+(int*)&x); * low word of x *
86 #define EXTRACT_WORDS(ix0, ix1, d) \
91 (ix1) = ew_u.parts.lsw; \
122 #define INSERT_WORDS(d, ix0, ix1) \
126 iw_u.parts.lsw = (ix1); \
/external/deqp/external/openglcts/modules/common/
H A DglcShaderRenderCase.cpp735 int ix1 = deCeilFloatToInt32(sx1 - 0.5f); local
748 //printf("(%d,%d) -> (%f..%f, %f..%f) (%d..%d, %d..%d)\n", x, y, sx0, sx1, sy0, sy1, ix0, ix1, iy0, iy1);
751 for (int ix = ix0; ix < ix1; ix++)
/external/deqp/modules/glshared/
H A DglsShaderRenderCase.cpp682 int ix1 = deCeilFloatToInt32(sx1 - 0.5f); local
695 //printf("(%d,%d) -> (%f..%f, %f..%f) (%d..%d, %d..%d)\n", x, y, sx0, sx1, sy0, sy1, ix0, ix1, iy0, iy1);
698 for (int ix = ix0; ix < ix1; ix++)
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c871 int ix1 = trimmed_box.x1 / TILE_SIZE; local
903 for (x = ix0; x <= ix1; x++)
/external/annotation-tools/asmx/src/org/objectweb/asm/
H A DMethodWriter.java870 public void visitInvokeDynamicInsn(int ix1, int ix2) { argument
871 code.putByte(ix1);
/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp344 const int ix1 = deCeilFloatToInt32(ldru.z() * (float)region.w - 0.5f); local
349 for (int ix = ix0; ix < ix1; ix++)
/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp439 const int ix1 = deCeilFloatToInt32(ldru.z() * (float)region.w - 0.5f); local
444 for (int ix = ix0; ix < ix1; ix++)
/external/valgrind/VEX/priv/
H A Dir_opt.c3245 GSAliasing getAliasingRelation_IC ( IRRegArray* descr1, IRExpr* ix1, argument
3268 IRRegArray* descr1, IRExpr* ix1, Int bias1,
3293 vassert(isIRAtom(ix1));
3295 if (!eqIRAtom(ix1,ix2))
3267 getAliasingRelation_II( IRRegArray* descr1, IRExpr* ix1, Int bias1, IRRegArray* descr2, IRExpr* ix2, Int bias2 ) argument
H A Dguest_arm64_toIR.c9130 011 01110000 imm5 0 imm4 n d INS Vd.Ts[ix1], Vn.Ts[ix2]
9131 where Ts,ix1,ix2
9140 UInt ix1 = 16; local
9145 ix1 = (imm5 >> 1) & 15;
9151 ix1 = (imm5 >> 2) & 7;
9157 ix1 = (imm5 >> 3) & 3;
9163 ix1 = (imm5 >> 4) & 1;
9168 vassert(ix1 < 16);
9170 putQRegLane(dd, ix1, getQRegLane(nn, ix2, ity));
9172 nameQReg128(dd), ts, ix1, nameQReg12
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.cpp3104 const int ix1 = deCeilFloatToInt32(sx1 - 0.5f); local
3117 //printf("(%d,%d) -> (%f..%f, %f..%f) (%d..%d, %d..%d)\n", x, y, sx0, sx1, sy0, sy1, ix0, ix1, iy0, iy1);
3120 for (int ix = ix0; ix < ix1; ix++)
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 841 milliseconds