Home
last modified time | relevance | path

Searched refs:j_index (Results 1 – 25 of 47) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/posix/
H A Dfile_descriptor_shuffle.cc31 for (size_t j_index = i_index + 1; j_index < m->size(); ++j_index) { in PerformInjectiveMultimapDestructive() local
32 InjectiveMultimap::value_type* j = &(*m)[j_index]; in PerformInjectiveMultimapDestructive()
39 for (size_t j_index = i_index + 1; j_index < m->size(); ++j_index) { in PerformInjectiveMultimapDestructive() local
40 InjectiveMultimap::value_type* j = &(*m)[j_index]; in PerformInjectiveMultimapDestructive()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/posix/
H A Dfile_descriptor_shuffle.cc30 for (size_t j_index = i_index + 1; j_index < m->size(); ++j_index) { in PerformInjectiveMultimapDestructive() local
31 InjectiveMultimap::value_type* j = &(*m)[j_index]; in PerformInjectiveMultimapDestructive()
38 for (size_t j_index = i_index + 1; j_index < m->size(); ++j_index) { in PerformInjectiveMultimapDestructive() local
39 InjectiveMultimap::value_type* j = &(*m)[j_index]; in PerformInjectiveMultimapDestructive()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/examples/proxies/cloverleaf3d-ref/
H A Dftocmacros.h14 #define FTNREF2D(i_index,j_index,i_size,i_lb,j_lb) ((i_size)*(j_index-(j_lb))+(i_index)-(i_lb)) argument
15 #define FTNREF3D(i_index,j_index,k_index,i_size,j_size,i_lb,j_lb,k_lb) (i_size)*(j_size)*(k_index-k… argument
16j_index,k_index,l_index,i_size,j_size,k_size,i_lb,j_lb,k_lb,l_lb) (i_size)*(j_size)*(k_size)*(l_in… argument
17j_index,k_index,l_index,m_index,i_size,j_size,k_size,l_size,i_lb,j_lb,k_lb,l_lb,m_lb) (i_size)*(j_… argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/base/posix/
H A Dfile_descriptor_shuffle.cc30 for (size_t j_index = i_index + 1; j_index < m->size(); ++j_index) { in PerformInjectiveMultimapDestructive() local
31 InjectiveMultimap::value_type* j = &(*m)[j_index]; in PerformInjectiveMultimapDestructive()
38 for (size_t j_index = i_index + 1; j_index < m->size(); ++j_index) { in PerformInjectiveMultimapDestructive() local
39 InjectiveMultimap::value_type* j = &(*m)[j_index]; in PerformInjectiveMultimapDestructive()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/base/posix/
H A Dfile_descriptor_shuffle.cc30 for (size_t j_index = i_index + 1; j_index < m->size(); ++j_index) { in PerformInjectiveMultimapDestructive() local
31 InjectiveMultimap::value_type* j = &(*m)[j_index]; in PerformInjectiveMultimapDestructive()
38 for (size_t j_index = i_index + 1; j_index < m->size(); ++j_index) { in PerformInjectiveMultimapDestructive() local
39 InjectiveMultimap::value_type* j = &(*m)[j_index]; in PerformInjectiveMultimapDestructive()
/dports/devel/gn/gn-1962/src/base/posix/
H A Dfile_descriptor_shuffle.cc30 for (size_t j_index = i_index + 1; j_index < m->size(); ++j_index) {
31 InjectiveMultimap::value_type* j = &(*m)[j_index];
38 for (size_t j_index = i_index + 1; j_index < m->size(); ++j_index) {
39 InjectiveMultimap::value_type* j = &(*m)[j_index];
/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dpair_reaxff_kokkos.cpp1577 j_index++; in operator ()()
1911 d_BO(i,j_index) = d_BO(i,j_index) * A0_ij; in operator ()()
1914 d_BO_s(i,j_index) = d_BO(i,j_index)-(d_BO_pi(i,j_index)+d_BO_pi2(i,j_index)); in operator ()()
1917 d_C2dbo(i,j_index) = d_BO(i,j_index) * A2_ij; in operator ()()
1918 d_C3dbo(i,j_index) = d_BO(i,j_index) * A2_ji; in operator ()()
1921 d_C2dbopi(i,j_index) = d_BO_pi(i,j_index) * A1_ij; in operator ()()
1922 d_C3dbopi(i,j_index) = d_BO_pi(i,j_index) * A3_ij; in operator ()()
1923 d_C4dbopi(i,j_index) = d_BO_pi(i,j_index) * A3_ji; in operator ()()
1926 d_C2dbopi2(i,j_index) = d_BO_pi2(i,j_index) * A1_ij; in operator ()()
1931 if (d_BO(i,j_index) < 1e-10) d_BO(i,j_index) = 0.0; in operator ()()
[all …]
/dports/graphics/devil/devil-1.7.8/test/format_test/
H A Dtestil.c101 int i, j, index, j_index; in generate_test_image() local
123 j_index = j * w * bpp; in generate_test_image()
124 data[j_index + i + RED] = 255 * red / sum; in generate_test_image()
125 data[j_index + i + GREEN] = 255 * green / sum; in generate_test_image()
126 data[j_index + i + BLUE] = 255 * blue / sum; in generate_test_image()
128 data[j_index + i + ALPHA] = 255; in generate_test_image()
133 j_index = j * w * bpp; in generate_test_image()
134 data[j_index + i + RED] = (i / bpp * 255) / w; in generate_test_image()
135 data[j_index + i + GREEN] = (i / bpp * 255) / w; in generate_test_image()
136 data[j_index + i + BLUE] = (i / bpp * 255) / w; in generate_test_image()
[all …]
/dports/science/chemps2/CheMPS2-1.8.10/CheMPS2/
H A DTwoDM.cpp471 for (int j_index=theindex+1; j_index<L; j_index++){ in FillSite() local
491 const int j_index = L - 1 - result[ 1 ]; in FillSite() local
492 const int k_index = j_index + result[ 0 ]; in FillSite()
500 … const double d3 = doD3(denT, S0tens[theindex][k_index-j_index][j_index-theindex-1], workmem); in FillSite()
510 … const double d4 = doD4(denT, F0tens[theindex][k_index-j_index][j_index-theindex-1], workmem); in FillSite()
511 … const double d5 = doD5(denT, F0tens[theindex][k_index-j_index][j_index-theindex-1], workmem); in FillSite()
512 … const double d6 = doD6(denT, F1tens[theindex][k_index-j_index][j_index-theindex-1], workmem); in FillSite()
570 const int j_index = L - 1 - result[ 1 ]; in FillSite() local
573 const int cnt1 = k_index - j_index; in FillSite()
574 const int cnt2 = j_index - theindex - 1; in FillSite()
[all …]
/dports/science/py-ase/ase-3.22.0/ase/calculators/
H A Deam.py722 for j_index in range(self.Nelements):
723 use = self.index[neighbors[nearest]] == j_index
726 pair_energy += np.sum(self.phi[self.index[i], j_index](
734 self.electron_density[j_index](r[nearest][use]))
741 self.d[self.index[i], j_index])
746 self.q[self.index[i], j_index])
800 for j_index in range(self.Nelements):
801 use = self.index[neighbors[nearest]] == j_index
807 scale = (self.d_phi[self.index[i], j_index](rnuse) +
813 scale = (self.d_phi[self.index[i], j_index](rnuse) +
[all …]
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/scripts/language_model/
H A Dxlnet_qa_evaluate.py72 j_index = j * end_n_top + i
73 end_log_prob = result.end_top_log_probs[j_index]
74 end_index = int(result.end_top_index[j_index])
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxpreprocess/
H A Dgpp_nextnb.cpp177 int i, j, j_index; in nnb2excl() local
218 j_index = 0; in nnb2excl()
225 s[j_index++] = s[j - 1]; in nnb2excl()
228 s[j_index++] = s[j - 1]; in nnb2excl()
230 nr_of_sortables = j_index; in nnb2excl()
231 prints("after rm-double", j_index, s); in nnb2excl()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_es/
H A Des.c268 char j_index[ES_BULK_HEADER]; in elasticsearch_format() local
334 index_len = snprintf(j_index, in elasticsearch_format()
340 index_len = snprintf(j_index, in elasticsearch_format()
446 index_len = snprintf(j_index, in elasticsearch_format()
452 index_len = snprintf(j_index, in elasticsearch_format()
496 index_len = snprintf(j_index, in elasticsearch_format()
502 index_len = snprintf(j_index, in elasticsearch_format()
512 index_len = snprintf(j_index, in elasticsearch_format()
518 index_len = snprintf(j_index, in elasticsearch_format()
537 ret = es_bulk_append(bulk, j_index, index_len, in elasticsearch_format()
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/analysis/magnetism/
H A Dheisenberg.py334 j_index = v
343 j_ij = str(i_index) + "-" + str(j_index) + order
344 j_ji = str(j_index) + "-" + str(i_index) + order
642 j_index = v
654 j_ij = str(i_index) + "-" + str(j_index) + order
655 j_ji = str(j_index) + "-" + str(i_index) + order
1033 j_index = self.unique_site_ids[k]
1045 j_ij = str(i_index) + "-" + str(j_index) + order
1046 j_ji = str(j_index) + "-" + str(i_index) + order
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/
H A D_remove_redundancy.py209 for j_index in range(0, len(js), batch):
210 j_indices = js[j_index: min(j_index+batch, len(js))]
214 j = js[j_index + np.argmax(c)] # very independent column
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/speech_recognition/
H A Dstt_metric.py206 for j_index in range(pred_pos, n_pred):
207 tail_pred = n_pred - 1 - j_index
208 c_pred = char_pred[j_index]
214 pred_pos = j_index + 1
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/speech_recognition/
H A Dstt_metric.py206 for j_index in range(pred_pos, n_pred):
207 tail_pred = n_pred - 1 - j_index
208 c_pred = char_pred[j_index]
214 pred_pos = j_index + 1
/dports/devel/py-tables/tables-3.6.1/bench/
H A Doptimal-chunksize.py87 j_index = numpy.random.randint(0, M, 256)
99 for j in j_index:
/dports/games/openlierox/OpenLieroX/src/client/
H A DCInput.cpp263 static bool checkJoystickState(int flag, int extra, int j_index) { in checkJoystickState() argument
264 SDL_Joystick *joy = joys[j_index]; in checkJoystickState()
310 … if (SDL_JoystickGetAxis(joy, axis_Throttle) - oldJoystickAxisValues[j_index][axis_Throttle] < -50) in checkJoystickState()
314 if (SDL_JoystickGetAxis(joy, axis_Throttle) - oldJoystickAxisValues[j_index][axis_Throttle] > 50) in checkJoystickState()
/dports/biology/mmseqs2/MMseqs2-13-45111/src/prefiltering/
H A DExtendedSubstitutionMatrix.cpp48 const unsigned int j_index=indexer.int2index(&permutation[j][0]); in calcScoreMatrix() local
51 tmpScoreMatrix[j].second = j_index; in calcScoreMatrix()
/dports/graphics/blender/blender-2.91.0/extern/mantaflow/helper/util/
H A Drcmatrix.h716 N j_index = it.index(); in multiply() local
717 assert(j_index < rhs.size()); in multiply()
718 new_value += rhs[j_index] * it.value(); in multiply()
987 N j_index = it.index(); in multiply() local
988 assert(j_index < rhs.size()); in multiply()
989 new_value += rhs[j_index] * it.value(); in multiply()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/grid/
H A Dgrid_collocate.F666 j_index, jl, jlx, jly, jlz, k, k_index, kl, klx, kly, klz, lpx, lpy, lpz, lx, ly, lz, & local
793 j_index = MODULO(j, ng(2)) + 1
795 j_index = j - index_min(2) + offset(2)
855 grid(i_index, j_index, k_index) = grid(i_index, j_index, k_index) + res
/dports/databases/pymongo/pymongo-3.12.0/test/
H A Dtest_cursor.py464 j_index = [("j", ASCENDING)]
465 db.test.create_index(j_index)
475 cursor = find([("j", 3)], j_index)
479 cursor = find((("j", 3),), j_index)
503 j_index = [("j", ASCENDING)]
504 db.test.create_index(j_index)
514 cursor = find([("j", 3)], j_index)
518 cursor = find((("j", 3),), j_index)
541 j_index = [("j", ASCENDING)]
542 coll.create_index(j_index)
/dports/science/octopus/octopus-10.5/src/scf/
H A Drdmft.F90100 integer, allocatable :: j_index(:,:) component
204 SAFE_ALLOCATE(rdm%j_index(1:2,1:rdm%n_twoint))
214 rdm%j_index = M_ZERO
264 SAFE_DEALLOCATE_A(rdm%j_index)
331 …e_two_body(st, namespace, gr, hm%exxop%psolver, 1, st%nst, rdm%i_index, rdm%j_index, rdm%k_index, &
1428 jst = rdm%j_index(1,icount)
/dports/graphics/s2/s2geometry-0.9.0/src/s2/
H A Ds2closest_edge_query_test.cc466 int j_index = S2Testing::rnd.Uniform(num_indexes); in TestWithIndexFactory() local
467 S2ClosestEdgeQuery::ShapeIndexTarget target(indexes[j_index].get()); in TestWithIndexFactory()

12