/toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/ |
emit-relocs-268.d | 2 #ld: -T relocs.ld --defsym tempy=0x63001000 --defsym tempy2=0x4500000000 --defsym tempy3=0x1234567812345 -e0 --emit-relocs 8 +10008: R_AARCH64_MOVW_UABS_G2_NC tempy
|
emit-relocs-269.d | 2 #ld: -T relocs.ld --defsym tempy=0x6300100100100100 --defsym tempy2=0xf00df00df00df00d --defsym tempy3=0x1234567812345 -e0 --emit-relocs 8 +10008: R_AARCH64_MOVW_UABS_G3 tempy
|
emit-relocs-270.d | 2 #ld: -T relocs.ld --defsym tempy=0x1012 --defsym tempy2=0x4500 --defsym tempy3=-292 -e0 --emit-relocs 9 +10008: R_AARCH64_MOVW_SABS_G0 tempy
|
emit-relocs-271.d | 2 #ld: -T relocs.ld --defsym tempy=0x1012 --defsym tempy2=0x674500 --defsym tempy3=-292 -e0 --emit-relocs 9 +10008: R_AARCH64_MOVW_SABS_G1 tempy
|
emit-relocs-272.d | 2 #ld: -T relocs.ld --defsym tempy=0x1012 --defsym tempy2=-12345678912345 --defsym tempy3=-292 -e0 --emit-relocs 9 +10008: R_AARCH64_MOVW_SABS_G2 tempy
|
emit-relocs-286-bad.d | 2 #ld: -T relocs.ld --defsym tempy=0x11018 --defsym tempy2=0x45038 --defsym tempy3=0x1234 -e0 --emit-relocs 9 +10008: R_AARCH64_LDST64_ABS_LO12_NC tempy
|
gc-relocs-257.d | 3 #ld: --defsym tempy=0x11012 --defsym tempy2=0x45034 --defsym tempy3=0x1234 -T aarch64.ld --gc-sections
|
emit-relocs-260-be.d | 2 #ld: -T relocs.ld --defsym tempy=0x11012 --defsym tempy2=0x45034 --defsym tempy3=0x1234 --defsym _GOT_=0x10000 -e0 --emit-relocs
|
emit-relocs-260.d | 2 #ld: -T relocs.ld --defsym tempy=0x11012 --defsym tempy2=0x45034 --defsym tempy3=0x1234 --defsym _GOT_=0x10000 -e0 --emit-relocs
|
emit-relocs-287.d | 2 #ld: -T relocs.ld --defsym tempy=0x11000 --defsym tempy2=0x45000 --defsym tempy3=0x1234 --defsym _GOT_=0x10000 -e0 --emit-relocs
|
gc-relocs-257-dyn.d | 3 #ld: --defsym tempy=0x11012 --defsym tempy2=0x45034 --defsym tempy3=0x1234 -T aarch64.ld -shared --gc-sections
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/shapes/ |
EdgeShape.java | 132 float tempx, tempy; local 142 tempy = input.p1.y - xfp.y; 143 final float p1x = xfq.c * tempx + xfq.s * tempy; 144 final float p1y = -xfq.s * tempx + xfq.c * tempy; 147 tempy = input.p2.y - xfp.y; 148 final float p2x = xfq.c * tempx + xfq.s * tempy; 149 final float p2y = -xfq.s * tempx + xfq.c * tempy; 166 tempy = v1.y - p1y; 167 float numerator = normalx * tempx + normaly * tempy; 193 tempy = qy - v1.y [all...] |
PolygonShape.java | 294 float tempx, tempy; local 298 tempy = p.y - xf.p.y; 299 final float pLocalx = xfq.c * tempx + xfq.s * tempy; 300 final float pLocaly = -xfq.s * tempx + xfq.c * tempy; 315 tempy = pLocaly - vertex.y; 316 final float dot = normal.x * tempx + normal.y * tempy; 437 float tempx, tempy; local 441 tempy = input.p1.y - xfp.y; 442 final float p1x = xfqc * tempx + xfqs * tempy; 443 final float p1y = -xfqs * tempx + xfqc * tempy; [all...] |
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/ |
Rot.java | 130 float tempy = q.s * v.x + q.c * v.y; local 132 out.y = tempy; 141 final float tempy = -q.s * v.x + q.c * v.y; local 143 out.y = tempy;
|
Transform.java | 90 final float tempy = (T.q.s * v.x + T.q.c * v.y) + T.p.y; local 92 out.y = tempy; 110 final float tempy = (-T.q.s * px + T.q.c * py); local 112 out.y = tempy;
|
Vec2.java | 212 final float tempy = -s * a.x; local 214 out.y = tempy; 228 final float tempY = s * a.x; 230 out.y = tempY;
|
Vec3.java | 155 final float tempy = a.z * b.x - a.x * b.z; local 158 out.y = tempy;
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/broadphase/ |
DynamicTreeFlatNodes.java | 213 float tempx, tempy; local 240 tempy = (p2y - p1y) * maxFraction + p1y; 242 segAABB.lowerBound.y = p1y < tempy ? p1y : tempy; 244 segAABB.upperBound.y = p1y > tempy ? p1y : tempy; 269 tempy = p1y - cy; 270 float separation = MathUtils.abs(vx * tempx + vy * tempy) - (absVx * hx + absVy * hy); 297 tempy = (p2y - p1y) * maxFraction + p1y; 299 segAABB.lowerBound.y = p1y < tempy ? p1y : tempy [all...] |
DynamicTree.java | 206 float tempx, tempy; local 233 tempy = (p2y - p1y) * maxFraction + p1y; 235 segAABB.lowerBound.y = p1y < tempy ? p1y : tempy; 237 segAABB.upperBound.y = p1y > tempy ? p1y : tempy; 262 tempy = p1y - cy; 263 float separation = MathUtils.abs(vx * tempx + vy * tempy) - (absVx * hx + absVy * hy); 289 tempy = (p2y - p1y) * maxFraction + p1y; 291 segAABB.lowerBound.y = p1y < tempy ? p1y : tempy [all...] |
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
QCameraParameters.cpp | 360 int tempX, tempY; 361 if (parse_pair(p, &tempX, &tempY, 'x') == 0) { 363 *y = tempY; 384 int tempX, tempY; 385 if (parse_pair(p, &tempX, &tempY, 'x') == 0) { 387 *y = tempY;
|
/external/opencv3/modules/imgproc/src/opencl/ |
filter2D.cl | 215 int tempY = srcY; 216 EXTRAPOLATE(tempY, srcBeginY, srcEndY); 217 data[sy + sy_index] = convertToWT(loadpix(srcptr + mad24(tempY, src_step, srcX * SRCSIZE)));
|
/frameworks/base/libs/hwui/ |
ShadowTessellator.cpp | 157 float tempy = result.y; local 159 result.x = -tempy;
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/ |
Collision.java | 287 final float tempy = cLocaly - vertex.y; local 288 s = normals[i].x * tempx + normals[i].y * tempy; 342 final float tempY = cLocaly - v1.y; 345 final float u1 = tempX * temp2X + tempY * temp2Y; 506 final float tempy = xf1q.s * v.x + xf1q.c * v.y; 507 final float normal1x = xf2q.c * tempx + xf2q.s * tempy; 508 final float normal1y = -xf2q.s * tempx + xf2q.c * tempy; [all...] |
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/ |
OISWiiMote.cpp | 187 float tempX = 0.0f, tempY = 0.0f; 188 mWiiMote.GetCalibratedChuckStick(tempX, tempY); 197 newEvent.nunChuckYAxis = (int)(tempY * JoyStick::MAX_AXIS);
|
/external/libjpeg-turbo/java/ |
TJExample.java | 202 int tempy = Integer.parseInt(cropArg[1]); local 205 if (tempx < 0 || tempy < 0 || tempw < 0 || temph < 0) 208 xform.y = tempy;
|