/external/chromium_org/third_party/angle/samples/gles2_book/Common/ |
esTransform.c | 64 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs; local 73 yy = y * y; 89 rotMat.m[1][1] = (oneMinusCos * yy) + cosAngle;
|
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/ |
plasma.c | 198 int yy; local 199 for (yy = 0; yy < info->height; yy++) {
|
/development/ndk/platforms/android-9/samples/native-plasma/jni/ |
plasma.c | 207 int yy; local 208 for (yy = 0; yy < buffer->height; yy++) {
|
/external/bison/examples/calc++/ |
location.hh | 35 ** Define the yy::location class. 44 namespace yy { namespace 177 } // yy
|
/external/bluetooth/bluedroid/stack/avrc/ |
avrc_pars_ct.c | 47 UINT8 xx, yy; local
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
Quaternion.java | 411 float yy = y * ys;
local 418 result.m00 = 1 - (yy + zz);
426 result.m22 = 1 - (xx + yy);
456 float yy = y * ys;
local 463 result.m00 = 1 - (yy + zz);
471 result.m22 = 1 - (xx + yy);
515 float yy = y * y * norm;
local 523 store.x = 1 - 2 * (yy + zz);
535 store.z = 1 - 2 * (xx + yy);
[all...] |
/packages/apps/Nfc/nci/jni/ |
SecureElement.cpp | 303 for (size_t yy = 0; yy < mEeInfo[xx].num_tlvs; yy++) 306 fn, xx, yy, mEeInfo[xx].ee_tlv[yy].tag, mEeInfo[xx].ee_tlv[yy].len, mEeInfo[xx].ee_tlv[yy].info[0], 307 mEeInfo[xx].ee_tlv[yy].info[1], mEeInfo[xx].ee_tlv[yy].info[2]); [all...] |
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_link.c | 677 UINT16 qq, yy, qq_remainder; local 694 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++) 743 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++) 771 yy, p_lcb->acl_priority, p_lcb->link_xmit_quota); [all...] |
/frameworks/native/opengl/libs/ETC1/ |
etc1.cpp | 259 int yy = by + y; local 261 int i = x + 4 * yy; 345 int yy = by + y; local 347 int i = x + 4 * yy; 350 &pCompressed->low, yy + x * 4, pModifierTable);
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
etc1.cpp | 259 int yy = by + y; local 261 int i = x + 4 * yy; 345 int yy = by + y; local 347 int i = x + 4 * yy; 350 &pCompressed->low, yy + x * 4, pModifierTable);
|
/external/valgrind/main/VEX/priv/ |
guest_x86_helpers.c | [all...] |
/external/bison/djgpp/ |
config.bat | 336 test -f %XSRC%/examples/calcxx/calc++-parser.yy
337 if not errorlevel 1 mv -f %XSRC%/examples/calcxx/calc++-parser.yy %XSRC%/examples/calcxx/calcxx-parser.yy
338 test -f %XSRC%/examples/calcxx/calcxx-parser.yy
339 if errorlevel 1 mv -f %XSRC%/examples/calcxx/calcpp-parser.yy %XSRC%/examples/calcxx/calcxx-parser.yy
361 :sed "/#[ ]*include/s/++/xx/" %XSRC%/examples/calcxx/calcxx-parser.yy > calcxx-parser.yy
363 :mv ./calcxx-parser.yy %XSRC%/examples/calcxx/calcxx-parser.yy
[all...] |
/external/libnfc-nci/src/nfa/ee/ |
nfa_ee_act.c | 155 int xx, yy, aid_len_offset, offset; local 160 for (yy = 0; yy < nfa_ee_cb.cur_ee; yy++, p_ecb++) 186 p_ecb = &nfa_ee_cb.ecb[yy]; 1520 int xx, yy; local [all...] |
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/ |
mat3.js | 393 yy = y * y2, 400 out[0] = 1 - (yy + zz); 410 out[8] = 1 - (xx + yy);
|
/external/chromium_org/mojo/examples/sample_app/ |
spinning_cube.cc | 252 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs; local 261 yy = y * y; 277 rotation.m[1][1] = (one_minus_cos * yy) + cos_angle;
|
/external/jmonkeyengine/engine/src/bullet-native/ |
jmeBulletUtil.cpp | 236 float yy = y * ys; local 243 out->setValue(1.0 - (yy + zz), (xy - zw), (xz + yw), 245 (xz - yw), (yz + xw), 1.0 - (xx + yy));
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/ |
Converter.java | 156 float yy = oldQuaternion.getY() * ys; local 163 newMatrix.m00 = 1 - (yy + zz); 171 newMatrix.m22 = 1 - (xx + yy);
|
/external/chromium_org/third_party/freetype/src/truetype/ |
ttobjs.h | 194 FT_Fixed yx, yy; member in struct:TT_Transform_
|
/external/chromium_org/third_party/ots/test/ |
validator-checker.cc | 39 matrix.xx = matrix.yy = 1 << 16;
|
/external/chromium_org/third_party/skia/src/effects/gradients/ |
SkRadialGradient.cpp | 333 unsigned yy = SkPin32(fy, -0xFFFF >> 1, 0xFFFF >> 1); local 334 yy *= yy; 337 unsigned fi = (xx * xx + yy) >> (14 + 16 - kSQRT_TABLE_BITS);
|
/external/chromium_org/v8/test/mjsunit/ |
new-string-add.js | 73 assertEquals("22", y + y, "yy"); 95 assertEquals("22", y + y, "yy");
|
string-add.js | 71 assertEquals("22", y + y, "yy"); 93 assertEquals("22", y + y, "yy");
|
/external/clang/test/Sema/ |
array-init.c | 148 static char const yy[5] = "test"; variable
|
/external/freetype/src/truetype/ |
ttobjs.h | 194 FT_Fixed yx, yy; member in struct:TT_Transform_
|
/external/mesa3d/src/mesa/ |
Android.gen.mk | 39 program/lex.yy.c \ 109 $(intermediates)/program/lex.yy.c: $(LOCAL_PATH)/program/program_lexer.l
|