Home
last modified time | relevance | path

Searched refs:larr (Results 1 – 25 of 1673) sorted by relevance

12345678910>>...67

/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/doc/wiki/Template/
H A DTalk_archive_navigation.mwiki10 …{{BASEPAGENAME}}/Archive 1|0|1}})||[[{{NAMESPACE}}:{{BASEPAGENAME}}/Archive 1|← Archive 1]]}}|
11 …{{BASEPAGENAME}}/Archive 2|0|1}})||[[{{NAMESPACE}}:{{BASEPAGENAME}}/Archive 2|← Archive 2]]}}|
12 …{{BASEPAGENAME}}/Archive 3|0|1}})||[[{{NAMESPACE}}:{{BASEPAGENAME}}/Archive 3|← Archive 3]]}}|
13 …{{BASEPAGENAME}}/Archive 4|0|1}})||[[{{NAMESPACE}}:{{BASEPAGENAME}}/Archive 4|← Archive 4]]}}|
14 …{{BASEPAGENAME}}/Archive 5|0|1}})||[[{{NAMESPACE}}:{{BASEPAGENAME}}/Archive 5|← Archive 5]]}}|
15 …{{BASEPAGENAME}}/Archive 6|0|1}})||[[{{NAMESPACE}}:{{BASEPAGENAME}}/Archive 6|← Archive 6]]}}|
16 …{{BASEPAGENAME}}/Archive 7|0|1}})||[[{{NAMESPACE}}:{{BASEPAGENAME}}/Archive 7|← Archive 7]]}}|
17 …{{BASEPAGENAME}}/Archive 8|0|1}})||[[{{NAMESPACE}}:{{BASEPAGENAME}}/Archive 8|← Archive 8]]}}|
18 …{{BASEPAGENAME}}/Archive 9|0|1}})||[[{{NAMESPACE}}:{{BASEPAGENAME}}/Archive 9|← Archive 9]]}}|
19 …ASEPAGENAME}}/Archive 10|0|1}})||[[{{NAMESPACE}}:{{BASEPAGENAME}}/Archive 10|← Archive 10]]}}|
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/cmd/gvpr/lib/
H A Dget-layers-list2 char* larr[int];
6 tokens($.layers,larr,$.layersep);
8 tokens($.layers,larr," :\t");
9 for (larr[i]) {
10 if (i>0) printf(" %s",larr[i]);
11 else printf("%s",larr[i]);
/dports/lang/cython/Cython-0.29.24/tests/memoryview/
H A Dmemoryviewattrs.pyx34 cdef char[:,:,:] larr = array((5,7,11), 1, 'c')
35 print larr.shape[0], larr.shape[1], larr.shape[2]
36 print larr.strides[0], larr.strides[1], larr.strides[2]
37 print larr.suboffsets[0], larr.suboffsets[1], larr.suboffsets[2]
40 larr = array((5,7,11), 1, 'c', mode='fortran')
41 print larr.shape[0], larr.shape[1], larr.shape[2]
42 print larr.strides[0], larr.strides[1], larr.strides[2]
43 print larr.suboffsets[0], larr.suboffsets[1], larr.suboffsets[2]
46 cdef char[:,:,:] c_contig = larr.copy()
/dports/lang/cython-devel/cython-2b1e743/tests/memoryview/
H A Dmemoryviewattrs.pyx26 cdef char[:,:,:] larr = array((5,7,11), 1, 'c')
27 print larr.shape[0], larr.shape[1], larr.shape[2]
28 print larr.strides[0], larr.strides[1], larr.strides[2]
29 print larr.suboffsets[0], larr.suboffsets[1], larr.suboffsets[2]
32 larr = array((5,7,11), 1, 'c', mode='fortran')
33 print larr.shape[0], larr.shape[1], larr.shape[2]
34 print larr.strides[0], larr.strides[1], larr.strides[2]
35 print larr.suboffsets[0], larr.suboffsets[1], larr.suboffsets[2]
38 cdef char[:,:,:] c_contig = larr.copy()
/dports/biology/infernal/infernal-1.1.3/easel/miniapps/
H A Desl-selectn.c57 char **larr = NULL; /* sampled line ptr array, [0..m-1] */ in main() local
75 if ((larr = malloc(sizeof(char *) * m)) == NULL) esl_fatal("allocation failed"); in main()
76 for (i = 0; i < m; i++) larr[i] = NULL; in main()
88 larr[n-1] = buf; in main()
94 free(larr[r]); in main()
95 larr[r] = buf; in main()
105 for (i = 0; i < m; i++) printf("%s", larr[i]); in main()
108 for (i = 0; i < m; i++) free(larr[i]); in main()
109 free(larr); in main()
/dports/biology/hmmer/hmmer-3.3/easel/miniapps/
H A Desl-selectn.c57 char **larr = NULL; /* sampled line ptr array, [0..m-1] */ in main() local
75 if ((larr = malloc(sizeof(char *) * m)) == NULL) esl_fatal("allocation failed"); in main()
76 for (i = 0; i < m; i++) larr[i] = NULL; in main()
88 larr[n-1] = buf; in main()
94 free(larr[r]); in main()
95 larr[r] = buf; in main()
105 for (i = 0; i < m; i++) printf("%s", larr[i]); in main()
108 for (i = 0; i < m; i++) free(larr[i]); in main()
109 free(larr); in main()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreShadowCameraSetupPlaneOptimal.cpp108 double larr[4]; in computeConstrainedProjection() local
109 larr[0] = pinhole.x; in computeConstrainedProjection()
110 larr[1] = pinhole.y; in computeConstrainedProjection()
111 larr[2] = pinhole.z; in computeConstrainedProjection()
112 larr[3] = pinhole.w; in computeConstrainedProjection()
120 mat[2][ind++] = larr[i]; in computeConstrainedProjection()
122 col[2] = -larr[nzind]; in computeConstrainedProjection()
129 larr[0] = fpoint[i].x; in computeConstrainedProjection()
130 larr[1] = fpoint[i].y; in computeConstrainedProjection()
131 larr[2] = fpoint[i].z; in computeConstrainedProjection()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreShadowCameraSetupPlaneOptimal.cpp112 PreciseReal larr[4]; in computeConstrainedProjection() local
113 larr[0] = pinhole.x; in computeConstrainedProjection()
114 larr[1] = pinhole.y; in computeConstrainedProjection()
115 larr[2] = pinhole.z; in computeConstrainedProjection()
116 larr[3] = pinhole.w; in computeConstrainedProjection()
126 col[2] = -larr[nzind]; in computeConstrainedProjection()
133 larr[0] = fpoint[i].x; in computeConstrainedProjection()
134 larr[1] = fpoint[i].y; in computeConstrainedProjection()
135 larr[2] = fpoint[i].z; in computeConstrainedProjection()
136 larr[3] = fpoint[i].w; in computeConstrainedProjection()
[all …]
/dports/converters/p5-Convert-ASN1/Convert-ASN1-0.33/lib/Convert/ASN1/
H A D_decode.pm74 $buf,$npos,$len, $larr
93 $larr,
173 $buf,$npos,$len,$larr,
196 $larr,
234 $larr,
467 $_[4],$npos,$len,$larr,
482 $larr,
507 $_[4],$npos,$len,$larr,
524 $larr,
628 my($pos,$end,$larr) = @_[1,2,3];
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/thoas/go-funk/
H A Djoin_primitives.go6 func JoinInt(larr, rarr []int, fnc JoinIntFnc) []int { argument
7 return fnc(larr, rarr)
68 func JoinInt32(larr, rarr []int32, fnc JoinInt32Fnc) []int32 { argument
69 return fnc(larr, rarr)
130 func JoinInt64(larr, rarr []int64, fnc JoinInt64Fnc) []int64 { argument
131 return fnc(larr, rarr)
192 func JoinString(larr, rarr []string, fnc JoinStringFnc) []string { argument
193 return fnc(larr, rarr)
254 func JoinFloat32(larr, rarr []float32, fnc JoinFloat32Fnc) []float32 { argument
255 return fnc(larr, rarr)
[all …]
/dports/devel/bit/bit-1.1.2/vendor/github.com/thoas/go-funk/
H A Djoin_primitives.go6 func JoinInt(larr, rarr []int, fnc JoinIntFnc) []int { argument
7 return fnc(larr, rarr)
70 func JoinInt32(larr, rarr []int32, fnc JoinInt32Fnc) []int32 { argument
71 return fnc(larr, rarr)
134 func JoinInt64(larr, rarr []int64, fnc JoinInt64Fnc) []int64 { argument
135 return fnc(larr, rarr)
198 func JoinString(larr, rarr []string, fnc JoinStringFnc) []string { argument
199 return fnc(larr, rarr)
262 func JoinFloat32(larr, rarr []float32, fnc JoinFloat32Fnc) []float32 { argument
263 return fnc(larr, rarr)
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/srs/projections/proj/
H A Dlarr.hpp54 namespace detail { namespace larr namespace
107 struct larr_spheroid : public detail::larr::base_larr_spheroid<T, Parameters>
111 : detail::larr::base_larr_spheroid<T, Parameters>(par) in larr_spheroid()
113 detail::larr::setup_larr(this->m_par); in larr_spheroid()
129 BOOST_GEOMETRY_PROJECTIONS_DETAIL_FACTORY_INIT_ENTRY(larr, larr_entry); in BOOST_GEOMETRY_PROJECTIONS_DETAIL_STATIC_PROJECTION()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/geometry/srs/projections/proj/
H A Dlarr.hpp54 namespace detail { namespace larr
107 struct larr_spheroid : public detail::larr::base_larr_spheroid<T, Parameters>
111 : detail::larr::base_larr_spheroid<T, Parameters>(par)
113 detail::larr::setup_larr(this->m_par);
129 BOOST_GEOMETRY_PROJECTIONS_DETAIL_FACTORY_INIT_ENTRY(larr, larr_entry);
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/
H A Dpr86655.cc40 unsigned int larr[4] = {0u, 1u, 2u, 5u}; in test_m_gt_l() local
42 for (unsigned int m = larr[l] + 1u; m <= larr[l] + 2u; ++m) in test_m_gt_l()
46 VERIFY(std::tr1::assoc_legendre(larr[l], m, x) == _Tp(0)); in test_m_gt_l()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/
H A Dpr86655.cc40 unsigned int larr[4] = {0u, 1u, 2u, 5u}; in test_m_gt_l() local
42 for (unsigned int m = larr[l] + 1u; m <= larr[l] + 2u; ++m) in test_m_gt_l()
46 VERIFY(std::tr1::assoc_legendre(larr[l], m, x) == _Tp(0)); in test_m_gt_l()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/
H A Dpr86655.cc40 unsigned int larr[4] = {0u, 1u, 2u, 5u}; in test_m_gt_l() local
42 for (unsigned int m = larr[l] + 1u; m <= larr[l] + 2u; ++m) in test_m_gt_l()
46 VERIFY(std::tr1::assoc_legendre(larr[l], m, x) == _Tp(0)); in test_m_gt_l()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/
H A Dpr86655.cc40 unsigned int larr[4] = {0u, 1u, 2u, 5u}; in test_m_gt_l() local
42 for (unsigned int m = larr[l] + 1u; m <= larr[l] + 2u; ++m) in test_m_gt_l()
46 VERIFY(std::tr1::assoc_legendre(larr[l], m, x) == _Tp(0)); in test_m_gt_l()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/
H A Dpr86655.cc40 unsigned int larr[4] = {0u, 1u, 2u, 5u}; in test_m_gt_l() local
42 for (unsigned int m = larr[l] + 1u; m <= larr[l] + 2u; ++m) in test_m_gt_l()
46 VERIFY(std::tr1::assoc_legendre(larr[l], m, x) == _Tp(0)); in test_m_gt_l()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/
H A Dpr86655.cc40 unsigned int larr[4] = {0u, 1u, 2u, 5u}; in test_m_gt_l() local
42 for (unsigned int m = larr[l] + 1u; m <= larr[l] + 2u; ++m) in test_m_gt_l()
46 VERIFY(std::tr1::assoc_legendre(larr[l], m, x) == _Tp(0)); in test_m_gt_l()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/
H A Dpr86655.cc40 unsigned int larr[4] = {0u, 1u, 2u, 5u}; in test_m_gt_l() local
42 for (unsigned int m = larr[l] + 1u; m <= larr[l] + 2u; ++m) in test_m_gt_l()
46 VERIFY(std::tr1::assoc_legendre(larr[l], m, x) == _Tp(0)); in test_m_gt_l()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/
H A Dpr86655.cc40 unsigned int larr[4] = {0u, 1u, 2u, 5u}; in test_m_gt_l() local
42 for (unsigned int m = larr[l] + 1u; m <= larr[l] + 2u; ++m) in test_m_gt_l()
46 VERIFY(std::tr1::assoc_legendre(larr[l], m, x) == _Tp(0)); in test_m_gt_l()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/
H A Dpr86655.cc40 unsigned int larr[4] = {0u, 1u, 2u, 5u}; in test_m_gt_l() local
42 for (unsigned int m = larr[l] + 1u; m <= larr[l] + 2u; ++m) in test_m_gt_l()
46 VERIFY(std::tr1::assoc_legendre(larr[l], m, x) == _Tp(0)); in test_m_gt_l()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/
H A Dpr86655.cc40 unsigned int larr[4] = {0u, 1u, 2u, 5u}; in test_m_gt_l() local
42 for (unsigned int m = larr[l] + 1u; m <= larr[l] + 2u; ++m) in test_m_gt_l()
46 VERIFY(std::tr1::assoc_legendre(larr[l], m, x) == _Tp(0)); in test_m_gt_l()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/22_sph_legendre/
H A Dpr86655.cc40 unsigned int larr[4] = {0u, 1u, 2u, 5u}; in test_m_gt_l() local
42 for (unsigned int m = larr[l] + 1u; m <= larr[l] + 2u; ++m) in test_m_gt_l()
46 VERIFY(std::tr1::sph_legendre(larr[l], m, theta) == _Tp(0)); in test_m_gt_l()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/22_sph_legendre/
H A Dpr86655.cc40 unsigned int larr[4] = {0u, 1u, 2u, 5u}; in test_m_gt_l() local
42 for (unsigned int m = larr[l] + 1u; m <= larr[l] + 2u; ++m) in test_m_gt_l()
46 VERIFY(std::tr1::sph_legendre(larr[l], m, theta) == _Tp(0)); in test_m_gt_l()

12345678910>>...67