Home
last modified time | relevance | path

Searched defs:residual (Results 26 – 50 of 2090) sorted by relevance

12345678910>>...84

/dports/audio/festival/festival/src/modules/diphone/
H A Ddi_reslpc.cc75 EST_Wave residual; in reslpc_resynth() local
153 short *residual; in di_reslpc() local
235 short *residual) in add_residual()
310 short *residual, in lpc_resynth()
369 short *residual, in lpc_resynth_fixp()
/dports/net/samba412/samba-4.12.15/source4/heimdal/lib/krb5/
H A Dkeytab_any.c172 return ret2;
221 static krb5_error_code KRB5_CALLCONV
/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/flow/
H A Ddinitz_alg.py13 def dinitz(G, s, t, capacity="capacity", residual=None, value_only=False, cutoff=None): argument
140 def dinitz_impl(G, s, t, capacity, residual, cutoff): argument
H A Dshortestaugmentingpath.py13 def shortest_augmenting_path_impl(G, s, t, capacity, residual, two_phase, cutoff): argument
169 residual=None, argument
H A Dedmondskarp.py94 def edmonds_karp_impl(G, s, t, capacity, residual, cutoff): argument
121 G, s, t, capacity="capacity", residual=None, value_only=False, cutoff=None argument
H A Dboykovkolmogorov.py14 G, s, t, capacity="capacity", residual=None, value_only=False, cutoff=None argument
161 def boykov_kolmogorov_impl(G, s, t, capacity, residual, cutoff): argument
/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/Source/Lib/C_DEFAULT/
H A DEbTransforms_C.c270 EB_S16 *residual, in PartialButterfly32()
493 EB_S16 *residual, in PartialButterfly32Estimate()
732 EB_S16 *residual, in PartialButterfly16()
828 EB_S16 *residual, in PartialButterfly16Estimate()
941 EB_S16 *residual, in PartialButterfly8()
1004 EB_S16 *residual, in PartialButterfly4()
1034 EB_S16 *residual, in Dst4()
1077 EB_S16 *residual, in PartialButterflyInverse32()
1355 EB_S16 *residual, in PartialButterflyInverse16()
1469 EB_S16 *residual, in PartialButterflyInverse8()
[all …]
/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/Source/Lib/C_DEFAULT/
H A DEbTransforms_C.c270 EB_S16 *residual, in PartialButterfly32()
493 EB_S16 *residual, in PartialButterfly32Estimate()
732 EB_S16 *residual, in PartialButterfly16()
828 EB_S16 *residual, in PartialButterfly16Estimate()
941 EB_S16 *residual, in PartialButterfly8()
1004 EB_S16 *residual, in PartialButterfly4()
1034 EB_S16 *residual, in Dst4()
1077 EB_S16 *residual, in PartialButterflyInverse32()
1355 EB_S16 *residual, in PartialButterflyInverse16()
1469 EB_S16 *residual, in PartialButterflyInverse8()
[all …]
/dports/science/bagel/bagel-1.2.2/src/opt/
H A Dopt.cc140 void Opt::print_iteration(const int iter, const double residual, const double param, const double t… in print_iteration() argument
150 void Opt::print_iteration_energy(const int iter, const double residual, const double time) const { in print_iteration_energy() argument
157 void Opt::print_iteration_conical(const int iter, const double residual, const double param, const … in print_iteration_conical() argument
/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/connectivity/
H A Ddisjoint_paths.py22 G, s, t, flow_func=None, cutoff=None, auxiliary=None, residual=None argument
228 G, s, t, flow_func=None, cutoff=None, auxiliary=None, residual=None argument
H A Dcuts.py24 def minimum_st_edge_cut(G, s, t, flow_func=None, auxiliary=None, residual=None): argument
156 def minimum_st_node_cut(G, s, t, flow_func=None, auxiliary=None, residual=None): argument
/dports/audio/fdk-aac/fdk-aac-2.0.2/libFDK/src/
H A DFDK_trigFcts.cpp300 FIXP_DBL residual, error, sine, cosine; in fixp_cos() local
314 FIXP_DBL residual, error, sine, cosine; in fixp_sin() local
327 FIXP_DBL residual, error0, error1, sine, cosine; in fixp_cos_sin() local
/dports/multimedia/handbrake/fdk-aac-2.0.1/libFDK/src/
H A DFDK_trigFcts.cpp300 FIXP_DBL residual, error, sine, cosine; in fixp_cos() local
314 FIXP_DBL residual, error, sine, cosine; in fixp_sin() local
327 FIXP_DBL residual, error0, error1, sine, cosine; in fixp_cos_sin() local
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/tce/
H A Dtce_residual_t2.F1 subroutine tce_residual_t2(d_r2,k_r2_offset,residual) argument
24 double precision residual local
112 subroutine tce_residual_tr2(d_r2,k_r2_offset,residual) argument
135 double precision residual local
227 subroutine tce_residual_t2a(d_r2,k_r2_offset,residual) argument
249 double precision residual local
H A Dtce_residual_t3.F1 subroutine tce_residual_t3(d_r3,k_r3_offset,residual) argument
26 double precision residual local
146 subroutine tce_residual_tr3(d_r3,k_r3_offset,residual) argument
171 double precision residual local
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/util/profile/testmod/
H A Dtestmod_main.c37 char *residual; member
89 profile_module_init(const char *residual, struct profile_vtable *vtable, in profile_module_init()
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/lib/user/
H A Duload.f9038 subroutine uResidual( cstep, factor, residual ) argument
41 real(kind=kreal), intent(inout) :: residual(:) !< residual local
/dports/security/krb5/krb5-1.19.2/src/util/profile/testmod/
H A Dtestmod_main.c37 char *residual; member
89 profile_module_init(const char *residual, struct profile_vtable *vtable, in profile_module_init()
/dports/math/openturns/openturns-1.18/python/test/
H A Dt_LeastSquaresMethod_std.py45 residual = m.sqrt((design * x - y).normSquare()) / sampleSize variable
75 residual = m.sqrt((design * x - y).normSquare()) / sampleSize variable
/dports/math/cppad/CppAD-20210000.8/example/general/
H A Dopt_val_hes.cpp92 AD<double> residual = y[0] * sin( x[0] * t_[k] ) - z_[k]; in s() local
102 AD<double> residual = y[0] * sin( x[0] * t_[k] ) - z_[k]; in sy() local
123 { AD<double> residual = y * sin( x[0] * t[k] ) - z[k]; in V() local
H A Dbender_quad.cpp90 AD<double> residual; in f() local
105 AD<double> residual; in h() local
148 { AD<double> residual = y * sin( x[0] * t[k] ) - z[k]; in G() local
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkImageRandomNonRepeatingConstIteratorWithIndex.hxx131 const PositionValueType residual = position % sizeInThisDimension; in SetPriorityImage() local
155 const PositionValueType residual = position % sizeInThisDimension; in UpdatePosition() local
/dports/graphics/colmap/colmap-3.6/src/optim/
H A Dleast_absolute_deviations_test.cc65 const Eigen::VectorXd residual = A * x - b; in BOOST_AUTO_TEST_CASE() local
92 const Eigen::VectorXd residual = A * x - b; in BOOST_AUTO_TEST_CASE() local
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_identity.c243 const char *residual) in parse_pkcs11_options()
311 const char *residual) in parse_fs_options()
352 const char *residual) in parse_pkcs12_options()
383 const char *residual; in process_option_identity() local
465 char *residual; in process_option_ca_crl() local
/dports/security/krb5/krb5-1.19.2/src/plugins/preauth/pkinit/
H A Dpkinit_identity.c243 const char *residual) in parse_pkcs11_options()
311 const char *residual) in parse_fs_options()
352 const char *residual) in parse_pkcs12_options()
383 const char *residual; in process_option_identity() local
474 char *residual; in process_option_ca_crl() local

12345678910>>...84