Home
last modified time | relevance | path

Searched refs:j_x (Results 1 – 25 of 42) sorted by relevance

12

/dports/math/heyoka/heyoka-0.16.0/test/
H A Dback_and_forth.cpp88 const auto [j_x, j_v] = kep_to_cart(j_kep, sun_mu); in __anon852cd5980302()
97 … fp_t{j_x[0]}, fp_t{j_x[1]}, fp_t{j_x[2]}, fp_t{j_v[0]}, fp_t{j_v[1]}, fp_t{j_v[2]}, in __anon852cd5980302()
108 REQUIRE(st[6] == approximately(j_x[0], fp_t{1E4})); in __anon852cd5980302()
109 REQUIRE(st[7] == approximately(j_x[1], fp_t{1E4})); in __anon852cd5980302()
110 REQUIRE(st[8] == approximately(j_x[2], fp_t{1E4})); in __anon852cd5980302()
H A Dnbody.cpp83 const auto [j_x, j_v] = kep_to_cart(j_kep, sun_mu);
92 j_x[0], j_x[1], j_x[2], j_v[0], j_v[1], j_v[2],
/dports/emulators/anese/ANESE-0.9.1/roms/tests/ppu/ppu_read_buffer/source/gfx/
H A Dscolorq.inc432 for(int j_x = 0; j_x < b.get_width(); j_x++) {
436 k_x+offset_x <= j_x + radius_width &&
449 int i_x, int i_y, int j_x, int j_y)
453 int k_x = j_x - i_x + radius_width;
473 for(int j_x = i_x - radius_width; j_x <= i_x + radius_width; j_x++) {
474 if (j_x < 0) j_x = 0;
475 if (j_x >= a.get_width()) break;
605 for (int j_x=std::max(0, i_x - center_x); j_x<max_j_x; j_x++) {
629 int j_x, int j_y, int alpha,
710 for (int j_x=0; j_x<coarse_variables.get_width(); j_x++) {
[all …]
/dports/math/cppad/CppAD-20210000.8/include/cppad/core/atomic/
H A Dtwo_for_sparse_hes.hpp341 size_t j_x = *itr_j; in for_sparse_hes() local
342 while( j_x < np1 ) in for_sparse_hes()
344 j_x, j_x, np1 + x_index[i], for_sparsity in for_sparse_hes()
346 j_x = *(++itr_j); in for_sparse_hes()
/dports/games/renpy/renpy-7.4.11-sdk/renpy/text/
H A Dtexwrap.pyx111 cdef double j_x, width
124 j_x = words[j-1].end_x
138 width = j_x - words[i].start_x
/dports/graphics/glexcess/glexcess/
H A Dscene11.cpp48 GLfloat j_x,j_y,xp; member
110 parts[i].j_x=.001*((GLfloat)(rand()%12000)); in j_InitGL()
111 if (parts[i].j_x>6.0f) parts[i].j_x-=12.0f; in j_InitGL()
597 glTranslatef(-1+parts[i].j_x/2.3,-.6-parts[i].j_y/10,0); in j_DrawGLScene()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/paint_preview/player/android/
H A Dplayer_compositor_delegate_android.cc195 jint j_x, in OnClick() argument
200 gfx::Rect(static_cast<int>(j_x), static_cast<int>(j_y), 1U, 1U)); in OnClick()
H A Dplayer_compositor_delegate_android.h48 jint j_x,
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/mobi/
H A Dtbs_periodicals.rst31 … Index Entry: 0 (Parent index: -1, Depth: 0, Offset: 215, Size: 68470) [j_x's Google reader]
42 … Index Entry: 0 (Parent index: -1, Depth: 0, Offset: 215, Size: 93254) [j_x's Google reader]
57 … Index Entry: 0 (Parent index: -1, Depth: 0, Offset: 215, Size: 79253) [j_x's Google reader]
80 … Index Entry: 0 (Parent index: -1, Depth: 0, Offset: 215, Size: 35372) [j_x's Google reader]
104 … Index Entry: 0 (Parent index: -1, Depth: 0, Offset: 215, Size: 25320) [j_x's Google reader]
326 … Index Entry: 0 (Parent index: -1, Depth: 0, Offset: 215, Size: 68470) [j_x's Google reader]
347 … Index Entry: 0 (Parent index: -1, Depth: 0, Offset: 215, Size: 34739) [j_x's Google reader]
/dports/math/SCIP/scip-7.0.3/src/cppad/core/
H A Datomic_base.hpp1909 size_t j_x = *itr_j; in for_sparse_hes() local
1910 while( j_x < for_jac_sparsity.end() ) in for_sparse_hes()
1912 j_x, j_x, x_index[i], for_jac_sparsity in for_sparse_hes()
1914 j_x = *(++itr_j); in for_sparse_hes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/paint_preview/player/android/
H A Dplayer_compositor_delegate_android.h58 jint j_x,
H A Dplayer_compositor_delegate_android.cc299 jint j_x, in OnClick() argument
304 gfx::Rect(static_cast<int>(j_x), static_cast<int>(j_y), 1U, 1U)); in OnClick()
/dports/math/ogdf/OGDF/src/ogdf/energybased/fmmm/
H A DNewMultipoleMethod.cpp1362 int j_x = max_power_of_2_index+1; in find_small_cell_by_formula() local
1384 j_x = static_cast<int>(ceil(std::log2(Sm_boxlength / (max.m_x - min.m_x)))); in find_small_cell_by_formula()
1400 || (j_x > max_power_of_2_index && j_y > max_power_of_2_index) in find_small_cell_by_formula()
1401 || (j_x > max_power_of_2_index && !rectangle_is_vertical_line) in find_small_cell_by_formula()
1412 a1 = static_cast<int>(ceil((min.m_x / Sm_boxlength) * power_of_two(j_x))); in find_small_cell_by_formula()
1413 a2 = static_cast<int>(floor((max.m_x / Sm_boxlength) * power_of_two(j_x))); in find_small_cell_by_formula()
1414 h1 = (Sm_boxlength / power_of_two(j_x)) * a1; in find_small_cell_by_formula()
1425 k = j_x - j_minus_k; in find_small_cell_by_formula()
1427 Sm_x_position = a1 / power_of_two(j_x - Sm_x_level); in find_small_cell_by_formula()
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_proj.c659 GMT->current.proj.j_ix = 1.0 / GMT->current.proj.j_x; in gmtproj_vmerc()
672 *x = GMT->current.proj.j_x * D2R * lon; in gmtproj_merc_sph()
693 GMT->current.proj.j_ix = 1.0 / GMT->current.proj.j_x; in gmtproj_vcyleq()
703 *x = lon * GMT->current.proj.j_x; in gmtproj_cyleq()
732 GMT->current.proj.j_ix = 1.0 / GMT->current.proj.j_x; in gmtproj_vcyleqdist()
740 *x = lon * GMT->current.proj.j_x; in gmtproj_cyleqdist()
772 GMT->current.proj.j_ix = 1.0 / GMT->current.proj.j_x; in gmtproj_vmiller()
810 GMT->current.proj.j_ix = 1.0 / GMT->current.proj.j_x; in gmtproj_vmiller()
818 *x = lon * GMT->current.proj.j_x; in gmtproj_miller()
847 *x = lon * GMT->current.proj.j_x; in gmtproj_cylstereo()
[all …]
H A Dgmt_project.h392 double j_x, j_y, j_ix, j_iy, j_yc; member
H A Dgmt_map.c2856 GMT->current.proj.j_x *= D; in gmtmap_init_merc()
/dports/devel/p5-Algorithm-Networksort/Algorithm-Networksort-2.02/lib/Algorithm/
H A DNetworksort.pm877 my ($j_x, $j_y) = @$j_comparator;
879 $j_comparator->[0] = $y if $x == $j_x;
881 $j_comparator->[0] = $x if $y == $j_x;
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/aarch64/
H A Dcpu_reducer.cpp529 const int j_x = global_job % njobs_x; in reduce_nolock() local
531 const int start_x = j_x * conf_.job_size_x_; in reduce_nolock()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/
H A Dcpu_reducer.cpp514 const int j_x = global_job % njobs_x; in reduce_nolock() local
516 const int start_x = j_x * conf_.job_size_x_; in reduce_nolock()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/aarch64/
H A Dcpu_reducer.cpp529 const int j_x = global_job % njobs_x; in reduce_nolock() local
531 const int start_x = j_x * conf_.job_size_x_; in reduce_nolock()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/
H A Dcpu_reducer.cpp514 const int j_x = global_job % njobs_x; in reduce_nolock() local
516 const int start_x = j_x * conf_.job_size_x_; in reduce_nolock()
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/tools/xklient/
H A Dxklient.cpp460 Janitor<XSECCryptoX509> j_x(x); in createLocateRequest() local
745 Janitor<XSECCryptoX509> j_x(x); in createValidateRequest() local
965 Janitor<XSECCryptoX509> j_x(x); in createValidateRequest() local
/dports/databases/grass7/grass-7.8.6/imagery/i.atcorr/test_suite/
H A DETM4_400x400.raw847 -<FKA6?VZVTY][XT]lopommmmmnjaZd|�����aFBLNIGVn����ys��j_x���������{}vx{��r^^^WW_ir|��}zyxuspqtx~�~…
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/data/typing/
H A Dtyping_model_godan-hiragana.tsv24330 j_x 2095
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/data/typing/
H A Dtyping_model_godan-hiragana.tsv24330 j_x 2095

12