/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/peigs/src/c/ |
H A D | mxm_ll1.c | 101 DoublePrecision *F_ptr, *L_ptr, t; local 352 F_ptr = (DoublePrecision *) scratch; 361 t = *(F_ptr + i); 366 t = *(F_ptr + i); 371 F_ptr += ll; 454 F_ptr = (DoublePrecision *) scratch; 463 t = *(F_ptr + ii); 468 t = *(F_ptr + ii); 473 F_ptr += ll;
|
H A D | mxm5x.c | 129 DoublePrecision *F_ptr, *U_ptr, t; local 376 F_ptr = scratch; 382 t = ddot_( &isize, &F_ptr[i], &ONE, U_ptr , &ONE); 386 F_ptr += ll; 449 F_ptr = scratch; 455 t = ddot_( &isize, &F_ptr[ii], &ONE, U_ptr , &ONE); 459 F_ptr += ll;
|
/dports/science/nwchem-data/nwchem-7.0.2-release/src/peigs/src/c/ |
H A D | mxm_ll1.c | 101 DoublePrecision *F_ptr, *L_ptr, t; local 352 F_ptr = (DoublePrecision *) scratch; 361 t = *(F_ptr + i); 366 t = *(F_ptr + i); 371 F_ptr += ll; 454 F_ptr = (DoublePrecision *) scratch; 463 t = *(F_ptr + ii); 468 t = *(F_ptr + ii); 473 F_ptr += ll;
|
H A D | mxm5x.c | 129 DoublePrecision *F_ptr, *U_ptr, t; local 376 F_ptr = scratch; 382 t = ddot_( &isize, &F_ptr[i], &ONE, U_ptr , &ONE); 386 F_ptr += ll; 449 F_ptr = scratch; 455 t = ddot_( &isize, &F_ptr[ii], &ONE, U_ptr , &ONE); 459 F_ptr += ll;
|
/dports/math/sdpa/sdpa-7.3.8/mex/ |
H A D | mexsdpa.cpp | 35 mxArray *F_ptr, in sdpasolver() argument 297 dims = (mwIndex*)mxGetDimensions(F_ptr); in sdpasolver() 301 cell_index = mxCalcSingleSubscript(F_ptr, 2, subscript); in sdpasolver() 302 cell_ptr = mxGetCell(F_ptr, cell_index); in sdpasolver() 305 dims = (mwIndex*)mxGetDimensions(F_ptr); in sdpasolver() 711 *F_ptr, in mexFunction() local 740 F_ptr = (mxArray*)prhs[4]; in mexFunction() 783 F_ptr, in mexFunction()
|
/dports/science/dynare/dynare-4.6.4/contrib/dmm/ |
H A D | ReadMatLabDesign.for | 51 INTEGER C_ptr, H_ptr, G_ptr, A_ptr, F_ptr, R_ptr 166 F_ptr = engGetVariable(ep, 'F'C) 167 IF(F_ptr.NE.0) THEN 168 CALL mxCopyPtrToReal8(mxGetPr(F_ptr), F, nx*nx*ns(5)) 192 CALL mxDestroyArray(F_ptr)
|
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/usac/ |
H A D | fundamental_solver.cpp | 126 auto * F_ptr = (double *) models[k].data; in estimate() local 136 F_ptr[8] = 1; in estimate() 138 F_ptr[8] = 0; in estimate() 141 F_ptr[i] = f1[i] * lambda + f2[i] * mu; in estimate()
|
/dports/graphics/box/box-0.4.0/libs/g/ |
H A D | i_put.c | 85 BoxPoint *F_ptr, *B_ptr; in put_calculate() local 89 F_ptr = buff_firstitemptr(& w->put.fig_points, BoxPoint); in put_calculate() 103 if (!aput_autoput(F_ptr, B_ptr, weight_ptr, F_num, w->put.auto_transforms)) in put_calculate()
|
/dports/graphics/colmap/colmap-3.6/src/feature/ |
H A D | sift.cc | 1245 float* F_ptr = nullptr; in MatchGuidedSiftFeaturesGPU() local 1250 F_ptr = F.data(); in MatchGuidedSiftFeaturesGPU() 1261 CHECK(F_ptr != nullptr || H_ptr != nullptr); in MatchGuidedSiftFeaturesGPU() 1270 H_ptr, F_ptr, static_cast<float>(match_options.max_distance), in MatchGuidedSiftFeaturesGPU()
|