Home
last modified time | relevance | path

Searched defs:normalize (Results 1 – 25 of 6164) sorted by relevance

12345678910>>...247

/dports/science/quantum-espresso/q-e-qe-6.7.0/atomic/src/
H A Dnormalize.f9011 subroutine normalize(phi,l,j,ns) subroutine
25 phi(ndmx), & ! function to normalize argument
26 j ! total angular momentum
28 l, & ! orbital angular momentum
29 ns ! state index
31 n,n1,n2, & ! counters on beta and mesh function
32 nst,ikl ! counter on wavefunctions
35 work(nwfsx), & ! auxiliary variable for becp
36 work1, & ! the norm
37 int_0_inf_dr,& ! integration function
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/_internal/
H A Dnormalize.hpp19 struct normalize struct
22 typedef typename ::color::trait::scalar<category_name>::instance_type scalar_type;
23 typedef ::color::trait::bound< category_name > bound_trait_type;
24 typedef ::color::trait::component< category_name > component_trait_type;
25 typedef ::color::trait::index< category_name > index_trait_type;
27 typedef typename component_trait_type::instance_type component_instance_type;
28 typedef typename component_trait_type::model_type component_input_const_type;
30 typedef typename index_trait_type::instance_type index_instance_type;
31 typedef typename index_trait_type::model_type index_input_const_type;
35 process( component_input_const_type divergent, index_input_const_type index ) in process()
[all …]
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_peer_discovery_common/src/
H A Drabbit_peer_discovery_config.erl125 normalize(Type, Value) when Type =:= port -> function
127 normalize(Type, Value) when Type =:= atom -> function
129 normalize(Type, Value) when Type =:= list -> function
131 normalize(Type, Value) when Type =:= integer -> function
133 normalize(Type, Value) when Type =:= string -> function
135 normalize(Type, Value) when Type =:= proplist -> function
137 normalize(Type, Value) when Type =:= map -> function
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/rgb/operation/
H A Dnormalize.hpp17 normalize in normalize() function
27 normalize in normalize() function
36 normalize in normalize() function
46 normalize in normalize() function
55 normalize in normalize() function
64 normalize in normalize() function
/dports/graphics/py-geomdl/geomdl-5.2.10/geomdl/
H A D_operations.py18 def tangent_curve_single(obj, u, normalize): argument
41 def tangent_curve_single_list(obj, param_list, normalize): argument
60 def normal_curve_single(obj, u, normalize): argument
89 def normal_curve_single_list(obj, param_list, normalize): argument
108 def binormal_curve_single(obj, u, normalize): argument
134 def binormal_curve_single_list(obj, param_list, normalize): argument
153 def tangent_surface_single(obj, uv, normalize): argument
177 def tangent_surface_single_list(obj, param_list, normalize): argument
196 def normal_surface_single(obj, uv, normalize): argument
220 def normal_surface_single_list(obj, param_list, normalize): argument
/dports/benchmarks/tsung/tsung-1.7.0/src/lib/
H A Doauth_uri.erl33 normalize(URI) -> function
41 normalize(http, UserInfo, Host, 80, Acc) -> function
43 normalize(https, UserInfo, Host, 443, Acc) -> function
45 normalize(Scheme, UserInfo, Host, Port, Acc) -> function
48 normalize(Scheme, [], Acc) -> function
50 normalize(Scheme, UserInfo, Acc) -> function
/dports/math/kfr/kfr-4.2.1/include/kfr/dsp/
H A Dfir_design.hpp39 …owpass(univector_ref<T> taps, T cutoff, const expression_pointer<T>& window, bool normalize = true) in fir_lowpass()
56 …ghpass(univector_ref<T> taps, T cutoff, const expression_pointer<T>& window, bool normalize = true) in fir_highpass()
75 bool normalize = true) in fir_bandpass()
99 bool normalize = true) in fir_bandstop()
149 const expression_pointer<T>& window, bool normalize = true) in fir_highpass()
164 const expression_pointer<T>& window, bool normalize = true) in fir_bandpass()
179 const expression_pointer<T>& window, bool normalize = true) in fir_bandstop()
189 const expression_pointer<T>& window, bool normalize = true) in fir_lowpass()
199 const expression_pointer<T>& window, bool normalize = true) in fir_highpass()
209 const expression_pointer<T>& window, bool normalize = true) in fir_bandpass()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/geometry/algorithms/detail/
H A Dnormalize.hpp227 struct normalize : detail::normalization::do_nothing struct
232 struct normalize struct
241 struct normalize struct
250 struct normalize struct
258 struct normalize struct
267 struct normalize struct
276 struct normalize struct
293 inline void normalize(GeometryIn const& geometry_in, GeometryOut& geometry_out) in normalize() function
/dports/devel/elixir-quantum/quantum-elixir-2.2.6/lib/quantum/
H A Dnormalizer.ex29 def normalize(base, job) function
31 def normalize(%Job{} = base, job) when is_list(job) do function
35 def normalize(%Job{} = base, {job_name, opts}) when is_list(opts) do function
39 def normalize(%Job{} = base, {nil, opts}) when is_map(opts) do function
43 def normalize(%Job{} = base, {job_name, opts}) when is_map(opts) do function
49 def normalize(%Job{} = base, {schedule, task}) do function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Drabbit_peer_discovery.erl228 normalize(Nodes) when is_list(Nodes) -> function
230 normalize({Nodes, NodeType}) when is_list(Nodes) andalso is_atom(NodeType) -> function
232 normalize({ok, Nodes}) when is_list(Nodes) -> function
234 normalize({ok, {Nodes, NodeType}}) when is_list(Nodes) andalso is_atom(NodeType) -> function
236 normalize({error, Reason}) -> function
/dports/lang/elixir/elixir-1.12.3/lib/elixir/lib/
H A Dexception.ex91 def normalize(kind, payload, stacktrace \\ []) function
1419 def normalize(:badarg, stacktrace) do function
1430 def normalize(:badarith, _stacktrace) do function
1434 def normalize(:system_limit, stacktrace) do function
1447 def normalize(:cond_clause, _stacktrace) do function
1455 def normalize({:badfun, term}, _stacktrace) do function
1467 def normalize({:badmap, term}, _stacktrace) do function
1475 def normalize({:badkey, key}, stacktrace) do function
1505 def normalize(:undef, stacktrace) do function
1510 def normalize(:function_clause, stacktrace) do function
[all …]
/dports/textproc/R-cran-commonmark/commonmark/R/
H A Dmarkdown.R36 markdown_html <- function(text, hardbreaks = FALSE, smart = FALSE, normalize = FALSE, sourcepos = F… argument
44 markdown_xml <- function(text, hardbreaks = FALSE, smart = FALSE, normalize = FALSE, sourcepos = FA… argument
52 markdown_man <- function(text, hardbreaks = FALSE, smart = FALSE, normalize = FALSE, width = 0, ext… argument
60 markdown_commonmark <- function(text, hardbreaks = FALSE, smart = FALSE, normalize = FALSE, width =… argument
68 markdown_text <- function(text, hardbreaks = FALSE, smart = FALSE, normalize = FALSE, width = 0, ex… argument
76 markdown_latex <- function(text, hardbreaks = FALSE, smart = FALSE, normalize = FALSE, width = 0, e… argument
/dports/science/tfel/tfel-3.4.0/mfront/src/
H A DCastemTangentOperator.cxx24 void CastemTangentOperator::normalize( in normalize() function in castem::CastemTangentOperator
27 void CastemTangentOperator::normalize( in normalize() function in castem::CastemTangentOperator
42 void CastemTangentOperator::normalize( in normalize() function in castem::CastemTangentOperator
110 void CastemTangentOperator::normalize( in normalize() function in castem::CastemTangentOperator
114 void CastemTangentOperator::normalize( in normalize() function in castem::CastemTangentOperator
118 void CastemTangentOperator::normalize( in normalize() function in castem::CastemTangentOperator
H A DAsterTangentOperator.cxx78 AsterTangentOperator::normalize(tfel::math::T2toST2View<1u,AsterReal>& Dt) in normalize() function in aster::AsterTangentOperator
101 AsterTangentOperator::normalize(tfel::math::T2toST2View<2u,AsterReal>& Dt) in normalize() function in aster::AsterTangentOperator
124 AsterTangentOperator::normalize(tfel::math::T2toST2View<3u,AsterReal>& Dt) in normalize() function in aster::AsterTangentOperator
154 AsterTangentOperator::normalize(tfel::math::ST2toST2View<1u,AsterReal>&) in normalize() function in aster::AsterTangentOperator
158 AsterTangentOperator::normalize(tfel::math::ST2toST2View<2u,AsterReal>& Dt) in normalize() function in aster::AsterTangentOperator
171 AsterTangentOperator::normalize(tfel::math::ST2toST2View<3u,AsterReal>& Dt) in normalize() function in aster::AsterTangentOperator
243 AsterTangentOperator::normalize(tfel::math::TMatrixView<1u,1u,AsterReal>&) in normalize() function in aster::AsterTangentOperator
247 AsterTangentOperator::normalize(tfel::math::TMatrixView<2u,2u,AsterReal>&) in normalize() function in aster::AsterTangentOperator
251 AsterTangentOperator::normalize(tfel::math::TMatrixView<3u,3u,AsterReal>&) in normalize() function in aster::AsterTangentOperator
/dports/science/tfel-edf/tfel-3.2.1/mfront/src/
H A DCastemTangentOperator.cxx27 CastemTangentOperator::normalize(tfel::math::ST2toST2View<1u,CastemReal>&) in normalize() function in castem::CastemTangentOperator
31 CastemTangentOperator::normalize(tfel::math::ST2toST2View<2u,CastemReal>& Dt) in normalize() function in castem::CastemTangentOperator
47 CastemTangentOperator::normalize(tfel::math::ST2toST2View<3u,CastemReal>& Dt) in normalize() function in castem::CastemTangentOperator
119 CastemTangentOperator::normalize(tfel::math::TMatrixView<1u,1u,CastemReal>&) in normalize() function in castem::CastemTangentOperator
123 CastemTangentOperator::normalize(tfel::math::TMatrixView<2u,2u,CastemReal>&) in normalize() function in castem::CastemTangentOperator
127 CastemTangentOperator::normalize(tfel::math::TMatrixView<3u,3u,CastemReal>&) in normalize() function in castem::CastemTangentOperator
H A DAsterTangentOperator.cxx78 AsterTangentOperator::normalize(tfel::math::T2toST2View<1u,AsterReal>& Dt) in normalize() function in aster::AsterTangentOperator
101 AsterTangentOperator::normalize(tfel::math::T2toST2View<2u,AsterReal>& Dt) in normalize() function in aster::AsterTangentOperator
124 AsterTangentOperator::normalize(tfel::math::T2toST2View<3u,AsterReal>& Dt) in normalize() function in aster::AsterTangentOperator
154 AsterTangentOperator::normalize(tfel::math::ST2toST2View<1u,AsterReal>&) in normalize() function in aster::AsterTangentOperator
158 AsterTangentOperator::normalize(tfel::math::ST2toST2View<2u,AsterReal>& Dt) in normalize() function in aster::AsterTangentOperator
171 AsterTangentOperator::normalize(tfel::math::ST2toST2View<3u,AsterReal>& Dt) in normalize() function in aster::AsterTangentOperator
243 AsterTangentOperator::normalize(tfel::math::TMatrixView<1u,1u,AsterReal>&) in normalize() function in aster::AsterTangentOperator
247 AsterTangentOperator::normalize(tfel::math::TMatrixView<2u,2u,AsterReal>&) in normalize() function in aster::AsterTangentOperator
251 AsterTangentOperator::normalize(tfel::math::TMatrixView<3u,3u,AsterReal>&) in normalize() function in aster::AsterTangentOperator
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/lib/
H A Dexception.ex97 def normalize(kind, payload, stacktrace \\ []) function
1484 def normalize(:badarg, stacktrace) do function
1495 def normalize(:badarith, _stacktrace) do function
1499 def normalize(:system_limit, stacktrace) do function
1512 def normalize(:cond_clause, _stacktrace) do function
1520 def normalize({:badfun, term}, _stacktrace) do function
1532 def normalize({:badmap, term}, _stacktrace) do function
1540 def normalize({:badkey, key}, stacktrace) do function
1570 def normalize(:undef, stacktrace) do function
1575 def normalize(:function_clause, stacktrace) do function
[all …]
/dports/math/R-cran-RcppRoll/RcppRoll/R/
H A DRcppRoll.R37 normalize = TRUE, argument
69 normalize = TRUE, argument
101 normalize = TRUE, argument
132 normalize = TRUE, argument
164 normalize = TRUE, argument
196 normalize = TRUE, argument
227 normalize = TRUE, argument
259 normalize = TRUE, argument
322 normalize = TRUE, argument
417 normalize = TRUE, argument
[all …]
H A DRcppExports.R8 roll_mean_impl <- function(x, n, weights, by, fill_, partial, align, normalize, na_rm) { argument
12 roll_median_impl <- function(x, n, weights, by, fill_, partial, align, normalize, na_rm) { argument
16 roll_min_impl <- function(x, n, weights, by, fill_, partial, align, normalize, na_rm) { argument
20 roll_max_impl <- function(x, n, weights, by, fill_, partial, align, normalize, na_rm) { argument
24 roll_prod_impl <- function(x, n, weights, by, fill_, partial, align, normalize, na_rm) { argument
28 roll_sum_impl <- function(x, n, weights, by, fill_, partial, align, normalize, na_rm) { argument
32 roll_sd_impl <- function(x, n, weights, by, fill_, partial, align, normalize, na_rm) { argument
36 roll_var_impl <- function(x, n, weights, by, fill_, partial, align, normalize, na_rm) { argument
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/doclayout-0.3.0.2/src/Text/
H A DDocLayout.hs308 normalize [] = [] function
311 normalize [NewLine] = normalize [CarriageReturn] function
312 normalize [BlankLines _] = normalize [CarriageReturn] function
313 normalize [BreakingSpace] = [] function
319 normalize (BlankLines m : NewLine : xs) = normalize (BlankLines m : xs) function
320 normalize (NewLine : BlankLines m : xs) = normalize (BlankLines m : xs) function
321 normalize (NewLine : BreakingSpace : xs) = normalize (NewLine : xs) function
322 normalize (NewLine : CarriageReturn : xs) = normalize (NewLine : xs) function
325 normalize (CarriageReturn : NewLine : xs) = normalize (NewLine : xs) function
331 normalize (BreakingSpace : NewLine : xs) = normalize (NewLine:xs) function
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/doclayout-0.3/src/Text/
H A DDocLayout.hs308 normalize [] = [] function
311 normalize [NewLine] = normalize [CarriageReturn] function
312 normalize [BlankLines _] = normalize [CarriageReturn] function
313 normalize [BreakingSpace] = [] function
319 normalize (BlankLines m : NewLine : xs) = normalize (BlankLines m : xs) function
320 normalize (NewLine : BlankLines m : xs) = normalize (BlankLines m : xs) function
321 normalize (NewLine : BreakingSpace : xs) = normalize (NewLine : xs) function
322 normalize (NewLine : CarriageReturn : xs) = normalize (NewLine : xs) function
325 normalize (CarriageReturn : NewLine : xs) = normalize (NewLine : xs) function
331 normalize (BreakingSpace : NewLine : xs) = normalize (NewLine:xs) function
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/geometry/algorithms/detail/
H A Dnormalize.hpp224 struct normalize : detail::normalization::do_nothing struct
229 struct normalize struct
238 struct normalize struct
246 struct normalize struct
255 struct normalize struct
272 inline void normalize(GeometryIn const& geometry_in, GeometryOut& geometry_out) in normalize() function
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/geometry/algorithms/detail/
H A Dnormalize.hpp224 struct normalize : detail::normalization::do_nothing struct
229 struct normalize struct
238 struct normalize struct
246 struct normalize struct
255 struct normalize struct
272 inline void normalize(GeometryIn const& geometry_in, GeometryOut& geometry_out) in normalize() function
/dports/databases/percona57-server/boost_1_59_0/boost/geometry/algorithms/detail/
H A Dnormalize.hpp224 struct normalize : detail::normalization::do_nothing struct
229 struct normalize struct
238 struct normalize struct
246 struct normalize struct
255 struct normalize struct
272 inline void normalize(GeometryIn const& geometry_in, GeometryOut& geometry_out) in normalize() function
/dports/databases/xtrabackup/boost_1_59_0/boost/geometry/algorithms/detail/
H A Dnormalize.hpp224 struct normalize : detail::normalization::do_nothing struct
229 struct normalize struct
238 struct normalize struct
246 struct normalize struct
255 struct normalize struct
272 inline void normalize(GeometryIn const& geometry_in, GeometryOut& geometry_out) in normalize() function

12345678910>>...247