Home
last modified time | relevance | path

Searched refs:cos1 (Results 1 – 25 of 271) sorted by relevance

1234567891011

/dports/science/afni/afni-AFNI_21.3.16/src/3DEdge/src/
H A Drecline.c286 sumC = c1 * exp( b1 ) - c1 * cos1 * cos1 * exp( b1 ); in InitRecursiveCoefficients()
313 aux += 8.0 * cos1 * cos1 * cos1 * exp( 3.0 * b1 ) in InitRecursiveCoefficients()
314 - 12.0 * cos1 * cos1 * exp( 4.0 * b1 ); in InitRecursiveCoefficients()
318 aux -= ( 1.0 + 12.0 * cos1 * cos1 * exp( 2.0 * b1 ) ); in InitRecursiveCoefficients()
320 + c1 * cos1 * cos1 * exp( 4.0 * b1 ); in InitRecursiveCoefficients()
322 + 6.0 * c1 * cos1 * cos1 * exp( 2.0 * b1 ) ); in InitRecursiveCoefficients()
323 sumC += 2.0 * c1 * cos1 * cos1 * cos1 * exp( b1 ) in InitRecursiveCoefficients()
325 sumC += 2.0 * c1 * cos1 * cos1 * cos1 * exp( 3.0 * b1 ) in InitRecursiveCoefficients()
327 sumC += c1 * cos1 * cos1 - c1 * exp( 4.0 * b1 ); in InitRecursiveCoefficients()
328 sumC += 2.0 * c0 * sin1 * cos1 * cos1 * exp( b1 ) in InitRecursiveCoefficients()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/ImageIO/
H A Drecline_impl.h323 sumC = c1 * exp( b1 ) - c1 * cos1 * cos1 * exp( b1 ); in InitRecursiveCoefficients()
350 aux += 8.0 * cos1 * cos1 * cos1 * exp( 3.0 * b1 ) in InitRecursiveCoefficients()
351 - 12.0 * cos1 * cos1 * exp( 4.0 * b1 ); in InitRecursiveCoefficients()
355 aux -= ( 1.0 + 12.0 * cos1 * cos1 * exp( 2.0 * b1 ) ); in InitRecursiveCoefficients()
357 + c1 * cos1 * cos1 * exp( 4.0 * b1 ); in InitRecursiveCoefficients()
359 + 6.0 * c1 * cos1 * cos1 * exp( 2.0 * b1 ) ); in InitRecursiveCoefficients()
360 sumC += 2.0 * c1 * cos1 * cos1 * cos1 * exp( b1 ) in InitRecursiveCoefficients()
362 sumC += 2.0 * c1 * cos1 * cos1 * cos1 * exp( 3.0 * b1 ) in InitRecursiveCoefficients()
364 sumC += c1 * cos1 * cos1 - c1 * exp( 4.0 * b1 ); in InitRecursiveCoefficients()
365 sumC += 2.0 * c0 * sin1 * cos1 * cos1 * exp( b1 ) in InitRecursiveCoefficients()
[all …]
/dports/math/gap/gap-4.11.0/tst/testbugfix/
H A D2018-08-08-bicosets.tst6 gap> cos1 := RightCoset(U, (1,2));;
8 gap> IsBiCoset(cos1);
14 gap> cos1*cos1 = cos1;
16 gap> cos1*cos2 = cos2;
18 gap> cos2*cos1;
22 gap> cos1^-1 = cos1;
/dports/graphics/rayshade/rayshade.4.0/libray/libcommon/
H A Dvecmath.c94 Refract(dir, from_index, to_index, I, N, cos1) in Refract() argument
95 Float from_index, to_index, cos1; in Refract()
101 if (cos1 < 0.) {
108 cos1 = -cos1;
113 cos2 = 1. - kn*kn*(1. - cos1*cos1);
116 k = kn * cos1 - sqrt((double)cos2);
/dports/science/tinker/tinker/source/
H A Dxyzatm.f28 real*8 sin1,cos1,sin2,cos2 local
45 cos1 = cos(rad1)
83 ztmp = rab - bond*cos1
116 x(i) = x(ia) + bond * (xu*sin1*cos2 + xt*sin1*sin2 - xab*cos1)
117 y(i) = y(ia) + bond * (yu*sin1*cos2 + yt*sin1*sin2 - yab*cos1)
118 z(i) = z(ia) + bond * (zu*sin1*cos2 + zt*sin1*sin2 - zab*cos1)
130 ztmp = rab - bond*cos1
166 a = (-cos2 - cosine*cos1) / sine2
167 b = (cos1 + cosine*cos2) / sine2
168 c = (1.0d0 + a*cos2 - b*cos1) / sine2
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/rendering/
H A DMatrixGL.cpp117 GLfloat cos1 = 1 - cosine; in Rotatef() local
118 GLfloat a = (x*x*cos1) + cosine; in Rotatef()
119 GLfloat b = (x*y*cos1) - (z*sine); in Rotatef()
120 GLfloat c = (x*z*cos1) + (y*sine); in Rotatef()
121 GLfloat d = (y*x*cos1) + (z*sine); in Rotatef()
122 GLfloat e = (y*y*cos1) + cosine; in Rotatef()
123 GLfloat f = (y*z*cos1) - (x*sine); in Rotatef()
124 GLfloat g = (z*x*cos1) - (y*sine); in Rotatef()
125 GLfloat h = (z*y*cos1) + (x*sine); in Rotatef()
126 GLfloat i = (z*z*cos1) + cosine; in Rotatef()
/dports/emulators/vice/vice-3.5/src/lib/liblame/mpglib/
H A Ddct64_i386.c181 real const cos1 = pnts[3][1]; in dct64_1() local
186 b2[0x02] = (b1[0x01] - b1[0x02]) * cos1; in dct64_1()
191 b2[0x06] = (b1[0x06] - b1[0x05]) * cos1; in dct64_1()
196 b2[0x0A] = (b1[0x09] - b1[0x0A]) * cos1; in dct64_1()
201 b2[0x0E] = (b1[0x0E] - b1[0x0D]) * cos1; in dct64_1()
206 b2[0x12] = (b1[0x11] - b1[0x12]) * cos1; in dct64_1()
211 b2[0x16] = (b1[0x16] - b1[0x15]) * cos1; in dct64_1()
216 b2[0x1A] = (b1[0x19] - b1[0x1A]) * cos1; in dct64_1()
221 b2[0x1E] = (b1[0x1E] - b1[0x1D]) * cos1; in dct64_1()
/dports/audio/lame/lame-3.100/mpglib/
H A Ddct64_i386.c181 real const cos1 = pnts[3][1]; in dct64_1() local
186 b2[0x02] = (b1[0x01] - b1[0x02]) * cos1; in dct64_1()
191 b2[0x06] = (b1[0x06] - b1[0x05]) * cos1; in dct64_1()
196 b2[0x0A] = (b1[0x09] - b1[0x0A]) * cos1; in dct64_1()
201 b2[0x0E] = (b1[0x0E] - b1[0x0D]) * cos1; in dct64_1()
206 b2[0x12] = (b1[0x11] - b1[0x12]) * cos1; in dct64_1()
211 b2[0x16] = (b1[0x16] - b1[0x15]) * cos1; in dct64_1()
216 b2[0x1A] = (b1[0x19] - b1[0x1A]) * cos1; in dct64_1()
221 b2[0x1E] = (b1[0x1E] - b1[0x1D]) * cos1; in dct64_1()
/dports/audio/aacgain/aacgain-1.8/mp3gain/mpglibDBL/
H A Ddct64_i386.c158 register real const cos1 = pnts[3][1]; in dct64_1() local
163 b2[0x02] = (b1[0x01] - b1[0x02]) * cos1; in dct64_1()
168 b2[0x06] = (b1[0x06] - b1[0x05]) * cos1; in dct64_1()
173 b2[0x0A] = (b1[0x09] - b1[0x0A]) * cos1; in dct64_1()
178 b2[0x0E] = (b1[0x0E] - b1[0x0D]) * cos1; in dct64_1()
183 b2[0x12] = (b1[0x11] - b1[0x12]) * cos1; in dct64_1()
188 b2[0x16] = (b1[0x16] - b1[0x15]) * cos1; in dct64_1()
193 b2[0x1A] = (b1[0x19] - b1[0x1A]) * cos1; in dct64_1()
198 b2[0x1E] = (b1[0x1E] - b1[0x1D]) * cos1; in dct64_1()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/mpglib/
H A Ddct64_i386.c181 real const cos1 = pnts[3][1]; in dct64_1() local
186 b2[0x02] = (b1[0x01] - b1[0x02]) * cos1; in dct64_1()
191 b2[0x06] = (b1[0x06] - b1[0x05]) * cos1; in dct64_1()
196 b2[0x0A] = (b1[0x09] - b1[0x0A]) * cos1; in dct64_1()
201 b2[0x0E] = (b1[0x0E] - b1[0x0D]) * cos1; in dct64_1()
206 b2[0x12] = (b1[0x11] - b1[0x12]) * cos1; in dct64_1()
211 b2[0x16] = (b1[0x16] - b1[0x15]) * cos1; in dct64_1()
216 b2[0x1A] = (b1[0x19] - b1[0x1A]) * cos1; in dct64_1()
221 b2[0x1E] = (b1[0x1E] - b1[0x1D]) * cos1; in dct64_1()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/libsrc/almp3-2.0.5/decoder/
H A Ddct64_i386.c147 register real const cos1 = pnts[3][1]; in dct64_1() local
152 b2[0x02] = (b1[0x01] - b1[0x02]) * cos1; in dct64_1()
157 b2[0x06] = (b1[0x06] - b1[0x05]) * cos1; in dct64_1()
162 b2[0x0A] = (b1[0x09] - b1[0x0A]) * cos1; in dct64_1()
167 b2[0x0E] = (b1[0x0E] - b1[0x0D]) * cos1; in dct64_1()
172 b2[0x12] = (b1[0x11] - b1[0x12]) * cos1; in dct64_1()
177 b2[0x16] = (b1[0x16] - b1[0x15]) * cos1; in dct64_1()
182 b2[0x1A] = (b1[0x19] - b1[0x1A]) * cos1; in dct64_1()
187 b2[0x1E] = (b1[0x1E] - b1[0x1D]) * cos1; in dct64_1()
/dports/audio/sdl_sound/SDL_sound-1.0.3/decoders/mpglib/
H A Ddct64_i386.c148 register real const cos1 = pnts[3][1]; in dct64_1() local
153 b2[0x02] = (b1[0x01] - b1[0x02]) * cos1; in dct64_1()
158 b2[0x06] = (b1[0x06] - b1[0x05]) * cos1; in dct64_1()
163 b2[0x0A] = (b1[0x09] - b1[0x0A]) * cos1; in dct64_1()
168 b2[0x0E] = (b1[0x0E] - b1[0x0D]) * cos1; in dct64_1()
173 b2[0x12] = (b1[0x11] - b1[0x12]) * cos1; in dct64_1()
178 b2[0x16] = (b1[0x16] - b1[0x15]) * cos1; in dct64_1()
183 b2[0x1A] = (b1[0x19] - b1[0x1A]) * cos1; in dct64_1()
188 b2[0x1E] = (b1[0x1E] - b1[0x1D]) * cos1; in dct64_1()
/dports/math/scilab/scilab-6.1.1/scilab/modules/signal_processing/macros/
H A Diirmod.sci30 cos1=[];cos2=[];sin1=[];sin2=[];
31 for k=(n2-n3),cos1=[cos1 cos(k)];sin1=[sin1 sin(k)];end;
35 k1=n4-2*n1.*cos1;k2=n4-2*n1.*cos2;
43 grrampl=(n1-cos1)./k1+(n1-cos2)./k2;
H A Diirgroup.sci30 c=cw.*.ct;s=sw.*.st;cos1=c+s;cos2=c-s;
34 k1=n4-2*n1.*cos1;k2=n4-2*n1*cos2;
38 c1=cos1(1:m,:);c2=cos1(m+1:2*m,:);c3=cos2(1:m,:);c4=cos2(m+1:2*m,:);
45 grrgrp=(n4.*cos1-2*n1)./k1+(n4.*cos2-2*n1)./k2;
/dports/audio/mpg123/mpg123-1.29.3/src/libmpg123/
H A Ddct64_i386.c155 register real const cos1 = pnts[3][1]; in dct64_1() local
160 b2[0x02] = REAL_MUL(b1[0x01] - b1[0x02], cos1); in dct64_1()
165 b2[0x06] = REAL_MUL(b1[0x06] - b1[0x05], cos1); in dct64_1()
170 b2[0x0A] = REAL_MUL(b1[0x09] - b1[0x0A], cos1); in dct64_1()
175 b2[0x0E] = REAL_MUL(b1[0x0E] - b1[0x0D], cos1); in dct64_1()
180 b2[0x12] = REAL_MUL(b1[0x11] - b1[0x12], cos1); in dct64_1()
185 b2[0x16] = REAL_MUL(b1[0x16] - b1[0x15], cos1); in dct64_1()
190 b2[0x1A] = REAL_MUL(b1[0x19] - b1[0x1A], cos1); in dct64_1()
195 b2[0x1E] = REAL_MUL(b1[0x1E] - b1[0x1D], cos1); in dct64_1()
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/mpg123/
H A Ddct64_i386.c155 register real const cos1 = pnts[3][1]; in dct64_1() local
160 b2[0x02] = REAL_MUL(b1[0x01] - b1[0x02], cos1); in dct64_1()
165 b2[0x06] = REAL_MUL(b1[0x06] - b1[0x05], cos1); in dct64_1()
170 b2[0x0A] = REAL_MUL(b1[0x09] - b1[0x0A], cos1); in dct64_1()
175 b2[0x0E] = REAL_MUL(b1[0x0E] - b1[0x0D], cos1); in dct64_1()
180 b2[0x12] = REAL_MUL(b1[0x11] - b1[0x12], cos1); in dct64_1()
185 b2[0x16] = REAL_MUL(b1[0x16] - b1[0x15], cos1); in dct64_1()
190 b2[0x1A] = REAL_MUL(b1[0x19] - b1[0x1A], cos1); in dct64_1()
195 b2[0x1E] = REAL_MUL(b1[0x1E] - b1[0x1D], cos1); in dct64_1()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/libmpg123/
H A Ddct64_i386.c155 register real const cos1 = pnts[3][1]; in dct64_1() local
160 b2[0x02] = REAL_MUL(b1[0x01] - b1[0x02], cos1); in dct64_1()
165 b2[0x06] = REAL_MUL(b1[0x06] - b1[0x05], cos1); in dct64_1()
170 b2[0x0A] = REAL_MUL(b1[0x09] - b1[0x0A], cos1); in dct64_1()
175 b2[0x0E] = REAL_MUL(b1[0x0E] - b1[0x0D], cos1); in dct64_1()
180 b2[0x12] = REAL_MUL(b1[0x11] - b1[0x12], cos1); in dct64_1()
185 b2[0x16] = REAL_MUL(b1[0x16] - b1[0x15], cos1); in dct64_1()
190 b2[0x1A] = REAL_MUL(b1[0x19] - b1[0x1A], cos1); in dct64_1()
195 b2[0x1E] = REAL_MUL(b1[0x1E] - b1[0x1D], cos1); in dct64_1()
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/intern/
H A Dgpu_immediate_util.c450 const float cos1 = cosf(angle1); in imm_draw_cylinder_fill_normal_3d() local
465 const float v3[3] = {r2 * cos1, r2 * sin1, h2}; in imm_draw_cylinder_fill_normal_3d()
466 const float v4[3] = {r1 * cos1, r1 * sin1, h1}; in imm_draw_cylinder_fill_normal_3d()
472 n1[0] = cos1; in imm_draw_cylinder_fill_normal_3d()
506 const float cos1 = cosf(angle1); in imm_draw_cylinder_wire_3d() local
521 const float v3[3] = {r2 * cos1, r2 * sin1, h2}; in imm_draw_cylinder_wire_3d()
522 const float v4[3] = {r1 * cos1, r1 * sin1, h1}; in imm_draw_cylinder_wire_3d()
544 const float cos1 = cosf(angle1); in imm_draw_cylinder_fill_3d() local
559 const float v3[3] = {r2 * cos1, r2 * sin1, h2}; in imm_draw_cylinder_fill_3d()
560 const float v4[3] = {r1 * cos1, r1 * sin1, h1}; in imm_draw_cylinder_fill_3d()
/dports/graphics/gegl/gegl-0.4.34/operations/common/
H A Dedge-neon.c372 gdouble w0n, w1n, cos0, cos1, sin0, sin1, b0n, b1n;
392 cos1 = cos (w1n);
399 …n_p[3] = exp (-b1n - 2 * b0n) * (c1 * sin1 - cos1 * c0) + exp (-b0n - 2 * b1n) * (a1 * sin0 - cos0…
400 …n_p[2] = 2 * exp (-b0n - b1n) * ((a0 + c0) * cos1 * cos0 - cos1 * a1 * sin0 - cos0 * c1 * sin1) + …
401 …n_p[1] = exp (-b1n) * (c1 * sin1 - (c0 + 2 * a0) * cos1) + exp (-b0n) * (a1 * sin0 - (2 * c0 + a0)…
405 d_p[3] = -2 * cos0 * exp (-b0n - 2 * b1n) - 2 * cos1 * exp (-b1n - 2 * b0n);
406 d_p[2] = 4 * cos1 * cos0 * exp (-b0n - b1n) + exp (-2 * b1n) + exp (-2 * b0n);
407 d_p[1] = -2 * exp (-b1n) * cos1 - 2 * exp (-b0n) * cos0;
/dports/astro/gpstk/GPSTk-8.0.0/ext/lib/Geomatics/
H A DAtmLoadTides.cpp231 const double cos1(::cos(w1*dayfr)); in computeDisplacement() local
248 dc[2] = coeff[0]*cos1 + coeff[1]*sin1 + coeff[2]*cos2 + coeff[3]*sin2; in computeDisplacement()
249 dc[0] = coeff[4]*cos1 + coeff[5]*sin1 + coeff[6]*cos2 + coeff[7]*sin2; in computeDisplacement()
250 dc[1] = coeff[8]*cos1 + coeff[9]*sin1 + coeff[10]*cos2 + coeff[11]*sin2; in computeDisplacement()
/dports/astro/libnova/libnova-0.15.0/src/
H A Daberration.c47 double cos1; member
254 …X += (x_coefficients[i].sin1 + x_coefficients[i].sin2 * T) * sin (A) + (x_coefficients[i].cos1 + x… in ln_get_equ_aber()
255 …Y += (y_coefficients[i].sin1 + y_coefficients[i].sin2 * T) * sin (A) + (y_coefficients[i].cos1 + y… in ln_get_equ_aber()
256 …Z += (z_coefficients[i].sin1 + z_coefficients[i].sin2 * T) * sin (A) + (z_coefficients[i].cos1 + z… in ln_get_equ_aber()
/dports/math/opensolaris-libm/opensolaris-libm-2017.01.31/usr/src/libm/src/i386/common/
H A Dcos.s53 je .cos1
62 .cos1: label
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/types/
H A DOptCoercion.hs650 mkTyConAppCo r1 tc1 (opt_transList is cos1 cos2)
662 opt_trans_rule is co1@(TyConAppCo r tc cos1) co2
664 = ASSERT( cos1 `equalLength` cos2 )
666 mkTyConAppCo r tc (opt_transList is cos1 cos2)
669 | Just cos1 <- etaTyConAppCo_maybe tc co1
670 = ASSERT( cos1 `equalLength` cos2 )
672 mkTyConAppCo r tc (opt_transList is cos1 cos2)
743 | Just (sym, con, ind, cos1) <- co1_is_axiom_maybe
751 | Just (sym, con, ind, cos1) <- co1_is_axiom_maybe
761 , Just cos1 <- matchAxiom (not sym) con ind co1
[all …]
/dports/lang/ghc/ghc-8.10.7/compiler/types/
H A DOptCoercion.hs650 mkTyConAppCo r1 tc1 (opt_transList is cos1 cos2)
662 opt_trans_rule is co1@(TyConAppCo r tc cos1) co2
664 = ASSERT( cos1 `equalLength` cos2 )
666 mkTyConAppCo r tc (opt_transList is cos1 cos2)
669 | Just cos1 <- etaTyConAppCo_maybe tc co1
670 = ASSERT( cos1 `equalLength` cos2 )
672 mkTyConAppCo r tc (opt_transList is cos1 cos2)
743 | Just (sym, con, ind, cos1) <- co1_is_axiom_maybe
751 | Just (sym, con, ind, cos1) <- co1_is_axiom_maybe
761 , Just cos1 <- matchAxiom (not sym) con ind co1
[all …]
/dports/java/cryptix-jce/src/cryptix.jce.test/
H A DTestCipherStream.java168 CipherOutputStream cos1, cos2; in test3() local
181 cos1 = new CipherOutputStream(fos, d); in test3()
182 cos2 = new CipherOutputStream(cos1, c); in test3()
189 cos1.close(); in test3()

1234567891011