Home
last modified time | relevance | path

Searched refs:polar (Results 1 – 25 of 4494) sorted by relevance

12345678910>>...180

/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dqs_linres_polar_utils.F241 polar=polar, &
266 polar(:, :) = 2.0_dp*polar(:, :)
316 polar=polar, &
335 WRITE (unit_p, '(T10,A,3F15.5)') "xx,yy,zz", polar(1, 1), polar(2, 2), polar(3, 3)
336 WRITE (unit_p, '(T10,A,3F15.5)') "xy,xz,yz", polar(1, 2), polar(1, 3), polar(2, 3)
337 WRITE (unit_p, '(T10,A,3F15.5)') "yx,zx,zy", polar(2, 1), polar(3, 1), polar(3, 2)
353 WRITE (iounit, '(T2,A,3F15.5)') "POLAR| xx,yy,zz", polar(1, 1), polar(2, 2), polar(3, 3)
551 polar=polar, &
574 polar(1, 1), polar(1, 2), polar(1, 3), &
575 polar(2, 1), polar(2, 2), polar(2, 3), &
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dqs_linres_polar_utils.F241 polar=polar, &
266 polar(:, :) = 2.0_dp*polar(:, :)
316 polar=polar, &
335 WRITE (unit_p, '(T10,A,3F15.5)') "xx,yy,zz", polar(1, 1), polar(2, 2), polar(3, 3)
336 WRITE (unit_p, '(T10,A,3F15.5)') "xy,xz,yz", polar(1, 2), polar(1, 3), polar(2, 3)
337 WRITE (unit_p, '(T10,A,3F15.5)') "yx,zx,zy", polar(2, 1), polar(3, 1), polar(3, 2)
353 WRITE (iounit, '(T2,A,3F15.5)') "POLAR| xx,yy,zz", polar(1, 1), polar(2, 2), polar(3, 3)
551 polar=polar, &
574 polar(1, 1), polar(1, 2), polar(1, 3), &
575 polar(2, 1), polar(2, 2), polar(2, 3), &
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimppolar.c133 gimp_polar_init (GimpPolar *polar) in gimp_polar_init() argument
135 polar->priv = gimp_polar_get_instance_private (polar); in gimp_polar_init()
144 GimpPolar *polar = GIMP_POLAR (object); in gimp_polar_set_property() local
170 GimpPolar *polar = GIMP_POLAR (object); in gimp_polar_get_property() local
192 GimpPolar *polar = GIMP_POLAR (widget); in gimp_polar_expose_event() local
217 polar->priv->angle, polar->priv->radius, in gimp_polar_expose_event()
230 GimpPolar *polar = GIMP_POLAR (widget); in gimp_polar_button_press_event() local
246 g_object_set (polar, in gimp_polar_button_press_event()
271 g_object_set (polar, in gimp_polar_motion_notify_event()
325 if (target != polar->priv->target) in gimp_polar_set_target()
[all …]
/dports/math/R-cran-psych/psych/R/
H A Dpolar.R10 polar <- matrix(0,nrow=n.var,ncol = nf * (nf-1)+1) functionVar
11 …if (!is.null(rownames(fload))) {rownames(polar) <- rownames(fload)} else {rownames(polar) <- paste…
12 colnames(polar) <- rep(NA,nf*(nf-1)+1) #just give it something to play with
14 polar[,1] <- seq(1:n.var)
15 colnames(polar)[1] <- "Var"
22 polar[,k] <- theta %% 360
23 polar[,k+kk] <- vector.length
24 colnames(polar)[k] <- paste("theta",i,j,sep="")
25 colnames(polar)[k+kk] <- paste("vecl",i ,j,sep="")
30 if (sort) {polar <- polar[order(polar[,2]),] }
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/tr1/
H A Dcomplex.hpp121 inline complex<double> polar(const char& rho, const char& theta = 0) in polar() function
122 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
124 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
126 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
127 inline complex<double> polar(const short& rho, const short& theta = 0) in polar() function
128 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
130 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
131 inline complex<double> polar(const int& rho, const int& theta = 0) in polar() function
135 inline complex<double> polar(const long& rho, const long& theta = 0) in polar() function
145 inline complex<double> polar(const __int64& rho, const __int64& theta = 0) in polar() function
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/tr1/
H A Dcomplex.hpp121 inline complex<double> polar(const char& rho, const char& theta = 0) in polar() function
122 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
124 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
126 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
127 inline complex<double> polar(const short& rho, const short& theta = 0) in polar() function
128 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
130 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
131 inline complex<double> polar(const int& rho, const int& theta = 0) in polar() function
135 inline complex<double> polar(const long& rho, const long& theta = 0) in polar() function
145 inline complex<double> polar(const __int64& rho, const __int64& theta = 0) in polar() function
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/tr1/
H A Dcomplex.hpp121 inline complex<double> polar(const char& rho, const char& theta = 0) in polar() function
122 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
124 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
126 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
127 inline complex<double> polar(const short& rho, const short& theta = 0) in polar() function
128 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
130 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
131 inline complex<double> polar(const int& rho, const int& theta = 0) in polar() function
135 inline complex<double> polar(const long& rho, const long& theta = 0) in polar() function
145 inline complex<double> polar(const __int64& rho, const __int64& theta = 0) in polar() function
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/tr1/
H A Dcomplex.hpp121 inline complex<double> polar(const char& rho, const char& theta = 0) in polar() function
122 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
124 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
126 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
127 inline complex<double> polar(const short& rho, const short& theta = 0) in polar() function
128 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
130 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
131 inline complex<double> polar(const int& rho, const int& theta = 0) in polar() function
135 inline complex<double> polar(const long& rho, const long& theta = 0) in polar() function
145 inline complex<double> polar(const __int64& rho, const __int64& theta = 0) in polar() function
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/tr1/
H A Dcomplex.hpp121 inline complex<double> polar(const char& rho, const char& theta = 0) in polar() function
122 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
124 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
126 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
127 inline complex<double> polar(const short& rho, const short& theta = 0) in polar() function
128 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
130 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
131 inline complex<double> polar(const int& rho, const int& theta = 0) in polar() function
135 inline complex<double> polar(const long& rho, const long& theta = 0) in polar() function
145 inline complex<double> polar(const __int64& rho, const __int64& theta = 0) in polar() function
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/tr1/
H A Dcomplex.hpp121 inline complex<double> polar(const char& rho, const char& theta = 0) in polar() function
122 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
124 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
126 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
127 inline complex<double> polar(const short& rho, const short& theta = 0) in polar() function
128 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
130 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
131 inline complex<double> polar(const int& rho, const int& theta = 0) in polar() function
135 inline complex<double> polar(const long& rho, const long& theta = 0) in polar() function
145 inline complex<double> polar(const __int64& rho, const __int64& theta = 0) in polar() function
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/tr1/
H A Dcomplex.hpp121 inline complex<double> polar(const char& rho, const char& theta = 0) in polar() function
122 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
124 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
126 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
127 inline complex<double> polar(const short& rho, const short& theta = 0) in polar() function
128 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
130 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
131 inline complex<double> polar(const int& rho, const int& theta = 0) in polar() function
135 inline complex<double> polar(const long& rho, const long& theta = 0) in polar() function
145 inline complex<double> polar(const __int64& rho, const __int64& theta = 0) in polar() function
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/tr1/
H A Dcomplex.hpp121 inline complex<double> polar(const char& rho, const char& theta = 0) in polar() function
122 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
124 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
126 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
127 inline complex<double> polar(const short& rho, const short& theta = 0) in polar() function
128 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
130 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
131 inline complex<double> polar(const int& rho, const int& theta = 0) in polar() function
135 inline complex<double> polar(const long& rho, const long& theta = 0) in polar() function
145 inline complex<double> polar(const __int64& rho, const __int64& theta = 0) in polar() function
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/tr1/
H A Dcomplex.hpp121 inline complex<double> polar(const char& rho, const char& theta = 0) in polar() function
122 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
124 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
126 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
127 inline complex<double> polar(const short& rho, const short& theta = 0) in polar() function
128 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
130 { return ::std::polar(static_cast<double>(rho), static_cast<double>(theta)); } in polar()
131 inline complex<double> polar(const int& rho, const int& theta = 0) in polar() function
135 inline complex<double> polar(const long& rho, const long& theta = 0) in polar() function
145 inline complex<double> polar(const __int64& rho, const __int64& theta = 0) in polar() function
[all …]
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/core/complex/
H A Dpolar_spec.rb5 Complex.polar(50, 60).should be_close(Complex(-47.6206490207578, -15.2405310551108), TOLERANCE)
6 Complex.polar(-10, -20).should be_close(Complex(-4.08082061813392, 9.12945250727628), TOLERANCE)
10 lambda{ Complex.polar(nil) }.should raise_error(TypeError)
11 lambda{ Complex.polar(nil, nil) }.should raise_error(TypeError)
18 a.polar.size.should == 2
19 a.polar.first.should == 5.0
20 a.polar.last.should be_close(0.927295218001612, TOLERANCE)
23 b.polar.size.should == 2
24 b.polar.first.should be_close(5.86003412959345, TOLERANCE)
25 b.polar.last.should be_close(2.21088447955664, TOLERANCE)
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Dcoord.cc25 void Coord::setFromPolar(PolarCoord polar) in setFromPolar() argument
27 while (polar.angle < 0.f) { in setFromPolar()
28 polar.angle += 360.f; in setFromPolar()
31 while (polar.angle > 360.f) { in setFromPolar()
32 polar.angle -= 360.f; in setFromPolar()
35 x = polar.radius * cos(polar.angle / 180.f * M_PI); in setFromPolar()
36 y = polar.radius * sin(polar.angle / 180.f * M_PI); in setFromPolar()
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/graphics/
H A Dmath-extra.c39 struct vec3 polar; in cart_to_polar() local
40 polar.z = vec3_len(v); in cart_to_polar()
42 if (close_float(polar.z, 0.0f, EPSILON)) { in cart_to_polar()
43 vec3_zero(&polar); in cart_to_polar()
45 polar.x = asinf(v->y / polar.z); in cart_to_polar()
46 polar.y = atan2f(v->x, v->z); in cart_to_polar()
49 vec3_copy(dst, &polar); in cart_to_polar()
60 float sinx = sinf(polar->x); in polar_to_norm()
62 dst->x = sinx * cosf(polar->y); in polar_to_norm()
63 dst->y = sinx * sinf(polar->y); in polar_to_norm()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/libproj4/vtklibproj4/
H A Dproj_goode.c32 struct PROJconsts *polar;
47 xy = P->polar->fwd(lp, P->polar);
57 lp = P->polar->inv(xy, P->polar);
65 if (P->polar)
66 (*(P->polar->pfree))(P->polar);
105 P->equi = P->polar = 0;
107 if (!(P->equi = proj_equi[n](0)) || !(P->polar = proj_polar[n](0)))
109 if (!(P->equi = proj_equi[n](P->equi)) || !(P->polar = proj_polar[n](P->polar)))
/dports/net/krill/krill-0.9.4/cargo-crates/polar-core-0.12.4/benches/benchmarks/
H A Drunner.rs2 use polar_core::{events::*, kb::Bindings, polar::Polar, polar::Query};
5 let polar = Polar::new(); in runner_from_query() localVariable
7 let query = polar.new_query_from_term(query_term, false); in runner_from_query()
8 Runner::new(polar, query) in runner_from_query()
13 polar: Polar, field
19 pub fn new(polar: Polar, query: Query) -> Self { in new()
21 polar, in new()
63 &self.polar in deref()
/dports/math/analitza/analitza-21.12.3/analitzaplot/private/utils/
H A Dmathutils.cpp34 QPointF polarToCartesian(double radial, double polar) in polarToCartesian() argument
36 return QPointF(radial*std::cos(polar), radial*std::sin(polar)); in polarToCartesian()
39 void cartesianToPolar(double x, double y, double &radial, double &polar) in cartesianToPolar() argument
42 polar = std::atan2(y,x); in cartesianToPolar()
45 QVector3D cylindricalToCartesian(double radial, double polar, double height) in cylindricalToCartesian() argument
47 return QVector3D(radial*std::cos(polar), radial*std::sin(polar), height); in cylindricalToCartesian()
50 QVector3D sphericalToCartesian(double radial, double azimuth, double polar) in sphericalToCartesian() argument
52 …ctor3D(radial*std::cos(azimuth)*std::sin(polar), radial*std::sin(azimuth)*std::sin(polar), radial*… in sphericalToCartesian()
/dports/biology/emboss/EMBOSS-6.6.0/doc/programs/master/emboss/apps/inc/
H A Dinforesidue.output11 D Asp aspartate -1.0 115.0886 small,polar D
12 E Glu glutamate -1.0 129.1155 polar E
15 H His histidine +0.5 137.1411 aromatic,polar H
18 K Lys lysine +1.0 128.1741 polar K
21 N Asn asparagine 0.0 114.1038 small,polar N
22 O --- pyrrolysine +1.0 237.3018 polar O
24 Q Gln glutamine 0.0 128.1307 polar Q
25 R Arg arginine +1.0 156.1875 polar R
26 S Ser serine 0.0 87.0782 tiny,small,polar S
27 T Thr threonine 0.0 101.1051 tiny,small,polar T
[all …]
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/core/numeric/
H A Dpolar_spec.rb20 number.polar.should be_an_instance_of(Array)
21 number.polar.size.should == 2
27 number.polar.first.should == number.abs
34 number.polar.last.should == 0
41 number.polar.last.should == Math::PI
46 nan_value.polar.size.should == 2
47 nan_value.polar.first.nan?.should be_true
48 nan_value.polar.last.nan?.should be_true
/dports/math/py-cryptominisat/cryptominisat-5.8.0/src/
H A Dlucky.cpp102 bool CMSat::Lucky::check_all(bool polar) in check_all() argument
110 if (!lit.sign() == polar) { in check_all()
131 if (!l.sign() == polar) { in check_all()
145 x.polarity = polar; in check_all()
146 x.best_polarity = polar; in check_all()
162 bool CMSat::Lucky::search_fwd_sat(bool polar) in search_fwd_sat() argument
174 Lit lit = Lit(i, !polar); in search_fwd_sat()
221 bool CMSat::Lucky::search_backw_sat(bool polar) in search_backw_sat() argument
237 Lit lit = Lit(i, !polar); in search_backw_sat()
255 bool CMSat::Lucky::horn_sat(bool polar) in horn_sat() argument
[all …]
/dports/math/cryptominisat/cryptominisat-5.8.0/src/
H A Dlucky.cpp102 bool CMSat::Lucky::check_all(bool polar) in check_all() argument
110 if (!lit.sign() == polar) { in check_all()
131 if (!l.sign() == polar) { in check_all()
145 x.polarity = polar; in check_all()
146 x.best_polarity = polar; in check_all()
162 bool CMSat::Lucky::search_fwd_sat(bool polar) in search_fwd_sat() argument
174 Lit lit = Lit(i, !polar); in search_fwd_sat()
221 bool CMSat::Lucky::search_backw_sat(bool polar) in search_backw_sat() argument
237 Lit lit = Lit(i, !polar); in search_backw_sat()
255 bool CMSat::Lucky::horn_sat(bool polar) in horn_sat() argument
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/test/bat/
H A Dcheck_hue.bat13 %program_TC% %left_folder%\rgb-polar-acos.tga %right_folder%\rgb-polar-acos.tga %target_fol…
14 %program_TC% %left_folder%\rgb-polar-atan2.tga %right_folder%\rgb-polar-atan2.tga %target_fol…
15 %program_TC% %left_folder%\rgb-polar-default.tga %right_folder%\rgb-polar-default.tga %target_fol…
/dports/science/tinker/tinker/example/
H A Dnitrate.prm38 polar-12-scale 0.0
39 polar-13-scale 0.0
40 polar-14-scale 1.0
41 polar-15-scale 1.0
42 polar-12-intra 0.0
43 polar-13-intra 0.0
44 polar-14-intra 0.5
45 polar-15-intra 1.0

12345678910>>...180