Home
last modified time | relevance | path

Searched refs:SQRT_2 (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/dports/x11/xmangekyou/xmangekyou-2.0.1/
H A Dxmangekyou.c35 { 0.0,-2.0*SQRT_2/SQRT_3},{-SQRT_2,-SQRT_2/SQRT_3},{-SQRT_2, SQRT_2/SQRT_3},
36 { 0.0, 2.0*SQRT_2/SQRT_3},{ SQRT_2, SQRT_2/SQRT_3},{ SQRT_2,-SQRT_2/SQRT_3},
37 { 0.0,-2.0*SQRT_2/SQRT_3}
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/prim/scal/prob/
H A Dexp_mod_normal_lcdf.hpp76 = (y_dbl - mu_dbl) / (SQRT_2 * sigma_dbl); in exp_mod_normal_lcdf()
80 = 0.5 * (1 + erf(u / (v * SQRT_2) - v / SQRT_2)); in exp_mod_normal_lcdf()
84 = SQRT_2 / sqrt_pi * 0.5 in exp_mod_normal_lcdf()
86 - (-scaled_diff + (v / SQRT_2)) * (-scaled_diff + (v / SQRT_2)) in exp_mod_normal_lcdf()
105 += (-deriv_1 * v - deriv_3 * scaled_diff * SQRT_2 in exp_mod_normal_lcdf()
106 - deriv_2 * sigma_dbl * SQRT_2 in exp_mod_normal_lcdf()
107 * (-SQRT_2 * 0.5 in exp_mod_normal_lcdf()
109 - SQRT_2 * lambda_dbl)) in exp_mod_normal_lcdf()
114 * (SQRT_2 / sqrt_pi * 0.5 * sigma_dbl in exp_mod_normal_lcdf()
115 * exp(-(v / SQRT_2 - scaled_diff) in exp_mod_normal_lcdf()
[all …]
H A Dexp_mod_normal_lccdf.hpp76 = (y_dbl - mu_dbl) / (SQRT_2 * sigma_dbl); in exp_mod_normal_lccdf()
80 = 0.5 * (1 + erf(u / (v * SQRT_2) - v / SQRT_2)); in exp_mod_normal_lccdf()
85 = SQRT_2 / sqrt_pi * 0.5 in exp_mod_normal_lccdf()
87 - (-scaled_diff + (v / SQRT_2)) * (-scaled_diff + (v / SQRT_2)) in exp_mod_normal_lccdf()
105 -= (-deriv_1 * v - deriv_3 * scaled_diff * SQRT_2 in exp_mod_normal_lccdf()
106 - deriv_2 * sigma_dbl * SQRT_2 in exp_mod_normal_lccdf()
107 * (-SQRT_2 * 0.5 in exp_mod_normal_lccdf()
109 - SQRT_2 * lambda_dbl)) in exp_mod_normal_lccdf()
114 * (SQRT_2 / sqrt_pi * 0.5 * sigma_dbl in exp_mod_normal_lccdf()
115 * exp(-(v / SQRT_2 - scaled_diff) in exp_mod_normal_lccdf()
[all …]
H A Dexp_mod_normal_cdf.hpp72 = (y_dbl - mu_dbl) / (SQRT_2 * sigma_dbl); in exp_mod_normal_cdf()
75 = 0.5 * (1 + erf(-v / SQRT_2 + scaled_diff)); in exp_mod_normal_cdf()
79 = SQRT_2 / sqrt_pi * 0.5 in exp_mod_normal_cdf()
81 - (scaled_diff - (v / SQRT_2)) * (scaled_diff - (v / SQRT_2)) in exp_mod_normal_cdf()
98 += (-deriv_1 * v - deriv_3 * scaled_diff * SQRT_2 in exp_mod_normal_cdf()
99 - deriv_2 * sigma_dbl * SQRT_2 in exp_mod_normal_cdf()
100 * (-SQRT_2 * 0.5 in exp_mod_normal_cdf()
102 - SQRT_2 * lambda_dbl)) in exp_mod_normal_cdf()
107 * (SQRT_2 / sqrt_pi * 0.5 * sigma_dbl in exp_mod_normal_cdf()
108 * exp(-(v / SQRT_2 - scaled_diff) in exp_mod_normal_cdf()
[all …]
H A Dlognormal_lccdf.hpp67 = (log(y_dbl) - mu_dbl) / (sigma_dbl * SQRT_2); in lognormal_lccdf()
69 = SQRT_2 / sqrt_pi * exp(-scaled_diff * scaled_diff) / sigma_dbl; in lognormal_lccdf()
80 += rep_deriv * scaled_diff * SQRT_2 / erfc_calc; in lognormal_lccdf()
H A Dlognormal_lcdf.hpp67 = (log(y_dbl) - mu_dbl) / (sigma_dbl * SQRT_2); in lognormal_lcdf()
69 = SQRT_2 / sqrt_pi * exp(-scaled_diff * scaled_diff) / sigma_dbl; in lognormal_lcdf()
80 -= rep_deriv * scaled_diff * SQRT_2 / erfc_calc; in lognormal_lcdf()
H A Dlognormal_cdf.hpp66 = (log(y_dbl) - mu_dbl) / (sigma_dbl * SQRT_2); in lognormal_cdf()
68 = SQRT_2 * 0.5 / sqrt_pi * exp(-scaled_diff * scaled_diff) / sigma_dbl; in lognormal_cdf()
79 -= rep_deriv * scaled_diff * SQRT_2 / cdf_; in lognormal_cdf()
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dmscash1_fmt_plug.c72 #define SQRT_2 0x5a827999 macro
357 d += ((a & (b | c)) | (b & c)) + salt_buffer[0] + SQRT_2; d = (d << 5 ) | (d >> 27); in crypt_all()
358 c += ((d & (a | b)) | (a & b)) + salt_buffer[4] + SQRT_2; c = (c << 9 ) | (c >> 23); in crypt_all()
359 b += ((c & (d | a)) | (d & a)) + salt_buffer[8] + SQRT_2; b = (b << 13) | (b >> 19); in crypt_all()
362 d += ((a & (b | c)) | (b & c)) + salt_buffer[1] + SQRT_2; d = (d << 5 ) | (d >> 27); in crypt_all()
363 c += ((d & (a | b)) | (a & b)) + salt_buffer[5] + SQRT_2; c = (c << 9 ) | (c >> 23); in crypt_all()
364 b += ((c & (d | a)) | (d & a)) + salt_buffer[9] + SQRT_2; b = (b << 13) | (b >> 19); in crypt_all()
367 d += ((a & (b | c)) | (b & c)) + salt_buffer[2] + SQRT_2; d = (d << 5 ) | (d >> 27); in crypt_all()
368 c += ((d & (a | b)) | (a & b)) + salt_buffer[6] + SQRT_2; c = (c << 9 ) | (c >> 23); in crypt_all()
369 b += ((c & (d | a)) | (d & a)) + salt_buffer[10] + SQRT_2; b = (b << 13) | (b >> 19); in crypt_all()
[all …]
/dports/security/john/john-1.9.0-jumbo-1/src/opencl/
H A Dmscash_kernel.cl20 #define SQRT_2 0x5a827999
192 a += MD4_G(b, c, d) + hash[0] + SQRT_2;
194 d += MD4_G(a, b, c) + salt[0] + SQRT_2;
196 c += MD4_G(d, a, b) + salt[4] + SQRT_2;
198 b += MD4_G(c, d, a) + salt[8] + SQRT_2;
201 a += MD4_G(b, c, d) + hash[1] + SQRT_2;
203 d += MD4_G(a, b, c) + salt[1] + SQRT_2;
205 c += MD4_G(d, a, b) + salt[5] + SQRT_2;
207 b += MD4_G(c, d, a) + salt[9] + SQRT_2;
210 a += MD4_G(b, c, d) + hash[2] + SQRT_2;
[all …]
H A Dnt_kernel.cl34 #define SQRT_2 0x5a827999
69 …hash[0] += MD4_G(hash[1], hash[2], hash[3]) + nt_buffer[0] + SQRT_2; hash[0] = rotate(hash[0] , 3u…
70 …hash[3] += MD4_G(hash[0], hash[1], hash[2]) + nt_buffer[4] + SQRT_2; hash[3] = rotate(hash[3] , 5u…
71 …hash[2] += MD4_G(hash[3], hash[0], hash[1]) + nt_buffer[8] + SQRT_2; hash[2] = rotate(hash[2] , 9u…
72 …hash[1] += MD4_G(hash[2], hash[3], hash[0]) + nt_buffer[12]+ SQRT_2; hash[1] = rotate(hash[1] , 13…
74 …hash[0] += MD4_G(hash[1], hash[2], hash[3]) + nt_buffer[1] + SQRT_2; hash[0] = rotate(hash[0] , 3u…
75 …hash[3] += MD4_G(hash[0], hash[1], hash[2]) + nt_buffer[5] + SQRT_2; hash[3] = rotate(hash[3] , 5u…
76 …hash[2] += MD4_G(hash[3], hash[0], hash[1]) + nt_buffer[9] + SQRT_2; hash[2] = rotate(hash[2] , 9u…
77 …hash[1] += MD4_G(hash[2], hash[3], hash[0]) + nt_buffer[13]+ SQRT_2; hash[1] = rotate(hash[1] , 13…
79 …hash[0] += MD4_G(hash[1], hash[2], hash[3]) + nt_buffer[2] + SQRT_2; hash[0] = rotate(hash[0] , 3u…
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/prim/scal/fun/
H A Dconstants.hpp20 const double SQRT_2 = std::sqrt(2.0); variable
26 const double INV_SQRT_2 = 1.0 / SQRT_2;
96 inline double sqrt2() { return SQRT_2; } in sqrt2()
136 const double SQRT_2_TIMES_SQRT_PI = SQRT_2 * SQRT_PI;
/dports/devel/allegro/allegro-4.4.3.1/addons/jpgalleg/include/
H A Ddct.h27 #define SQRT_2 1.4142135623730950488016 macro
29 #define SCALE_FACTOR(i) ((i) == 0 ? 1.0 : (cos((i) * M_PI / 16.0) * SQRT_2))
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/ppc/
H A Dfdctdsp.c47 #define SQRT_2 1.41421353816986083984375000 /* sqrt(2) */ macro
51 #define W2 (SQRT_2 * C6)
52 #define W3 (SQRT_2 * C3)
53 #define W4 (SQRT_2 * (-C1 + C3 + C5 - C7))
54 #define W5 (SQRT_2 * (C1 + C3 - C5 + C7))
55 #define W6 (SQRT_2 * (C1 + C3 + C5 - C7))
56 #define W7 (SQRT_2 * (C1 + C3 - C5 - C7))
57 #define W8 (SQRT_2 * (C7 - C3))
58 #define W9 (SQRT_2 * (-C1 - C3))
59 #define WA (SQRT_2 * (-C3 - C5))
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/ppc/
H A Dfdctdsp.c47 #define SQRT_2 1.41421353816986083984375000 /* sqrt(2) */ macro
51 #define W2 (SQRT_2 * C6)
52 #define W3 (SQRT_2 * C3)
53 #define W4 (SQRT_2 * (-C1 + C3 + C5 - C7))
54 #define W5 (SQRT_2 * (C1 + C3 - C5 + C7))
55 #define W6 (SQRT_2 * (C1 + C3 + C5 - C7))
56 #define W7 (SQRT_2 * (C1 + C3 - C5 - C7))
57 #define W8 (SQRT_2 * (C7 - C3))
58 #define W9 (SQRT_2 * (-C1 - C3))
59 #define WA (SQRT_2 * (-C3 - C5))
[all …]
/dports/graphics/rlottie/rlottie-0.2-49-g327fb7d/src/vector/
H A Dvmatrix.h99 constexpr float SQRT_2 = 1.41421f; in scale() local
101 VPointF p2(SQRT_2, SQRT_2); in scale()
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/utils/altivec/
H A Dfdct.c44 #define SQRT_2 1.41421353816986083984375000 /* sqrt(2) */ macro
49 #define W2 (SQRT_2 * C6)
50 #define W3 (SQRT_2 * C3)
51 #define W4 (SQRT_2 * (-C1 + C3 + C5 - C7))
52 #define W5 (SQRT_2 * ( C1 + C3 - C5 + C7))
53 #define W6 (SQRT_2 * ( C1 + C3 + C5 - C7))
54 #define W7 (SQRT_2 * ( C1 + C3 - C5 - C7))
55 #define W8 (SQRT_2 * ( C7 - C3))
56 #define W9 (SQRT_2 * (-C1 - C3))
57 #define WA (SQRT_2 * (-C3 - C5))
[all …]
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/ppc/
H A Dfdct_altivec.c43 #define SQRT_2 1.41421353816986083984375000 /* sqrt(2) */ macro
48 #define W2 (SQRT_2 * C6)
49 #define W3 (SQRT_2 * C3)
50 #define W4 (SQRT_2 * (-C1 + C3 + C5 - C7))
51 #define W5 (SQRT_2 * ( C1 + C3 - C5 + C7))
52 #define W6 (SQRT_2 * ( C1 + C3 + C5 - C7))
53 #define W7 (SQRT_2 * ( C1 + C3 - C5 - C7))
54 #define W8 (SQRT_2 * ( C7 - C3))
55 #define W9 (SQRT_2 * (-C1 - C3))
56 #define WA (SQRT_2 * (-C3 - C5))
[all …]
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/packed_simd-0.3.3/src/api/math/float/
H A Dsqrt.rs20 use crate::$elem_ty::consts::SQRT_2;
27 let e = $id::splat(SQRT_2);
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/packed_simd_2-0.3.6/src/api/math/float/
H A Dsqrt.rs20 use crate::$elem_ty::consts::SQRT_2;
27 let e = $id::splat(SQRT_2);
/dports/www/firefox/firefox-99.0/third_party/rust/packed_simd/src/api/math/float/
H A Dsqrt.rs20 use crate::$elem_ty::consts::SQRT_2;
27 let e = $id::splat(SQRT_2);
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/packed_simd/src/api/math/float/
H A Dsqrt.rs20 use crate::$elem_ty::consts::SQRT_2;
27 let e = $id::splat(SQRT_2);
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/packed_simd-0.3.3/src/api/math/float/
H A Dsqrt.rs20 use crate::$elem_ty::consts::SQRT_2;
27 let e = $id::splat(SQRT_2);
/dports/lang/rust/rustc-1.58.1-src/vendor/packed_simd_2/src/api/math/float/
H A Dsqrt.rs20 use crate::$elem_ty::consts::SQRT_2;
27 let e = $id::splat(SQRT_2);
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/packed_simd/src/api/math/float/
H A Dsqrt.rs20 use crate::$elem_ty::consts::SQRT_2;
27 let e = $id::splat(SQRT_2);
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/packed_simd/src/api/math/float/
H A Dsqrt.rs20 use crate::$elem_ty::consts::SQRT_2;
27 let e = $id::splat(SQRT_2);

12345678910>>...12