Home
last modified time | relevance | path

Searched +defs:p +defs:di +defs:m (Results 1 – 25 of 1028) sorted by relevance

12345678910>>...42

/dports/math/blasfeo/blasfeo-0.1.2/blasfeo_api/
H A Ds_lapack_lib4.c213 int ii, jj, i0, i1, j0, ll, p; in sgetrf_nn_lib() local
418 void blasfeo_spotrf_l(int m, struct blasfeo_smat *sC, int ci, int cj, struct blasfeo_smat *sD, int … in blasfeo_spotrf_l()
754 void blasfeo_spotrf_l_mn(int m, int n, struct blasfeo_smat *sC, int ci, int cj, struct blasfeo_smat… in blasfeo_spotrf_l_mn()
1126 void blasfeo_sgetrf_np(int m, int n, struct blasfeo_smat *sC, int ci, int cj, struct blasfeo_smat *… in blasfeo_sgetrf_np()
1151 void blasfeo_sgetrf_rp(int m, int n, struct blasfeo_smat *sC, int ci, int cj, struct blasfeo_smat *… in blasfeo_sgetrf_rp()
1184 void blasfeo_sgeqrf(int m, int n, struct blasfeo_smat *sC, int ci, int cj, struct blasfeo_smat *sD,… in blasfeo_sgeqrf()
1204 void blasfeo_sgelqf(int m, int n, struct blasfeo_smat *sC, int ci, int cj, struct blasfeo_smat *sD,… in blasfeo_sgelqf()
1224 void blasfeo_sorglq(int m, int n, int k, struct blasfeo_smat *sC, int ci, int cj, struct blasfeo_sm… in blasfeo_sorglq()
1238 void blasfeo_sgelqf_pd(int m, int n, struct blasfeo_smat *sC, int ci, int cj, struct blasfeo_smat *… in blasfeo_sgelqf_pd()
1255 void blasfeo_sgelqf_pd_la(int m, int n1, struct blasfeo_smat *sD, int di, int dj, struct blasfeo_sm… in blasfeo_sgelqf_pd_la()
[all …]
H A Dd_lapack_lib4.c915 void blasfeo_dpotrf_l(int m, struct blasfeo_dmat *sC, int ci, int cj, struct blasfeo_dmat *sD, int … in blasfeo_dpotrf_l()
1145 void blasfeo_dpotrf_l_mn(int m, int n, struct blasfeo_dmat *sC, int ci, int cj, struct blasfeo_dmat… in blasfeo_dpotrf_l_mn()
2026 void blasfeo_dgetrf_np(int m, int n, struct blasfeo_dmat *sC, int ci, int cj, struct blasfeo_dmat *… in blasfeo_dgetrf_np()
2337 void blasfeo_dgetrf_rp(int m, int n, struct blasfeo_dmat *sC, int ci, int cj, struct blasfeo_dmat *… in blasfeo_dgetrf_rp()
2362 int ii, jj, i0, i1, j0, ll, p; in blasfeo_dgetrf_rp() local
3378 void blasfeo_dgeqrf(int m, int n, struct blasfeo_dmat *sC, int ci, int cj, struct blasfeo_dmat *sD,… in blasfeo_dgeqrf()
3462 void blasfeo_dgelqf(int m, int n, struct blasfeo_dmat *sC, int ci, int cj, struct blasfeo_dmat *sD,… in blasfeo_dgelqf()
3666 void blasfeo_dorglq(int m, int n, int k, struct blasfeo_dmat *sC, int ci, int cj, struct blasfeo_dm… in blasfeo_dorglq()
3771 void blasfeo_dgelqf_pd(int m, int n, struct blasfeo_dmat *sC, int ci, int cj, struct blasfeo_dmat *… in blasfeo_dgelqf_pd()
3942 void blasfeo_dgelqf_pd_la(int m, int n1, struct blasfeo_dmat *sD, int di, int dj, struct blasfeo_dm… in blasfeo_dgelqf_pd_la()
[all …]
/dports/math/gsl/gsl-2.7/linalg/
H A Dtest_ldlt.c30 test_ldlt_norm1(const gsl_matrix * m) in test_ldlt_norm1()
74 double di = gsl_vector_get(&d.vector, i); in test_ldlt_decomp_eps() local
125 gsl_matrix * m = gsl_matrix_alloc(N, N); in test_ldlt_decomp() local
188 gsl_matrix * m = gsl_matrix_alloc(N, N); in test_ldlt_solve() local
214 test_ldlt_band_decomp_eps(const size_t p, const gsl_matrix * m, const double eps, const char * desc) in test_ldlt_band_decomp_eps()
240 double di = gsl_vector_get(D, i); in test_ldlt_band_decomp_eps() local
295 size_t N, p; in test_ldlt_band_decomp() local
299 gsl_matrix * m = gsl_matrix_alloc(N, N); in test_ldlt_band_decomp() local
314 test_ldlt_band_solve_eps(const size_t p, const gsl_matrix * m, const gsl_vector * rhs, in test_ldlt_band_solve_eps()
349 size_t N, p; in test_ldlt_band_solve() local
[all …]
H A Dtest_cholesky.c298 double di = gsl_vector_get(&D.vector, i); in test_mcholesky_decomp_eps() local
320 double di = gsl_vector_get(&D.vector, i); in test_mcholesky_decomp_eps() local
517 gsl_permutation * p = gsl_permutation_alloc(N); in test_mcholesky_invert_eps() local
620 double di = gsl_vector_get(&D.vector, i); in test_pcholesky_decomp_eps() local
641 double di = gsl_vector_get(&D.vector, i); in test_pcholesky_decomp_eps() local
894 test_cholesky_band_decomp_eps(const size_t p, const gsl_matrix * m, const double eps, const char * … in test_cholesky_band_decomp_eps()
965 size_t N, p; in test_cholesky_band_decomp() local
984 test_cholesky_band_solve_eps(const int scale, const size_t p, const gsl_matrix * m, in test_cholesky_band_solve_eps()
1039 size_t N, p; in test_cholesky_band_solve() local
1069 test_cholesky_band_invert_eps(const size_t p, const gsl_matrix * m, const double eps, const char *d… in test_cholesky_band_invert_eps()
[all …]
/dports/textproc/gmetadom/gmetadom-0.2.6/src/gdome_cpp_smart/test/
H A Ddeep.cc48 doTest(int m, const char* name) in doTest()
52 DOMImplementation di; in doTest() local
56 Element p = doc.get_documentElement(); in doTest() local
/dports/comms/gammu/gammu-1.42.0/libgammu/service/sms/
H A Dgsmmulti.c81 int AlignIfSurrogatePair(GSM_Debug_Info *di, in AlignIfSurrogatePair()
115 int AlignIfCombinedCharacter(GSM_Debug_Info *di, in AlignIfCombinedCharacter()
157 int AlignIfCombinedSurrogate(GSM_Debug_Info *di, in AlignIfCombinedSurrogate()
197 int AlignSegmentForContent(GSM_Debug_Info *di, in AlignSegmentForContent()
212 GSM_Error GSM_AddSMS_Text_UDH(GSM_Debug_Info *di, in GSM_AddSMS_Text_UDH()
355 void GSM_SMSCounter(GSM_Debug_Info *di, in GSM_SMSCounter()
445 size_t i, p; in GSM_EncodeAlcatelMultiPartSMS() local
500 GSM_Error GSM_EncodeMultiPartSMS(GSM_Debug_Info *di, in GSM_EncodeMultiPartSMS()
508 size_t p; in GSM_EncodeMultiPartSMS() local
1318 gboolean GSM_DecodeLinkedText(GSM_Debug_Info *di, in GSM_DecodeLinkedText()
[all …]
/dports/games/freesynd/freesynd-0.7.5/src/
H A Dmissionmanager.cpp135 Mission *m = create_mission(level_data); in loadMission() local
316 DataIndex di; in create_mission() local
381 void MissionManager::createWeapons(const LevelData::LevelDataAll &level_data, DataIndex &di, Missio… in createWeapons()
480 void MissionManager::createVehicles(const LevelData::LevelDataAll &level_data, DataIndex &di, Missi… in createVehicles()
582 void MissionManager::createPeds(const LevelData::LevelDataAll &level_data, DataIndex &di, Mission *… in createPeds()
609 PedInstance *p = in createPeds() local
658 void MissionManager::createScriptedActionsForPed(Mission *pMission, DataIndex &di, const LevelData:… in createScriptedActionsForPed()
762 DataIndex &di, Mission *pMission) { in createObjectives()
822 PedInstance *p = pMission->ped(di.pindx[cindx]); in createObjectives() local
836 PedInstance *p = pMission->ped(di.pindx[cindx]); in createObjectives() local
[all …]
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/math/raw/
H A DMod.java18 public static void add(int[] p, int[] x, int[] y, int[] z) in add()
58 public static void invert(int[] m, int[] x, int[] z) in invert()
205 public static int[] random(int[] p) in random()
211 int m = p[len - 1]; in random() local
232 public static void subtract(int[] p, int[] x, int[] y, int[] z) in subtract()
286 int di = D[i] + (M[i] & condAdd); in cnormalize30() local
291 int di = D[last] + (M[last] & condAdd); in cnormalize30() local
301 int di = D[i] + (M[i] & condAdd); in cnormalize30() local
305 int di = D[last] + (M[last] & condAdd); in cnormalize30() local
379 int f = f0, g = g0, m, w, x, y, z; in divsteps30Var() local
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/v7fs/
H A Dv7fs_inode.c164 #define conv16(m) (mem->m = V7FS_VAL16(fs, (disk->m))) in v7fs_inode_setup_memory_image() argument
165 #define conv32(m) (mem->m = V7FS_VAL32(fs, (disk->m))) in v7fs_inode_setup_memory_image() argument
198 #define conv16(m) (disk->m = V7FS_VAL16(fs, (mem->m))) in v7fs_inode_setup_disk_image() argument
199 #define conv32(m) (disk->m = V7FS_VAL32(fs, (mem->m))) in v7fs_inode_setup_disk_image() argument
221 v7fs_inode_load(struct v7fs_self *fs, struct v7fs_inode *p, v7fs_ino_t n) in v7fs_inode_load()
224 struct v7fs_inode_diskimage *di; in v7fs_inode_load() local
268 struct v7fs_inode_diskimage *di = (struct v7fs_inode_diskimage *)buf; in v7fs_inode_writeback() local
/dports/graphics/argyllcms/Argyll_V1.9.2/target/
H A Dsimplat.c84 int di = s->di; in simplat_in_dev_gamut() local
114 int di = s->di; in snap_to_gamut() local
166 int e, di = s->di; in efunc() local
310 int m, k; in comp_basis() local
410 int di = s->di; in check_exists() local
435 int di = s->di; in new_node() local
504 double *p /* Perceptual value */ in simplat_read()
530 int di = s->di; in do_pass() local
892 int e, di = 2; in sa_percept() local
971 sptnode *p; in dump_image() local
[all …]
H A Dsimdlat.c86 int di = s->di; in simdlat_in_dev_gamut() local
117 int di = s->di; in snap_to_gamut() local
158 int e, di = s->di; in snap_to_gamut2() local
273 int m, k; in comp_basis() local
370 int di = s->di; in check_exists() local
395 int di = s->di; in new_node() local
465 double *p /* Perceptual value */ in simdlat_read()
491 int di = s->di; in do_pass() local
860 int e, di = 2; in sa_percept() local
939 sdtnode *p; in dump_image() local
[all …]
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dload-path.cc99 split_path (const std::string& p) in split_path()
286 load_path::set (const std::string& p, bool warn, bool is_init) in set()
862 const_dir_info_list_iterator p = find_dir_info (dir); in files() local
1029 dir_info di = *i; in move() local
1626 const_fcn_map_iterator p = fcn_map.find (fcn); in find_fcn() local
1698 const fcn_map_type& m = q->second; in find_method() local
1700 const_fcn_map_iterator p = m.find (meth); in find_method() local
1754 const fcn_map_type& m = cls_fnmap.second; in overloads() local
1810 auto p = file_info_list.begin (); in add_to_fcn_map() local
1918 const dir_info::fcn_file_map_type& m = ci.method_file_map; in add_to_method_map() local
[all …]
/dports/lang/ocaml/ocaml-4.05.0/byterun/
H A Dbacktrace_prim.c96 struct debug_info *di = caml_debug_info.contents[i]; in find_debug_info() local
207 struct debug_info *di = caml_debug_info.contents[i]; in caml_remove_debug_info() local
249 code_t p = (code_t) *sp; in caml_stash_backtrace() local
263 code_t *p = (code_t*) (*sp)++; in caml_next_frame_pointer() local
298 code_t p = caml_next_frame_pointer(&sp, &trsp); in caml_get_current_callstack() local
312 code_t p = caml_next_frame_pointer(&sp, &trsp); in caml_get_current_callstack() local
327 void read_main_debug_info(struct debug_info *di) in read_main_debug_info()
395 struct debug_info *di = find_debug_info(pc); in event_for_location() local
409 uintnat m = (low+high)/2; in event_for_location() local
/dports/lang/ocaml-nox11/ocaml-4.05.0/byterun/
H A Dbacktrace_prim.c96 struct debug_info *di = caml_debug_info.contents[i]; in find_debug_info() local
207 struct debug_info *di = caml_debug_info.contents[i]; in caml_remove_debug_info() local
249 code_t p = (code_t) *sp; in caml_stash_backtrace() local
263 code_t *p = (code_t*) (*sp)++; in caml_next_frame_pointer() local
298 code_t p = caml_next_frame_pointer(&sp, &trsp); in caml_get_current_callstack() local
312 code_t p = caml_next_frame_pointer(&sp, &trsp); in caml_get_current_callstack() local
327 void read_main_debug_info(struct debug_info *di) in read_main_debug_info()
395 struct debug_info *di = find_debug_info(pc); in event_for_location() local
409 uintnat m = (low+high)/2; in event_for_location() local
/dports/audio/mda-lv2/mda-lv2-1.2.6/src/
H A DmdaShepard.cpp182 float r=rate, dr=drate, o=out, p=pos, di; in process() local
183 int32_t x=max, m=mode, i1, i2; in process() local
234 float r=rate, dr=drate, o=out, p=pos, di; in processReplacing() local
235 int32_t x=max, m=mode, i1, i2; in processReplacing() local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp2a/
H A Dconcepts-using2.C12 template <typename ai> struct m { typedef g<ai> aj; }; argument
40 } di; variable
41 struct p { struct
H A Dconcepts-using3.C15 template <typename ai> struct m { typedef g<ai> aj; }; argument
43 } di; variable
44 struct p { struct
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp2a/
H A Dconcepts-using2.C12 template <typename ai> struct m { typedef g<ai> aj; }; argument
40 } di; variable
41 struct p { struct
H A Dconcepts-using3.C15 template <typename ai> struct m { typedef g<ai> aj; }; struct
43 } di; variable
44 struct p { struct
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp2a/
H A Dconcepts-using2.C12 template <typename ai> struct m { typedef g<ai> aj; }; struct
40 } di; variable
41 struct p { struct
H A Dconcepts-using3.C15 template <typename ai> struct m { typedef g<ai> aj; }; struct
43 } di; variable
44 struct p { struct
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp2a/
H A Dconcepts-using2.C12 template <typename ai> struct m { typedef g<ai> aj; }; struct
40 } di; variable
41 struct p { struct
H A Dconcepts-using3.C15 template <typename ai> struct m { typedef g<ai> aj; }; argument
43 } di; variable
44 struct p { struct
/dports/biology/bolt-lmm/BOLT-LMM_v2.3.4/src/
H A DBoltReml.cpp99 uint64 m = m0+mPlus; in multThetaMinusIs() local
135 uint64 m = m0+mPlus; in multThetaMinusIs() local
233 uint64 m = m0+mPlus; in updateVegs() local
274 uint64 m = m0+mPlus; in updateVegs() local
344 uint64 m = m0+mPlus; in computeMCgrad() local
385 uint64 m = m0+mPlus; in computeMCgrad() local
455 uint64 m = m0+mPlus; in multVmulti() local
496 uint64 m = m0+mPlus; in multVmulti() local
506 uint64 m = m0+mPlus; in multVmulti() local
611 double *p = pMultiCovCompVecs + b * D*(Nstride+Cstride); in conjGradSolveVmulti() local
[all …]
/dports/math/jags/JAGS-4.3.0/src/modules/mix/samplers/
H A DLDAFactory.cc71 vector<DeterministicNode *> const &di = gvi.deterministicChildren(); in checkTopicPrior() local
73 MixtureNode const *m = asMixture(di[0]); in checkTopicPrior() local
109 MixtureNode const *m = asMixture(dchild[j]); in checkWordPrior() local
181 for (Graph::const_iterator p = graph.begin(); p != graph.end(); ++p) in makeSamplers() local
193 for (set<StochasticNode*>::iterator p = dirichlet_nodes.begin(); in makeSamplers() local
207 for (LDAMap::const_iterator p = dirichlet_map.begin(); in makeSamplers() local

12345678910>>...42