Home
last modified time | relevance | path

Searched refs:SQRT_3 (Results 1 – 25 of 72) sorted by relevance

123

/dports/x11/xmangekyou/xmangekyou-2.0.1/
H A Dxmangekyou.c32 { 0.0,-1.0}, {-0.5*SQRT_3, -0.5}, {-0.5*SQRT_3, 0.5},
33 { 0.0, 1.0}, { 0.5*SQRT_3, 0.5}, { 0.5*SQRT_3, -0.5},
35 { 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}
42 {-0.5*SQRT_3*OFFSET, -0.5*OFFSET}, {-0.5*SQRT_3*OFFSET, 0.5*OFFSET},
44 { 0.5*SQRT_3*OFFSET, 0.5*OFFSET}, { 0.5*SQRT_3*OFFSET,-0.5*OFFSET},
47 {-0.5*SQRT_3*OFFSET, -0.5*OFFSET}, {-0.5*SQRT_3*OFFSET, 0.5*OFFSET},
49 { 0.5*SQRT_3*OFFSET, 0.5*OFFSET}, { 0.5*SQRT_3*OFFSET,-0.5*OFFSET},
H A Dconfigure.h51 #define SQRT_3 1.732050807568877 macro
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dmscash1_fmt_plug.c73 #define SQRT_3 0x6ed9eba1 macro
189 out[1] -= SQRT_3 + (out[2] ^ out[3] ^ out[0]); in get_binary()
192 out[2]-= SQRT_3 + (out[3] ^ out[0] ^ out[1]) + salt[3]; in get_binary()
195 out[3] -= SQRT_3 + (out[0] ^ out[1] ^ out[2]) + salt[7]; in get_binary()
198 out[3]-=SQRT_3; in get_binary()
378 d += (a ^ b ^ c) + salt_buffer[4] + SQRT_3; d = (d << 9 ) | (d >> 23); in crypt_all()
379 c += (d ^ a ^ b) + salt_buffer[0] + SQRT_3; c = (c << 11) | (c >> 21); in crypt_all()
380 b += (c ^ d ^ a) + salt_buffer[8] + SQRT_3; b = (b << 15) | (b >> 17); in crypt_all()
420 d+=SQRT_3;d = (d << 9 ) | (d >> 23); in cmp_one()
422 c += (d ^ a ^ b) + salt_buffer[1] + SQRT_3; c = (c << 11) | (c >> 21); in cmp_one()
[all …]
H A Dopencl_nt_fmt_plug.c123 #define SQRT_3 0x6ed9eba1 macro
425 out[1] -= SQRT_3 + (out[2] ^ out[3] ^ out[0]); in get_binary()
427 out[1] -= SQRT_3; in get_binary()
/dports/security/john/john-1.9.0-jumbo-1/src/opencl/
H A Dmscash_kernel.cl21 #define SQRT_3 0x6ed9eba1
229 a += MD4_H(b, c, d) + hash[0] + SQRT_3;
231 d += MD4_H2(a, b, c) + salt[4] + SQRT_3;
233 c += MD4_H(d, a, b) + salt[0] + SQRT_3;
235 b += MD4_H2(c, d, a) + salt[8] + SQRT_3;
238 a += MD4_H(b, c, d) + hash[2] + SQRT_3;
242 c += MD4_H(d, a, b) + salt[2] + SQRT_3;
247 a += MD4_H(b, c, d) + hash[1] + SQRT_3;
251 c += MD4_H(d, a, b) + salt[1] + SQRT_3;
256 a += MD4_H(b, c, d) + hash[3] + SQRT_3;
[all …]
H A Dnt_kernel.cl35 #define SQRT_3 0x6ed9eba1
90 …hash[0] += MD4_H(hash[1], hash[2], hash[3]) + nt_buffer[0] + SQRT_3; hash[0] = rotate(hash[0] , 3…
92 …hash[2] += MD4_H(hash[3], hash[0], hash[1]) + nt_buffer[4] + SQRT_3; hash[2] = rotate(hash[2] , 1…
95 …hash[0] += MD4_H(hash[1], hash[2], hash[3]) + nt_buffer[2] + SQRT_3; hash[0] = rotate(hash[0] , 3…
97 …hash[2] += MD4_H(hash[3], hash[0], hash[1]) + nt_buffer[6] + SQRT_3; hash[2] = rotate(hash[2] , 1…
100 …hash[0] += MD4_H(hash[1], hash[2], hash[3]) + nt_buffer[1] + SQRT_3; hash[0] = rotate(hash[0] , 3…
102 …hash[2] += MD4_H(hash[3], hash[0], hash[1]) + nt_buffer[5] + SQRT_3; hash[2] = rotate(hash[2] , 1…
106 tmp += SQRT_3; tmp = rotate(tmp , 15u);
108 hash[0] += MD4_H(hash[3], hash[2], tmp) + nt_buffer[3] + SQRT_3; hash[0] = rotate(hash[0] , 3u );
109 hash[3] += MD4_H2(hash[2], tmp, hash[0]) + nt_buffer[11] + SQRT_3; hash[3] = rotate(hash[3] , 9u );
[all …]
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/definition/
H A Dfractal_menger_prism_shape2.cpp63 z.x -= t * -SQRT_3 - tempOff; in FormulaCode()
69 z.y -= t * -SQRT_3 - tempOff; in FormulaCode()
75 z.z -= t * -SQRT_3 - tempOff; in FormulaCode()
81 z.y -= t * -SQRT_3 - tempOff; in FormulaCode()
87 z.y -= t * -SQRT_3 - tempOff; in FormulaCode()
88 z.z -= t * -SQRT_3 - tempOff; in FormulaCode()
95 z.x -= t * -SQRT_3 - tempOff; in FormulaCode()
96 z.y -= t * -SQRT_3 - tempOff; in FormulaCode()
157 z.x -= t * -SQRT_3; in FormulaCode()
221 z.x -= t * -SQRT_3; in FormulaCode()
[all …]
H A Dfractal_spheretree.cpp42 double innerScale = SQRT_3 / (1.0 + SQRT_3); in FormulaCode()
78 z *= SQRT_3; in FormulaCode()
79 Dd *= SQRT_3; in FormulaCode()
94 double x = z.Dot(-1.0 * n2) * fractal->transformCommon.scaleA2 / SQRT_3; in FormulaCode()
95 double y = z.Dot(-1.0 * n1) * fractal->transformCommon.scaleA2 / SQRT_3; in FormulaCode()
H A Dfractal_spheretree_v2.cpp75 double scl = fractal->transformCommon.functionEnabledwFalse ? SQRT_3 : 1.0; in FormulaCode()
138 double x = z.Dot(-1.0 * n2) * fractal->transformCommon.scaleA2 / SQRT_3; in FormulaCode()
139 double y = z.Dot(-1.0 * n1) * fractal->transformCommon.scaleA2 / SQRT_3; in FormulaCode()
H A Dfractal_menger_cross_mod1.cpp42 z.x -= t * -SQRT_3 - (0.5 * SQRT_3_4); in FormulaCode()
73 z.x -= t * -SQRT_3; in FormulaCode()
/dports/games/xdino/xdino/
H A DDino3dP.h41 #define SQRT_3 1.732050808 macro
42 #define MULTIPLY(a) ((int)((double)a*SQRT_3/2.0))
43 #define DIVIDE(a) ((int)((double)a*2.0/SQRT_3))
/dports/games/xskewb/xskewb/
H A DSkewb3dP.h40 #define SQRT_3 1.732050808 macro
41 #define MULTIPLY(a) ((int)((double)a*SQRT_3/2.0))
42 #define DIVIDE(a) ((int)((double)a*2.0/SQRT_3))
/dports/games/xrubik/xrubik/
H A DRubik3dP.h45 #define SQRT_3 1.732050808 macro
46 #define MULTIPLY(a) ((int)((double)a*SQRT_3/2.0))
47 #define DIVIDE(a) ((int)((double)a*2.0/SQRT_3))
/dports/audio/libnoise/noise/src/
H A Dmathconsts.h42 const double SQRT_3 = 1.7320508075688772935; variable
/dports/games/crack-attack/crack-attack-1.1.14/src/
H A DDisplayer.h437 #define DC_LOSEBAR_LIGHT_VECTOR_X (-1.0f / SQRT_3)
438 #define DC_LOSEBAR_LIGHT_VECTOR_Y (1.0f / SQRT_3)
439 #define DC_LOSEBAR_LIGHT_VECTOR_Z (1.0f / SQRT_3)
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/opencl/
H A Ddefines_cl.h46 #define SQRT_3 1.73205080756887729352744634150587 macro
/dports/graphics/colmap/colmap-3.6/lib/PoissonRecon/
H A DFactor.h33 #define SQRT_3 1.7320508075688772935 macro
H A DFactor.cpp79 double sTheta=sin(theta/3)*sqrQ*SQRT_3/2; in Factor()
99 roots[1][1]= SQRT_3*(s1-s2); in Factor()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/PoissonRecon/
H A DFactor.h33 #define SQRT_3 1.7320508075688772935 macro
H A DFactor.cpp79 double sTheta=sin(theta/3)*sqrQ*SQRT_3/2; in Factor()
99 roots[1][1]= SQRT_3*(s1-s2); in Factor()
/dports/math/pdal/PDAL-2.3.0/vendor/kazhdan/
H A DFactor.h33 #define SQRT_3 1.7320508075688772935 macro
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/filter_poisson/src/
H A DFactor.h33 #define SQRT_3 1.7320508075688772935 macro
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_screened_poisson/Src/
H A DFactor.h33 #define SQRT_3 1.7320508075688772935 macro
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/3rdparty/poisson4/
H A Dfactor.h35 #define SQRT_3 1.7320508075688772935 macro
/dports/audio/libnoise/noise/src/module/
H A Dvoronoi.cpp91 ) * SQRT_3 - 1.0; in GetValue()

123