Home
last modified time | relevance | path

Searched refs:order_max (Results 1 – 25 of 32) sorted by relevance

12

/dports/science/healpix/Healpix_3.50/src/java/src/healpix/essentials/
H A DHealpixProc.java32 static final HealpixBase[] bn=new HealpixBase[HealpixBase.order_max+1],
33 br=new HealpixBase[HealpixBase.order_max+1];
34 static final double[] mpr =new double[HealpixBase.order_max+1],
35 cmpr=new double[HealpixBase.order_max+1],
36 smpr=new double[HealpixBase.order_max+1];
41 for (int i=0; i<=HealpixBase.order_max; ++i)
H A DHealpixBase.java50 public static final int order_max=29; field in HealpixBase
52 public static final long ns_max=1L<<order_max;
212 HealpixUtils.check(order<=order_max,"order is too large"); in order2Npix()
768 HealpixUtils.check ((1L<<order_max)/nside>=fact,
876 HealpixUtils.check ((1L<<order_max)>=fact,"invalid oversampling factor");
881 int omax=Math.min(order_max,order+oplus); // the order up to which we test
979 HealpixUtils.check (((1L<<order_max)/nside)>=fact,
1089 HealpixUtils.check ((1L<<(order_max-order))>=fact,
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/VPISparseGrid/test/
H A Dsandia_rules_prb.cpp232 int order_max = 10; in test01() local
326 int order_max = 10; in test02() local
389 int order_max = 10; in test03() local
483 int order_max = 10; in test04() local
547 int order_max = 10; in test05() local
651 int order_max = 10; in test06() local
715 int order_max = 10; in test07() local
819 int order_max = 10; in test08() local
886 int order_max = 10; in test09() local
993 int order_max = 10; in test10() local
[all …]
H A Dsandia_rules2_prb.cpp153 int order_max = 10; in test185() local
191 for ( order = 1; order <= order_max; order++ ) in test185()
/dports/science/healpix/Healpix_3.50/src/java/src/healpix/essentials/test/
H A DHealpixBasePerfTest.java42 int omax=HealpixBase.order_max; in subtest_perf_neighbours()
65 int omax=HealpixBase.order_max; in subtest_perf_pix2ang()
88 int omax=HealpixBase.order_max; in subtest_perf_pix2vec()
111 int omax=HealpixBase.order_max; in subtest_perf_pix2zphi()
133 int omax=HealpixBase.order_max; in subtest_perf_ring2nest()
154 int omax=HealpixBase.order_max; in subtest_perf_nest2ring()
176 int omax=HealpixBase.order_max; in subtest_perf_ang2pix()
200 int omax=HealpixBase.order_max; in subtest_perf_zphi2pix()
H A DHealpixProcTest.java47 for (int order=0; order<=HealpixBase.order_max; ++order) in test_accuracy()
57 for (int o=0; o<=HealpixBase.order_max; ++o) in test_ringnestring()
71 int omax=HealpixBase.order_max; in test_pixangpix()
89 int omax=HealpixBase.order_max; in test_neighbours()
H A DHealpixBaseTest.java70 for (int order=0; order<=HealpixBase.order_max; ++order) in test_accuracy()
82 for (int order=0; order<=HealpixBase.order_max; ++order) in test_ringnestring()
97 int omax=HealpixBase.order_max; in test_pixzphipix()
128 int omax=HealpixBase.order_max; in test_zphipixzphi()
163 int omax=HealpixBase.order_max; in test_neighbours()
/dports/net/py-ldap0/python-ldap0-68c70989a8992cf656764e0b8acad9797895055f/ldap0/schema/
H A Dutil.py90 order_max=3, argument
185 if len(old_value) > order_max or len(new_value) > order_max:
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_sf_mathieu.h65 int gsl_sf_mathieu_a_array(int order_min, int order_max, double qq, gsl_sf_mathieu_workspace *work,…
66 int gsl_sf_mathieu_b_array(int order_min, int order_max, double qq, gsl_sf_mathieu_workspace *work…
H A Dgsl_specfunc__mathieu_charv.c684 int gsl_sf_mathieu_a_array(int order_min, int order_max, double qq, gsl_sf_mathieu_workspace *work,… in gsl_sf_mathieu_a_array() argument
695 if (order_max > work->size || order_max <= order_min || order_min < 0) in gsl_sf_mathieu_a_array()
773 for (ii = order_min ; ii <= order_max ; ii++) in gsl_sf_mathieu_a_array()
782 int gsl_sf_mathieu_b_array(int order_min, int order_max, double qq, gsl_sf_mathieu_workspace *work,… in gsl_sf_mathieu_b_array() argument
791 if (order_max > work->size || order_max <= order_min || order_min < 0) in gsl_sf_mathieu_b_array()
843 for (ii = order_min ; ii <= order_max ; ii++) in gsl_sf_mathieu_b_array()
/dports/math/gsl/gsl-2.7/specfunc/
H A Dmathieu_charv.c710 int gsl_sf_mathieu_a_array(int order_min, int order_max, double qq, gsl_sf_mathieu_workspace *work,… in gsl_sf_mathieu_a_array() argument
721 if (order_max > work->size || order_max <= order_min || order_min < 0) in gsl_sf_mathieu_a_array()
799 for (ii = order_min ; ii <= order_max ; ii++) in gsl_sf_mathieu_a_array()
808 int gsl_sf_mathieu_b_array(int order_min, int order_max, double qq, gsl_sf_mathieu_workspace *work,… in gsl_sf_mathieu_b_array() argument
817 if (order_max > work->size || order_max <= order_min || order_min < 0) in gsl_sf_mathieu_b_array()
869 for (ii = order_min ; ii <= order_max ; ii++) in gsl_sf_mathieu_b_array()
H A Dgsl_sf_mathieu.h65 int gsl_sf_mathieu_a_array(int order_min, int order_max, double qq, gsl_sf_mathieu_workspace *work,…
66 int gsl_sf_mathieu_b_array(int order_min, int order_max, double qq, gsl_sf_mathieu_workspace *work…
/dports/science/healpix/Healpix_3.50/src/cxx/Healpix_cxx/
H A Dhpxtest.cc676 int omax=T_Healpix_Base<I>::order_max; in check_pixzphipix()
709 int omax=T_Healpix_Base<I>::order_max; in check_zphipixzphi()
747 int omax=T_Healpix_Base<I>::order_max; in check_pixangpix()
775 int omax=T_Healpix_Base<I>::order_max; in check_neighbors()
1245 int omax=T_Healpix_Base<I>::order_max; in perf_neighbors()
1265 int omax=T_Healpix_Base<I>::order_max; in perf_pix2ang()
1285 int omax=T_Healpix_Base<I>::order_max; in perf_pix2vec()
1305 int omax=T_Healpix_Base<I>::order_max; in perf_pix2zphi()
1326 int omax=T_Healpix_Base<I>::order_max; in perf_zphi2pix()
1347 int omax=T_Healpix_Base<I>::order_max; in perf_ang2pix()
[all …]
H A Dhealpix_base.cc166 planck_assert (((I(1)<<order_max)/nside_)>=fact, in query_disc_internal()
274 planck_assert ((I(1)<<(order_max-order_))>=fact, in query_disc_internal()
333 if ((sizeof(I)<8) && (((I(1)<<order_max)/nside_)<fact)) in query_disc_inclusive()
356 planck_assert (((I(1)<<order_max)/nside_)>=fact, in query_multidisc()
447 planck_assert ((I(1)<<(order_max-order_))>=fact, in query_multidisc()
518 int omax=min<int>(order_max,order_+oplus); // the order up to which we test in query_multidisc_general()
731 planck_assert ((order>=0)&&(order<=order_max), "bad order"); in Set()
1027 if ((sizeof(I)<8) && (((I(1)<<order_max)/nside_)<fact)) in query_polygon_inclusive()
H A Dmoc.h41 enum{maxorder=T_Healpix_Base<I>::order_max};
H A Dhealpix_base.h92 enum {order_max=Orderhelper__<I>::omax};
/dports/cad/gmsh/gmsh-4.9.2-source/Fltk/
H A DextraDialogs.cpp316 int order_max = CTX::instance()->mesh.cgnsImportOrder; in run() local
320 while(order < 5 && order <= order_max && order_max < 10 && order_max > 0) { in run()
/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/
H A Dcvtsudoers.h49 unsigned int order_max; member
H A Dcvtsudoers_ldif.c643 if (conf->order_max != 0 && conf->sudo_order > conf->order_max) { in print_userspec_ldif()
/dports/devel/lmdbg/lmdbg-1.3.0/scripts/
H A Dlmdbg-sort.in100 order_max='r'
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/
H A Dncbi_cache.hpp434 TOrder order_max = numeric_limits<TOrder>::max(); in x_PackElementIndex() local
461 if (*orders.rbegin() < order_max) { in x_PackElementIndex()
463 order_min = order_max; in x_PackElementIndex()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/
H A Dncbi_cache.hpp434 TOrder order_max = numeric_limits<TOrder>::max(); in x_PackElementIndex() local
461 if (*orders.rbegin() < order_max) { in x_PackElementIndex()
463 order_min = order_max; in x_PackElementIndex()
/dports/math/py-ducc0/ducc0-0.22.0/src/ducc0/healpix/
H A Dhealpix_base.cc202 MR_assert (((I(1)<<order_max)/nside_)>=fact, in query_disc_internal()
310 MR_assert ((I(1)<<(order_max-order_))>=fact, in query_disc_internal()
369 if ((sizeof(I)<8) && (((I(1)<<order_max)/nside_)<fact)) in query_disc_inclusive()
392 MR_assert (((I(1)<<order_max)/nside_)>=fact, in query_multidisc()
483 MR_assert ((I(1)<<(order_max-order_))>=fact, in query_multidisc()
554 size_t omax=min<size_t>(order_max,size_t(order_)+oplus); // the order up to which we test in query_multidisc_general()
728 MR_assert ((order>=0)&&(order<=order_max), "bad order"); in Set()
1024 if ((sizeof(I)<8) && (((I(1)<<order_max)/nside_)<fact)) in query_polygon_inclusive()
H A Dhealpix_base.h99 enum {order_max=Orderhelper__<I>::omax};
/dports/math/gsl/gsl-2.7/doc/
H A Dspecfunc-mathieu.rst194 .. function:: int gsl_sf_mathieu_a_array (int order_min, int order_max, double q, gsl_sf_mathieu_wo…
195 …int gsl_sf_mathieu_b_array (int order_min, int order_max, double q, gsl_sf_mathieu_workspace * wor…
199 :data:`order_max` inclusive, storing the results in the array :data:`result_array`.

12