Home
last modified time | relevance | path

Searched refs:yw (Results 1 – 22 of 22) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/bullet/
DPhysicsHoverControl.java64 protected int yw = 2; field in PhysicsHoverControl
69 protected Vector3f HOVER_HEIGHT_LF = new Vector3f(xw, -yw, zw);
70 protected Vector3f HOVER_HEIGHT_RF = new Vector3f(-xw, -yw, zw);
71 protected Vector3f HOVER_HEIGHT_LR = new Vector3f(xw, -yw, -zw);
72 protected Vector3f HOVER_HEIGHT_RR = new Vector3f(-xw, -yw, -zw);
120 … addWheel(HOVER_HEIGHT_LF_START, new Vector3f(0, -1, 0), new Vector3f(-1, 0, 0), yw, yw, false); in createWheels()
121 … addWheel(HOVER_HEIGHT_RF_START, new Vector3f(0, -1, 0), new Vector3f(-1, 0, 0), yw, yw, false); in createWheels()
122 … addWheel(HOVER_HEIGHT_LR_START, new Vector3f(0, -1, 0), new Vector3f(-1, 0, 0), yw, yw, false); in createWheels()
123 … addWheel(HOVER_HEIGHT_RR_START, new Vector3f(0, -1, 0), new Vector3f(-1, 0, 0), yw, yw, false); in createWheels()
/external/libyuv/files/unit_test/
Drotate_test.cc702 int yw = 1024; in TEST_F() local
705 int uvw = (yw + 1) >> 1; in TEST_F()
710 int y_plane_size = (yw + b * 2) * (yh + b * 2); in TEST_F()
742 for (j = b; j < (yw + b); ++j) { in TEST_F()
743 orig_y[i * (yw + b * 2) + j] = random() & 0xff; in TEST_F()
754 int y_off_0 = b * (yw + b * 2) + b; in TEST_F()
759 int y_st_0 = yw + b * 2; in TEST_F()
770 yw, yh, in TEST_F()
779 yh, yw, in TEST_F()
788 yh, yw, in TEST_F()
[all …]
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DQuaternion.java413 float yw = w * ys; in toRotationMatrix() local
420 result.m02 = (xz + yw); in toRotationMatrix()
424 result.m20 = (xz - yw); in toRotationMatrix()
458 float yw = w * ys; in toRotationMatrix() local
465 result.m02 = (xz + yw); in toRotationMatrix()
469 result.m20 = (xz - yw); in toRotationMatrix()
517 float yw = y * w * norm; in getRotationColumn() local
525 store.z = 2 * (xz - yw); in getRotationColumn()
533 store.x = 2 * (xz + yw); in getRotationColumn()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c805 float yw = v - (float)vflr; in img_filter_2d_linear_repeat_POT() local
828 rgba[TGSI_NUM_CHANNELS*c] = lerp_2d(xw, yw, in img_filter_2d_linear_repeat_POT()
1257 float xw, yw; /* weights */ in img_filter_2d_linear() local
1272 samp->linear_texcoord_t(t, height, &y0, &y1, &yw); in img_filter_2d_linear()
1281 rgba[TGSI_NUM_CHANNELS*c] = lerp_2d(xw, yw, in img_filter_2d_linear()
1301 float xw, yw; /* weights */ in img_filter_2d_array_linear() local
1316 samp->linear_texcoord_t(t, height, &y0, &y1, &yw); in img_filter_2d_array_linear()
1326 rgba[TGSI_NUM_CHANNELS*c] = lerp_2d(xw, yw, in img_filter_2d_array_linear()
1346 float xw, yw; /* weights */ in img_filter_cube_linear() local
1361 samp->linear_texcoord_t(t, height, &y0, &y1, &yw); in img_filter_cube_linear()
[all …]
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
DConverter.java158 float yw = oldQuaternion.getW() * ys; in convert() local
165 newMatrix.m02 = (xz + yw); in convert()
169 newMatrix.m20 = (xz - yw); in convert()
/external/jmonkeyengine/engine/src/bullet-native/
DjmeBulletUtil.cpp238 float yw = w * ys; in convertQuat() local
243 out->setValue(1.0 - (yy + zz), (xy - zw), (xz + yw), in convertQuat()
245 (xz - yw), (yz + xw), 1.0 - (xx + yy)); in convertQuat()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_kfst_wpho1.pkb33 … rsZtuttt ��v��wxw���ywyyyx�>���z��������v��wxw���yw{y{x�>���z��������v��…
/external/skia/tools/skpdiff/
DSkPMetric.cpp106 const float yw = 0.297361f + 0.627355f + 0.0752847f; in adobergb_to_cielab() local
110 float f[3] = { x / xw, y / yw, z / zw }; in adobergb_to_cielab()
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Shadow/
DPostShadowPSSM.frag85 vec2 mx = mix( gather.xz, gather.yw, f.x );
DPostShadowPSSM15.frag98 vec2 mx = mix( gather.xz, gather.yw, f.x );
/external/libvncserver/webclients/novnc/include/
Drfb.js1681 fbUpdateRequest = function(incremental, x, y, xw, yw) { argument
1686 if (typeof(yw) === "undefined") { yw = fb_height; }
1693 arr.push16(yw);
/external/icu/icu4c/source/data/region/
Dbas.txt212 TW{"Tàywân"}
/external/deqp/framework/common/
DtcuVector.hpp133 …VecAccess<T, Size, 2> yw (void) { DE_ASSERT(Size >= 2); return VecAccess<T, Size, 2>(*this, 1, 3… in yw() function in tcu::Vector
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_lh0_kpdf_mgc.pkb5112 ���T4.+]"5I?#>TH6.+>8 $/4yyJMGVYhgcbr}yw��JLSV\]Q=Pemx���������V[]]Za]\et���>�����…
5319 …~�N�a ^���H07(2-'BU2K(.<&8"$"$(4**J�JGKO=PYRRckrooDIRNTWdMOgojlkjn�yw��JEHNSVXag`� '��h…
/external/jpeg/
Dtestimg.ppm4yw�tp�mh|cYkUMZHDH9=?299-23-23-34.34.34.45/54/54/650761961:72:72961940940:2/91.91.80-50-4/,4..4..3…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_zl0_kpdf_mgc.pkb845 4j���io��yw����}au�S_�HNMISW�uKF<;:[TRabl�MOPX^*.'=8B:CJGIJQQU0056CE9=ML ���������+���m…
2147 …���q�����p�+yLxSj�����w[V],CR?9'')gP�ľ��^b��J`�`H�`y�0-CHe^{]p�yw�������KjYr{�mrw�@&�…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_kh0_kpdf_mgc.pkb434  ��p��~,!!3)`-egErdk���<0>KN?'><?MsF^i�l��w�����p�����boGMsZFcs[fbXim���yw{pk�{��h�5< …
2257 …���? ���4��� C�\���t��s^X9_l[i<Bvgj`C9DTUf9M>�����xvx�ipb������Ȼg���������~����yw�������…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_gl0_kpdf_mgc.pkb911 �%��1���� �Ej�6�DE9N�3WnDtnl�QZ^V,70+6<776�kn������sn�������}��4Jhw�����pt~yw�����������…
3751 …� ���i 3�!�He�M��8Xs���S}sg����Uu�~;TSV`�r;+^@WA\;cZ10./6CMTHa`yw::2cq`n{y=G<F=KFJSH]Z…
/external/clang/docs/
DLanguageExtensions.rst353 c.yw = b;
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_cm0_kpdf_mgc.pkb2784 …�\ZI\O.=;46B0+//7=>=?%#'#*$$%-*)+2)$ !"%&$&(*.'�e^U� j@:��8�VL��<yw ?�v��
/external/chromium-trace/trace-viewer/tracing/test_data/
Dddms_calculator_start.trace37624 9��pOX�yw��
112459 ���pQ3�yw
137769 ���p�yw ��
169571 � q�� �yw
207690yw��
224887 � qh� �yw��
310514 ([�p���yw��
399930 ��q&�yw��
417034 q�q� �yw��
451939 ywq ���m��
[all …]
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js4495yw=0,yx=0,yy=0.0,yz=0,yA=0,yB=0,yC=0,yD=0,yE=0,yF=0,yG=0,yH=0,yI=0,yJ=0,yK=0,yL=0,yM=0,yN=0,yO=0,y…