Searched refs:t_h (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/libm/ |
D | e_pow.c | 221 double s2, s_h, s_l, t_h, t_l; local 251 t_h = zero; 252 SET_HIGH_WORD(t_h, 254 t_l = ax - (t_h - bp[k]); 255 s_l = v * ((u - s_h * t_h) - s_h * t_l); 264 t_h = 3.0 + s2 + r; 265 SET_LOW_WORD(t_h, 0); 266 t_l = r - ((t_h - 3.0) - s2); 268 u = s_h * t_h; 269 v = s_l * t_h + t_l * s;
|
/third_party/jerryscript/jerry-libm/ |
D | pow.c | 306 double_accessor s_h, t_h; in pow() local 344 t_h.dbl = zero; in pow() 345 t_h.as_int.hi = ((ix >> 1) | 0x20000000) + 0x00080000 + (k << 18); in pow() 346 t_l = ax.dbl - (t_h.dbl - bp[k]); in pow() 347 s_l = v * ((u - s_h.dbl * t_h.dbl) - s_h.dbl * t_l); in pow() 353 t_h.dbl = 3.0 + s2 + r; in pow() 354 t_h.as_int.lo = 0; in pow() 355 t_l = r - ((t_h.dbl - 3.0) - s2); in pow() 357 u = s_h.dbl * t_h.dbl; in pow() 358 v = s_l * t_h.dbl + t_l * ss; in pow()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/data/in-house/tests/ |
D | macos.tests | 9 …6,U+0072,U+0020,U+0066,U+0075,U+0020,U+0066,U+006A:[T_h=0+2308|space=2+569|t_h=3+1687|space=5+569|… 28 …6,U+0072,U+0020,U+0066,U+0075,U+0020,U+0066,U+006A:[T_h=0+2308|space=2+569|t_h=3+1687|space=5+569|… 47 …6,U+0072,U+0020,U+0066,U+0075,U+0020,U+0066,U+006A:[T_h=0+2308|space=2+569|t_h=3+1687|space=5+569|…
|
/third_party/harfbuzz/test/shaping/data/in-house/tests/ |
D | macos.tests | 12 …6,U+0072,U+0020,U+0066,U+0075,U+0020,U+0066,U+006A:[T_h=0+2308|space=2+569|t_h=3+1687|space=5+569|… 45 …6,U+0072,U+0020,U+0066,U+0075,U+0020,U+0066,U+006A:[T_h=0+2308|space=2+569|t_h=3+1687|space=5+569|… 77 …6,U+0072,U+0020,U+0066,U+0075,U+0020,U+0066,U+006A:[T_h=0+2308|space=2+569|t_h=3+1687|space=5+569|… 109 …6,U+0072,U+0020,U+0066,U+0075,U+0020,U+0066,U+006A:[T_h=0+2308|space=2+569|t_h=3+1687|space=5+569|…
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/in-house/tests/ |
D | macos.tests | 15 …6,U+0072,U+0020,U+0066,U+0075,U+0020,U+0066,U+006A;[T_h=0+2308|space=2+569|t_h=3+1687|space=5+569|… 48 …6,U+0072,U+0020,U+0066,U+0075,U+0020,U+0066,U+006A;[T_h=0+2308|space=2+569|t_h=3+1687|space=5+569|… 80 …6,U+0072,U+0020,U+0066,U+0075,U+0020,U+0066,U+006A;[T_h=0+2308|space=2+569|t_h=3+1687|space=5+569|… 112 …6,U+0072,U+0020,U+0066,U+0075,U+0020,U+0066,U+006A;[T_h=0+2308|space=2+569|t_h=3+1687|space=5+569|…
|
/third_party/ffmpeg/libavcodec/ |
D | mjpegdec.c | 1859 int t_w, t_h, v1, v2; in mjpeg_decode_app() local 1885 t_h = get_bits(&s->gb, 8); in mjpeg_decode_app() 1886 if (t_w && t_h) { in mjpeg_decode_app() 1888 if (len -10 - (t_w * t_h * 3) > 0) in mjpeg_decode_app() 1889 len -= t_w * t_h * 3; in mjpeg_decode_app()
|
/third_party/gettext/gettext-tools/tests/ |
D | mm-viet.comp.po | 39852 msgstr "Khung t_háng"
|