Searched defs:tau (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | pca.c | 130 double t,c,s,tau,theta, h; in ff_pca() local
|
/third_party/python/Lib/test/test_json/ |
H A D | test_enum.py | 23 tau = TAU variable in FloatNum
|
/third_party/FreeBSD/crypto/openssh/openbsd-compat/ |
H A D | chacha_private.h | 56 static const char tau[16] = "expand 16-byte k";
variable
|
/third_party/python/Lib/ |
H A D | statistics.py | 139 from math import hypot, sqrt, fabs, exp, erf, tau, log, fsum namespace
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_aemphasis.c | 277 double tau = (s->type == 7 ? 0.000050 : 0.000075); in config_input() local
|
H A D | drawutils.c | 313 unsigned tau = 0x1010101 - alpha; in blend_line() local 335 unsigned tau = 0x10001 - alpha; in blend_line16() local
|
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
H A D | chacha.c | 63 static const char tau[16] = "expand 16-byte k"; variable
|
Completed in 7 milliseconds