Home
last modified time | relevance | path

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

12

/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/chromium_org/gpu/command_buffer/tests/
Dgl_pointcoord_unittest.cc131 GLfloat yw = s2p(point_y); in TEST_F() local
137 GLfloat t = 0.5 + (yf + 0.5 - yw) / max_point_size; in TEST_F()
/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/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/chromium_org/third_party/mesa/src/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/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/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/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/chromium_org/cc/output/
Dshader.cc913 vec2 d2 = min(d4.xz, d4.yw); in GetShaderString()
962 vec2 d2 = min(d4.xz, d4.yw); in GetShaderString()
985 vec2 d2 = min(d4.xz, d4.yw); in GetShaderString()
1096 vec2 d2 = min(d4.xz, d4.yw); in GetShaderString()
1168 vec2 d2 = min(d4.xz, d4.yw); in GetShaderString()
1225 vec2 d2 = min(d4.xz, d4.yw); in GetShaderString()
1479 vec2 d2 = min(d4.xz, d4.yw); in GetShaderString()
/external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
Dvoice.rtpdump10 …���lm��tk`nt�jilw�����zvw���������kiq������N��9p�4�j��pj�������~�|}nvs����yw���������|s���orovojg…
16 …~x{qx���qqw����������9��4Ԫ��pjzxnr������z�zuzy{|{���|z���|����������~vu���yw|~�wooov��������|����…
17 …4�j��pj�����������~~}~������tu{}~xzwusx{~|zs~�����������|rzt~}���~~{sz}��yw~~xx{�yxw|��~z{~�����…
72 …������yqnry���zv}wqlnp}{{z~��ynqx���q{��plu��}nn���upmz{��ww��rlw��}p|�}yw�zzw���z{���|ww������…
85 …p~���xp~�~|���shl���pin}���wmlt���slw���vs|��}st���tmn�����tu~���������~��~yw�����}}ts}��tl������…
86 …����|x�xz���pmy���w{���us}���vqz���vs{���or���uo{���}sry���zquv|{yxyy~~�yw~�tpo����lgq���~{|���…
87 …�ysqs{����~~{}������}y~�����ukv���olw���vx}}nilv�|tos{�~vp���w{����{p~����yw~~smny���nh������K��…
90 …����smw���qfny�miiz~���rkl~���������rq|�����ol����{����v}��oqt��len���kiow�yw������omqwmns|ww����…
91 …{~��}|~�~��~���{���}z����~������}����{z~��}w}���wp~��y~w��zx��}{{����yw��~|�{��xy|��{x{��{…
92yw���{z���xx��~u����{{x|tuw~yvz|zx}~�tw~�~zs{���r���}����������z������� ���:Ψ5�*��pj�������|����y…
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/
Dvoice.rtpdump10 …���lm��tk`nt�jilw�����zvw���������kiq������N��9p�4�j��pj�������~�|}nvs����yw���������|s���orovojg…
16 …~x{qx���qqw����������9��4Ԫ��pjzxnr������z�zuzy{|{���|z���|����������~vu���yw|~�wooov��������|����…
17 …4�j��pj�����������~~}~������tu{}~xzwusx{~|zs~�����������|rzt~}���~~{sz}��yw~~xx{�yxw|��~z{~�����…
72 …������yqnry���zv}wqlnp}{{z~��ynqx���q{��plu��}nn���upmz{��ww��rlw��}p|�}yw�zzw���z{���|ww������…
85 …p~���xp~�~|���shl���pin}���wmlt���slw���vs|��}st���tmn�����tu~���������~��~yw�����}}ts}��tl������…
86 …����|x�xz���pmy���w{���us}���vqz���vs{���or���uo{���}sry���zquv|{yxyy~~�yw~�tpo����lgq���~{|���…
87 …�ysqs{����~~{}������}y~�����ukv���olw���vx}}nilv�|tos{�~vp���w{����{p~����yw~~smny���nh������K��…
90 …����smw���qfny�miiz~���rkl~���������rq|�����ol����{����v}��oqt��len���kiow�yw������omqwmns|ww����…
91 …{~��}|~�~��~���{���}z����~������}����{z~��}w}���wp~��y~w��zx��}{{����yw��~|�{��xy|��{x{��{…
92yw���{z���xx��~u����{{x|tuw~yvz|zx}~�tw~�~zs{���r���}����������z������� ���:Ψ5�*��pj�������|����y…
/external/skia/tools/skpdiff/
DSkPMetric.cpp105 const float yw = 0.297361f + 0.627355f + 0.0752847f; in adobergb_to_cielab() local
109 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/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformationMatrix.cpp1403 double yw = decomp.quaternionY * decomp.quaternionW; in recompose() local
1408 TransformationMatrix rotationMatrix(1 - 2 * (yy + zz), 2 * (xy - zw), 2 * (xz + yw), 0, in recompose()
1410 2 * (xz - yw), 2 * (yz + xw), 1 - 2 * (xx + yy), 0, in recompose()
/external/icu4c/data/region/
Dbas.txt215 TW{"Tàywân"}
/external/chromium_org/media/test/data/
Dbali_640x360_P420.yuv1yw�������������~~~~~~~~~}}}{||}}}}}}}}}}||||||}}}}||}}}}}}~~~~~~~~�������}~~��������…
Dbali_640x360_P422.yuv1yw{~������~}�������������������������������������������������������������������~}}}}}}~~~~~~~~~~~~…
/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/qemu/distrib/jpeg-6b/
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…

12