Home
last modified time | relevance | path

Searched refs:shape (Results 176 – 200 of 30654) sorted by relevance

12345678910>>...1227

/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/samples/ogl/studio/
H A Dsymbols.cpp39 m_shape = shape; in csSymbol()
117 shape->AssignNewIds(); in InitSymbols()
118 shape->SetEventHandler(new csEvtHandler(shape, shape, wxEmptyString)); in InitSymbols()
123 shape->AssignNewIds(); in InitSymbols()
124 shape->SetEventHandler(new csEvtHandler(shape, shape, wxEmptyString)); in InitSymbols()
130 shape->SetEventHandler(new csEvtHandler(shape, shape, wxEmptyString)); in InitSymbols()
136 shape->SetEventHandler(new csEvtHandler(shape, shape, wxEmptyString)); in InitSymbols()
142 shape->SetEventHandler(new csEvtHandler(shape, shape, wxEmptyString)); in InitSymbols()
148 shape->SetEventHandler(new csEvtHandler(shape, shape, wxEmptyString)); in InitSymbols()
154 shape->SetEventHandler(new csEvtHandler(shape, shape, wxEmptyString)); in InitSymbols()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/samples/ogl/studio/
H A Dsymbols.cpp39 m_shape = shape; in csSymbol()
117 shape->AssignNewIds(); in InitSymbols()
118 shape->SetEventHandler(new csEvtHandler(shape, shape, wxEmptyString)); in InitSymbols()
123 shape->AssignNewIds(); in InitSymbols()
124 shape->SetEventHandler(new csEvtHandler(shape, shape, wxEmptyString)); in InitSymbols()
130 shape->SetEventHandler(new csEvtHandler(shape, shape, wxEmptyString)); in InitSymbols()
136 shape->SetEventHandler(new csEvtHandler(shape, shape, wxEmptyString)); in InitSymbols()
142 shape->SetEventHandler(new csEvtHandler(shape, shape, wxEmptyString)); in InitSymbols()
148 shape->SetEventHandler(new csEvtHandler(shape, shape, wxEmptyString)); in InitSymbols()
154 shape->SetEventHandler(new csEvtHandler(shape, shape, wxEmptyString)); in InitSymbols()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/samples/ogl/studio/
H A Dsymbols.cpp39 m_shape = shape; in csSymbol()
117 shape->AssignNewIds(); in InitSymbols()
118 shape->SetEventHandler(new csEvtHandler(shape, shape, wxEmptyString)); in InitSymbols()
123 shape->AssignNewIds(); in InitSymbols()
124 shape->SetEventHandler(new csEvtHandler(shape, shape, wxEmptyString)); in InitSymbols()
130 shape->SetEventHandler(new csEvtHandler(shape, shape, wxEmptyString)); in InitSymbols()
136 shape->SetEventHandler(new csEvtHandler(shape, shape, wxEmptyString)); in InitSymbols()
142 shape->SetEventHandler(new csEvtHandler(shape, shape, wxEmptyString)); in InitSymbols()
148 shape->SetEventHandler(new csEvtHandler(shape, shape, wxEmptyString)); in InitSymbols()
154 shape->SetEventHandler(new csEvtHandler(shape, shape, wxEmptyString)); in InitSymbols()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/code-generation/generator/src/main/resources/com/amazonaws/util/awsclientgenerator/velocity/cpp/queryxml/
H A DQueryXmlSubObjectSource.vm105 #if($member.shape.listMember.shape.structure)
113 #elseif($member.shape.listMember.shape.blob)
145 #if($member.shape.mapKey.shape.string)
149 #elseif($member.shape.mapKey.shape.enum)
153 #elseif($member.shape.mapKey.shape.double)
155 #elseif($member.shape.mapKey.shape.boolean)
163 #if($member.shape.mapValue.shape.string)
167 #elseif($member.shape.mapValue.shape.enum)
286 #if($member.shape.mapKey.shape.string)
290 #elseif($member.shape.mapKey.shape.enum)
[all …]
/dports/graphics/py-pydot/pydot-1.4.2/test/graphs/
H A Dshapes.dot2 a [shape=box]
3 b [shape=polygon]
4 c [shape=ellipse]
5 d [shape=circle]
6 e [shape=point]
7 f [shape=egg]
8 g [shape=triangle]
10 i [shape=diamond]
13 l [shape=house]
27 z [shape=rect]
[all …]
/dports/graphics/py-pydotplus/pydotplus-2.0.2/test/graphs/
H A Dshapes.dot2 a [shape=box]
3 b [shape=polygon]
4 c [shape=ellipse]
5 d [shape=circle]
6 e [shape=point]
7 f [shape=egg]
8 g [shape=triangle]
10 i [shape=diamond]
13 l [shape=house]
27 z [shape=rect]
[all …]
/dports/devel/stylua/StyLua-0.11.0/src/formatters/
H A Dluau.rs21 shape::Shape,
46 shape: Shape, in format_compound_assignment()
55 let shape = shape in format_compound_assignment() localVariable
124 let shape = shape.reset() + 1; // 1 = ")" in format_type_info() localVariable
284 let shape = shape + 6; // 6 = "typeof" in format_type_info() localVariable
384 shape in format_type_argument()
480 shape, in format_type_declaration()
488 let shape = shape + 5; // 5 = "type " in format_type_declaration() localVariable
490 let shape = shape + type_name.to_string().len(); in format_type_declaration() localVariable
509 let shape = shape.increment_additional_indent(); in format_type_declaration() localVariable
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/math/distributions/
H A Dpareto.hpp184 RealType shape = dist.shape(); in pdf() local
193 result = shape * pow(scale, shape) / pow(x, shape+1); in pdf()
203 RealType shape = dist.shape(); in cdf() local
227 RealType shape = dist.shape(); in quantile() local
340 RealType shape = dist.shape(); in variance() local
349 ((shape - 1) * (shape - 1) * (shape - 2)); in variance()
365 RealType shape = dist.shape(); in skewness() local
398 result = 3 * ((shape - 2) * (3 * shape * shape + shape + 2)) / in kurtosis()
399 (shape * (shape - 3) * (shape - 4)); in kurtosis()
422 result = 6 * ((shape * shape * shape) + (shape * shape) - 6 * shape - 2) / in kurtosis_excess()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/math/distributions/
H A Dpareto.hpp184 RealType shape = dist.shape(); in pdf() local
193 result = shape * pow(scale, shape) / pow(x, shape+1); in pdf()
203 RealType shape = dist.shape(); in cdf() local
227 RealType shape = dist.shape(); in quantile() local
340 RealType shape = dist.shape(); in variance() local
349 ((shape - 1) * (shape - 1) * (shape - 2)); in variance()
365 RealType shape = dist.shape(); in skewness() local
398 result = 3 * ((shape - 2) * (3 * shape * shape + shape + 2)) / in kurtosis()
399 (shape * (shape - 3) * (shape - 4)); in kurtosis()
422 result = 6 * ((shape * shape * shape) + (shape * shape) - 6 * shape - 2) / in kurtosis_excess()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/math/distributions/
H A Dpareto.hpp184 RealType shape = dist.shape(); in pdf() local
193 result = shape * pow(scale, shape) / pow(x, shape+1); in pdf()
203 RealType shape = dist.shape(); in cdf() local
227 RealType shape = dist.shape(); in quantile() local
340 RealType shape = dist.shape(); in variance() local
349 ((shape - 1) * (shape - 1) * (shape - 2)); in variance()
365 RealType shape = dist.shape(); in skewness() local
398 result = 3 * ((shape - 2) * (3 * shape * shape + shape + 2)) / in kurtosis()
399 (shape * (shape - 3) * (shape - 4)); in kurtosis()
422 result = 6 * ((shape * shape * shape) + (shape * shape) - 6 * shape - 2) / in kurtosis_excess()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/math/distributions/
H A Dpareto.hpp184 RealType shape = dist.shape(); in pdf() local
193 result = shape * pow(scale, shape) / pow(x, shape+1); in pdf()
203 RealType shape = dist.shape(); in cdf() local
227 RealType shape = dist.shape(); in quantile() local
340 RealType shape = dist.shape(); in variance() local
349 ((shape - 1) * (shape - 1) * (shape - 2)); in variance()
365 RealType shape = dist.shape(); in skewness() local
398 result = 3 * ((shape - 2) * (3 * shape * shape + shape + 2)) / in kurtosis()
399 (shape * (shape - 3) * (shape - 4)); in kurtosis()
422 result = 6 * ((shape * shape * shape) + (shape * shape) - 6 * shape - 2) / in kurtosis_excess()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/hack-exceptions/gen-hack/
H A Dmodule_types.php21 shape(
32 return shape(
48 1 => shape(
52 2 => shape(
114 shape(
167 1 => shape(
171 2 => shape(
233 shape(
351 shape(
469 shape(
[all …]
/dports/editors/calligra/calligra-3.2.1/stage/plugins/pageeffects/iriswipe/starWipe/
H A DKPrStarWipeEffectFactory.cpp42 QPainterPath shape; in KPrStarWipeEffectFactory() local
45 shape = QPainterPath(); in KPrStarWipeEffectFactory()
46 shape.moveTo( 0, -24 ); in KPrStarWipeEffectFactory()
48 shape.lineTo( 24*cos( M_PI ), -24*sin( M_PI ) ); in KPrStarWipeEffectFactory()
60 shape = QPainterPath(); in KPrStarWipeEffectFactory()
61 shape.moveTo( 0, -24 ); in KPrStarWipeEffectFactory()
71 shape.closeSubpath(); in KPrStarWipeEffectFactory()
78 shape = QPainterPath(); in KPrStarWipeEffectFactory()
79 shape.moveTo( 0, -24 ); in KPrStarWipeEffectFactory()
82 shape.lineTo( 12*cos( M_PI ), -12*sin( M_PI ) ); in KPrStarWipeEffectFactory()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/math/distributions/
H A Dpareto.hpp184 RealType shape = dist.shape(); in pdf() local
193 result = shape * pow(scale, shape) / pow(x, shape+1); in pdf()
203 RealType shape = dist.shape(); in cdf() local
227 RealType shape = dist.shape(); in quantile() local
340 RealType shape = dist.shape(); in variance() local
349 ((shape - 1) * (shape - 1) * (shape - 2)); in variance()
365 RealType shape = dist.shape(); in skewness() local
398 result = 3 * ((shape - 2) * (3 * shape * shape + shape + 2)) / in kurtosis()
399 (shape * (shape - 3) * (shape - 4)); in kurtosis()
422 result = 6 * ((shape * shape * shape) + (shape * shape) - 6 * shape - 2) / in kurtosis_excess()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/math/distributions/
H A Dpareto.hpp184 RealType shape = dist.shape(); in pdf() local
193 result = shape * pow(scale, shape) / pow(x, shape+1); in pdf()
203 RealType shape = dist.shape(); in cdf() local
227 RealType shape = dist.shape(); in quantile() local
340 RealType shape = dist.shape(); in variance() local
349 ((shape - 1) * (shape - 1) * (shape - 2)); in variance()
365 RealType shape = dist.shape(); in skewness() local
398 result = 3 * ((shape - 2) * (3 * shape * shape + shape + 2)) / in kurtosis()
399 (shape * (shape - 3) * (shape - 4)); in kurtosis()
422 result = 6 * ((shape * shape * shape) + (shape * shape) - 6 * shape - 2) / in kurtosis_excess()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/math/distributions/
H A Dpareto.hpp184 RealType shape = dist.shape(); in pdf() local
193 result = shape * pow(scale, shape) / pow(x, shape+1); in pdf()
203 RealType shape = dist.shape(); in cdf() local
227 RealType shape = dist.shape(); in quantile() local
340 RealType shape = dist.shape(); in variance() local
349 ((shape - 1) * (shape - 1) * (shape - 2)); in variance()
365 RealType shape = dist.shape(); in skewness() local
398 result = 3 * ((shape - 2) * (3 * shape * shape + shape + 2)) / in kurtosis()
399 (shape * (shape - 3) * (shape - 4)); in kurtosis()
422 result = 6 * ((shape * shape * shape) + (shape * shape) - 6 * shape - 2) / in kurtosis_excess()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/math/distributions/
H A Dpareto.hpp184 RealType shape = dist.shape(); in pdf() local
193 result = shape * pow(scale, shape) / pow(x, shape+1); in pdf()
203 RealType shape = dist.shape(); in cdf() local
227 RealType shape = dist.shape(); in quantile() local
340 RealType shape = dist.shape(); in variance() local
349 ((shape - 1) * (shape - 1) * (shape - 2)); in variance()
365 RealType shape = dist.shape(); in skewness() local
398 result = 3 * ((shape - 2) * (3 * shape * shape + shape + 2)) / in kurtosis()
399 (shape * (shape - 3) * (shape - 4)); in kurtosis()
422 result = 6 * ((shape * shape * shape) + (shape * shape) - 6 * shape - 2) / in kurtosis_excess()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/math/distributions/
H A Dpareto.hpp184 RealType shape = dist.shape(); in pdf() local
193 result = shape * pow(scale, shape) / pow(x, shape+1); in pdf()
203 RealType shape = dist.shape(); in cdf() local
227 RealType shape = dist.shape(); in quantile() local
340 RealType shape = dist.shape(); in variance() local
349 ((shape - 1) * (shape - 1) * (shape - 2)); in variance()
365 RealType shape = dist.shape(); in skewness() local
398 result = 3 * ((shape - 2) * (3 * shape * shape + shape + 2)) / in kurtosis()
399 (shape * (shape - 3) * (shape - 4)); in kurtosis()
422 result = 6 * ((shape * shape * shape) + (shape * shape) - 6 * shape - 2) / in kurtosis_excess()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/math/distributions/
H A Dpareto.hpp184 RealType shape = dist.shape(); in pdf() local
193 result = shape * pow(scale, shape) / pow(x, shape+1); in pdf()
203 RealType shape = dist.shape(); in cdf() local
227 RealType shape = dist.shape(); in quantile() local
340 RealType shape = dist.shape(); in variance() local
349 ((shape - 1) * (shape - 1) * (shape - 2)); in variance()
365 RealType shape = dist.shape(); in skewness() local
398 result = 3 * ((shape - 2) * (3 * shape * shape + shape + 2)) / in kurtosis()
399 (shape * (shape - 3) * (shape - 4)); in kurtosis()
422 result = 6 * ((shape * shape * shape) + (shape * shape) - 6 * shape - 2) / in kurtosis_excess()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/math/distributions/
H A Dpareto.hpp184 RealType shape = dist.shape(); in pdf() local
193 result = shape * pow(scale, shape) / pow(x, shape+1); in pdf()
203 RealType shape = dist.shape(); in cdf() local
227 RealType shape = dist.shape(); in quantile() local
340 RealType shape = dist.shape(); in variance() local
349 ((shape - 1) * (shape - 1) * (shape - 2)); in variance()
365 RealType shape = dist.shape(); in skewness() local
398 result = 3 * ((shape - 2) * (3 * shape * shape + shape + 2)) / in kurtosis()
399 (shape * (shape - 3) * (shape - 4)); in kurtosis()
422 result = 6 * ((shape * shape * shape) + (shape * shape) - 6 * shape - 2) / in kurtosis_excess()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/math/distributions/
H A Dpareto.hpp184 RealType shape = dist.shape(); in pdf() local
193 result = shape * pow(scale, shape) / pow(x, shape+1); in pdf()
203 RealType shape = dist.shape(); in cdf() local
227 RealType shape = dist.shape(); in quantile() local
340 RealType shape = dist.shape(); in variance() local
349 ((shape - 1) * (shape - 1) * (shape - 2)); in variance()
365 RealType shape = dist.shape(); in skewness() local
398 result = 3 * ((shape - 2) * (3 * shape * shape + shape + 2)) / in kurtosis()
399 (shape * (shape - 3) * (shape - 4)); in kurtosis()
422 result = 6 * ((shape * shape * shape) + (shape * shape) - 6 * shape - 2) / in kurtosis_excess()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/math/distributions/
H A Dpareto.hpp184 RealType shape = dist.shape(); in pdf() local
193 result = shape * pow(scale, shape) / pow(x, shape+1); in pdf()
203 RealType shape = dist.shape(); in cdf() local
227 RealType shape = dist.shape(); in quantile() local
340 RealType shape = dist.shape(); in variance() local
349 ((shape - 1) * (shape - 1) * (shape - 2)); in variance()
365 RealType shape = dist.shape(); in skewness() local
398 result = 3 * ((shape - 2) * (3 * shape * shape + shape + 2)) / in kurtosis()
399 (shape * (shape - 3) * (shape - 4)); in kurtosis()
422 result = 6 * ((shape * shape * shape) + (shape * shape) - 6 * shape - 2) / in kurtosis_excess()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/math/distributions/
H A Dpareto.hpp184 RealType shape = dist.shape(); in pdf() local
193 result = shape * pow(scale, shape) / pow(x, shape+1); in pdf()
203 RealType shape = dist.shape(); in cdf() local
227 RealType shape = dist.shape(); in quantile() local
340 RealType shape = dist.shape(); in variance() local
349 ((shape - 1) * (shape - 1) * (shape - 2)); in variance()
365 RealType shape = dist.shape(); in skewness() local
398 result = 3 * ((shape - 2) * (3 * shape * shape + shape + 2)) / in kurtosis()
399 (shape * (shape - 3) * (shape - 4)); in kurtosis()
422 result = 6 * ((shape * shape * shape) + (shape * shape) - 6 * shape - 2) / in kurtosis_excess()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/math/distributions/
H A Dpareto.hpp184 RealType shape = dist.shape(); in pdf() local
193 result = shape * pow(scale, shape) / pow(x, shape+1); in pdf()
203 RealType shape = dist.shape(); in cdf() local
227 RealType shape = dist.shape(); in quantile() local
340 RealType shape = dist.shape(); in variance() local
349 ((shape - 1) * (shape - 1) * (shape - 2)); in variance()
365 RealType shape = dist.shape(); in skewness() local
398 result = 3 * ((shape - 2) * (3 * shape * shape + shape + 2)) / in kurtosis()
399 (shape * (shape - 3) * (shape - 4)); in kurtosis()
422 result = 6 * ((shape * shape * shape) + (shape * shape) - 6 * shape - 2) / in kurtosis_excess()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/math/distributions/
H A Dpareto.hpp184 RealType shape = dist.shape(); in pdf() local
193 result = shape * pow(scale, shape) / pow(x, shape+1); in pdf()
203 RealType shape = dist.shape(); in cdf() local
227 RealType shape = dist.shape(); in quantile() local
340 RealType shape = dist.shape(); in variance() local
349 ((shape - 1) * (shape - 1) * (shape - 2)); in variance()
365 RealType shape = dist.shape(); in skewness() local
398 result = 3 * ((shape - 2) * (3 * shape * shape + shape + 2)) / in kurtosis()
399 (shape * (shape - 3) * (shape - 4)); in kurtosis()
422 result = 6 * ((shape * shape * shape) + (shape * shape) - 6 * shape - 2) / in kurtosis_excess()
[all …]

12345678910>>...1227