Home
last modified time | relevance | path

Searched refs:tau (Results 1 – 25 of 65) sorted by relevance

123

/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.8/
DImproved_keyof_with_intersection_types_1.ts40 let tau: TAU<string>; variable
41 tau = "a";
42 tau = "charCodeAt";
/third_party/ffmpeg/libavutil/
Dpca.c130 double t,c,s,tau,theta, h; in ff_pca() local
148 tau=s/(1.0+c); in ff_pca()
155 a[j + i*n]=g-s*(h+g*tau);\ in ff_pca()
156 a[l + k*n]=h+s*(g-h*tau); } in ff_pca()
/third_party/python/Lib/test/test_json/
Dtest_enum.py23 tau = TAU variable in FloatNum
102 tau=FloatNum.tau,
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_filter_minmax.txt123 tau = (1 - frac(lambda)) * tau_1 + frac(lambda) * tau_2,
163 tau = reduce((1-alpha)*(1-beta)*(1-gamma), tau_i0_j0_k0,
172 tau = reduce((1-alpha)*(1-beta), tau_i0_j0,
177 tau = reduce((1-alpha), tau_i0,
193 tau = reduce((1-frac(lambda)), tau_1,
207 tau = reduce(tau_1, ..., tau_N)
214 individual tau values used in the reduce() functions should reflect the
/third_party/openGLES/extensions/EXT/
DEXT_texture_filter_minmax.txt123 tau = (1 - frac(lambda)) * tau_1 + frac(lambda) * tau_2,
163 tau = reduce((1-alpha)*(1-beta)*(1-gamma), tau_i0_j0_k0,
172 tau = reduce((1-alpha)*(1-beta), tau_i0_j0,
177 tau = reduce((1-alpha), tau_i0,
193 tau = reduce((1-frac(lambda)), tau_1,
207 tau = reduce(tau_1, ..., tau_N)
214 individual tau values used in the reduce() functions should reflect the
/third_party/openGLES/extensions/ARB/
DARB_texture_filter_minmax.txt132 tau = (1 - frac(lambda)) * tau_1 + frac(lambda) * tau_2,
198 tau = reduce((1-alpha)*(1-beta)*(1-gamma), tau_i0_j0_k0,
207 tau = reduce((1-alpha)*(1-beta), tau_i0_j0,
212 tau = reduce((1-alpha), tau_i0,
228 tau = reduce((1-frac(lambda)), tau_1,
242 tau = reduce(tau_1, ..., tau_N)
249 individual tau values used in the reduce() functions should reflect the
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_filter_minmax.txt122 tau = (1 - frac(lambda)) * tau_1 + frac(lambda) * tau_2,
188 tau = reduce((1-alpha)*(1-beta)*(1-gamma), tau_i0_j0_k0,
197 tau = reduce((1-alpha)*(1-beta), tau_i0_j0,
202 tau = reduce((1-alpha), tau_i0,
218 tau = reduce((1-frac(lambda)), tau_1,
232 tau = reduce(tau_1, ..., tau_N)
239 individual tau values used in the reduce() functions should reflect the
/third_party/ffmpeg/libavfilter/
Ddrawutils.c308 unsigned tau = 0x1010101 - alpha; in blend_line() local
317 *dst = (*dst * tau + asrc) >> 24; in blend_line()
330 unsigned tau = 0x10001 - alpha; in blend_line16() local
341 AV_WL16(dst, (value * tau + asrc) >> 16); in blend_line16()
Daf_aemphasis.c307 double tau = (s->type == 7 ? 0.000050 : 0.000075); in config_input() local
308 double f = 1.0 / (2 * M_PI * tau); in config_input()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_texture_expand_normal.txt164 tau = 2 * tau - 1.
DNV_draw_vulkan_image.txt235 sampler object given by <sampler> otherwise. The filtered texel <tau> is
/third_party/openGLES/extensions/NV/
DNV_texture_expand_normal.txt164 tau = 2 * tau - 1.
DNV_draw_vulkan_image.txt235 sampler object given by <sampler> otherwise. The filtered texel <tau> is
/third_party/libwebsockets/plugins/ssh-base/crypto/
Dchacha.c63 static const char tau[16] = "expand 16-byte k"; variable
78 constants = tau; in chacha_keysetup()
/third_party/python/Lib/test/
Dtest_enum.py689 tau = 2 * pi variable in TestEnum.test_intenum_from_scratch.phy
690 self.assertTrue(phy.pi < phy.tau)
697 tau = 2 * pi variable in TestEnum.test_intenum_inherited.phy
698 self.assertTrue(phy.pi < phy.tau)
703 tau = 2 * pi variable in TestEnum.test_floatenum_from_scratch.phy
704 self.assertTrue(phy.pi < phy.tau)
711 tau = 2 * pi variable in TestEnum.test_floatenum_inherited.phy
712 self.assertTrue(phy.pi < phy.tau)
717 tau = 'Tau' variable in TestEnum.test_strenum_from_scratch.phy
718 self.assertTrue(phy.pi < phy.tau)
[all …]
/third_party/python/Lib/
Dstatistics.py138 from math import hypot, sqrt, fabs, exp, erf, tau, log, fsum
1087 return exp((x - self._mu)**2.0 / (-2.0*variance)) / sqrt(tau*variance)
Drandom.py51 from math import tau as TWOPI, floor as _floor, isfinite as _isfinite
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Dmi.txt591 dn{"tau"}
/third_party/skia/third_party/externals/icu/source/data/locales/
Dmi.txt644 dn{"tau"}
/third_party/icu/icu4c/source/data/locales/
Dmi.txt644 dn{"tau"}
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
Des_FONIPA_zh.txt413 tau\u032F → 陶 ;
/third_party/skia/third_party/externals/icu/source/data/translit/
Des_FONIPA_zh.txt414 tau\u032F → 陶 ;
/third_party/icu/icu4c/source/data/translit/
Des_FONIPA_zh.txt414 tau\u032F → 陶 ;
/third_party/typescript/src/compiler/transformers/
Djsx.ts691 tau: 0x03C4,
/third_party/python/Doc/library/
Dcmath.rst256 .. data:: tau

123