Home
last modified time | relevance | path

Searched defs:lam (Results 1 – 22 of 22) sorted by relevance

/third_party/boost/libs/math/example/
Dnc_chi_sq_example.cpp42 for(int lam = 2; lam <= 20; lam += 2) in main() local
58 for(int lam = 2; lam <= 20; lam += 2) in main() local
/third_party/boost/libs/hof/test/
Dmatch.cpp87 constexpr auto lam = boost::hof::match( in BOOST_HOF_TEST_CASE() local
99 auto lam = boost::hof::match( in BOOST_HOF_TEST_CASE() local
122 auto lam = boost::hof::match( in BOOST_HOF_TEST_CASE() local
Dreveal.cpp49 static constexpr auto lam = boost::hof::first_of( variable
Dfirst_of.cpp123 static constexpr auto lam = boost::hof::first_of( variable
/third_party/boost/boost/geometry/srs/projections/impl/
Dpj_gauss.hpp100 inline void gauss_fwd(gauss<T> const& en, T& lam, T& phi) in gauss_fwd()
112 inline void gauss_inv(gauss<T> const& en, T& lam, T& phi) in gauss_inv()
Dpj_apply_gridshift.hpp224 inline bool grid_disjoint(T const& lam, T const& phi, in grid_disjoint()
235 inline pj_gi * find_grid(T const& lam, in find_grid()
269 inline pj_gi * find_grid(T const& lam, in find_grid()
Dpj_gridinfo.hpp105 struct lp_t { double lam, phi; }; member
106 struct flp_t { float lam, phi; }; member
107 struct ilp_t { boost::int32_t lam, phi; }; member
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dmixup_batch_op.cc41 const float lam, const size_t images_size) { in ComputeLabels()
129 float lam = x1 / (x1 + x2); in Compute() local
Dcutmix_batch_op.cc43 void CutMixBatchOp::GetCropBox(int height, int width, float lam, int *x, int *y, int *crop_width, i… in GetCropBox()
105 …hOp::ComputeImage(const TensorRow &input, const int64_t rand_indx_i, const float lam, float *label… in ComputeImage()
220 float lam = x1 / (x1 + x2); in Compute() local
/third_party/boost/libs/callable_traits/example/
Dfunction_type.cpp32 using lam = decltype(lamda); in main() typedef
Dargs.cpp30 using lam = decltype(lamda); in main() typedef
/third_party/boost/libs/math/test/
Dtest_nc_beta.cpp133 RealType naive_pdf(RealType a, RealType b, RealType lam, RealType x) in naive_pdf()
Dtest_nc_chi_squared.hpp49 RealType naive_pdf(RealType v, RealType lam, RealType x) in naive_pdf()
/third_party/boost/boost/geometry/srs/projections/proj/
Dlsat.hpp72 seraz0(T lam, T const& mult, par_lsat<T>& proj_parm) in seraz0()
233 T lam, alf, esc, ess; in setup_lsat() local
Dchamb.hpp76 T phi, lam; member
Dhealpix.hpp284 T lam = lp_lam; in healpix_sphere() local
/third_party/boost/boost/math/distributions/
Dnon_central_beta.hpp34 T non_central_beta_p(T a, T b, T lam, T x, T y, const Policy& pol, T init_val = 0) in non_central_beta_p()
115 T non_central_beta_q(T a, T b, T lam, T x, T y, const Policy& pol, T init_val = 0) in non_central_beta_q()
515 T non_central_beta_pdf(T a, T b, T lam, T x, T y, const Policy& pol) in non_central_beta_pdf()
Dnon_central_chi_squared.hpp568 RealType lam; member
576 RealType lam, RealType x, RealType p, RealType q, const Policy& pol) in find_degrees_of_freedom()
696 static RealType find_degrees_of_freedom(RealType lam, RealType x, RealType p) in find_degrees_of_freedom()
/third_party/boost/boost/xpressive/
Dregex_compiler.hpp445 detail::lookahead_matcher<xpr_type> lam(seq.xpr(), negative, seq.pure()); in parse_group() local
/third_party/json/benchmarks/thirdparty/benchmark/include/benchmark/
Dbenchmark.h957 LambdaBenchmark(const char* name, OLambda&& lam) in LambdaBenchmark()
/third_party/benchmark/include/benchmark/
Dbenchmark.h1168 LambdaBenchmark(const char* name, OLambda&& lam) in LambdaBenchmark()
/third_party/ffmpeg/libavcodec/
Dmpegvideo_enc.c226 unsigned int lam = s->lambda_table[s->mb_index2xy[i]]; in ff_init_qscale_tab() local