Home
last modified time | relevance | path

Searched refs:rj2 (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/radare2/radare2-5.1.1/shlr/sdb/src/json/
H A Dpath.c174 Rangstr rj2, rj = rangstr_new (js); in json_get() local
193 rj2 = json_find (rangstr_str (&rj), &rs); in json_get()
197 if (!rj2.p) { in json_get()
198 if (!rj.p[rj.t]) return rj2; in json_get()
201 rj = rj2; in json_get()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/
H A Ddeduct.pass.cpp29 std::reference_wrapper rj2(rj); in main() local
30 static_assert(std::is_same_v<decltype(rj2), std::reference_wrapper<const int>>); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/
H A Ddeduct.pass.cpp28 std::reference_wrapper rj2(rj); in main() local
29 static_assert(std::is_same_v<decltype(rj2), std::reference_wrapper<const int>>); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/
H A Ddeduct.pass.cpp29 std::reference_wrapper rj2(rj); in main() local
30 static_assert(std::is_same_v<decltype(rj2), std::reference_wrapper<const int>>); in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/
H A Ddeduct.pass.cpp29 std::reference_wrapper rj2(rj); in f_void_1()
30 static_assert(std::is_same_v<decltype(rj2), std::reference_wrapper<const int>>);
/dports/devel/tijmp/tijmp-0.7/java/tijmp/ui/
H A DFilterConfig.java26 RecursiveFilter rj2 = new RecursiveFilter (defaultRemoved[1]); in setDefaultFilter() local
27 OrFilter o = new OrFilter (rj1, rj2); in setDefaultFilter()
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/macros/
H A DCONF.DP141 let rj2 = range x^j2
142 let rj1j2 = rj1*rj2
170 let rj2 = range x2t^j2
171 let rj1j2 = rj1*rj2
243 let rj2 = range x^j2
244 let rj1j2 = rj1*rj2
266 let rj2 = range x2t^j2
267 let rj1j2 = rj1*rj2
/dports/biology/ugene/ugene-40.1/src/plugins/repeat_finder/src/
H A DFindRepeatsTask.cpp257 U2Region ri1(ri.x, ri.l), ri2(ri.y, ri.l), rj1(rj.x, rj.l), rj2(rj.y, rj.l); in filterNestedRepeats() local
262 rj2.startPos -= extraLen; in filterNestedRepeats()
263 rj2.length += 2 * extraLen; in filterNestedRepeats()
264 filteri = rj1.contains(ri1) && rj2.contains(ri2); in filterNestedRepeats()
270 filterj = ri1.contains(rj1) && ri2.contains(rj2); in filterNestedRepeats()
/dports/math/maxima/maxima-5.43.2/tests/
H A Drtest_rules.mac617 kill (f, g, h, i, j, rj1, rj2, rj3),
631 defrule (rj2, j(2), j(1)),
648 /* apply1 applies rj1 until it fails, then rj2, then rj3.
649 * Since apply1 doesn't go back and try rj1 after rj2, or rj2 after rj3,
652 apply1 ([j(1), j(2), j(3)], rj1, rj2, rj3);
657 apply1 ([j(1), j(2), j(3)], rj3, rj2, rj1);
664 apply2 ([j(1), j(2), j(3)], rj1, rj2, rj3);
667 apply2 ([j(1), j(2), j(3)], rj3, rj2, rj1);
673 applyb1 ([j(1), j(2), j(3)], rj1, rj2, rj3);
676 applyb1 ([j(1), j(2), j(3)], rj3, rj2, rj1);
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dd_polysa2.asm441 ;rj2 mov word [eax+ebp*2],dx
564 ;rj2 mov word [ecx],bp
592 ;rj2 mov word [2+ecx],bp
620 ;rj2 mov word [4+ecx],bp
648 ;rj2 mov word [6+ecx],bp
676 ;rj2 mov word [8+ecx],bp
704 ;rj2 mov word [10+ecx],bp
732 ;rj2 mov word [12+ecx],bp
760 ;rj2 mov word [14+ecx],bp
810 ;rj2 mov word [ecx],bp
[all …]
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/masm/
H A Dd_polysa2.asm349 ;rj2 mov ds:word ptr[eax+ebp*2],dx
469 ;rj2 mov ds:word ptr[ecx],bp
499 ;rj2 mov ds:word ptr[2+ecx],bp
529 ;rj2 mov ds:word ptr[4+ecx],bp
558 ;rj2 mov ds:word ptr[6+ecx],bp
587 ;rj2 mov ds:word ptr[8+ecx],bp
616 ;rj2 mov ds:word ptr[10+ecx],bp
645 ;rj2 mov ds:word ptr[12+ecx],bp
674 ;rj2 mov ds:word ptr[14+ecx],bp
725 ;rj2 mov ds:word ptr[ecx],bp
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/geometry/algorithms/detail/overlay/
H A Dget_turn_info_for_endpoint.hpp397 … RobustPoint2 const& ri2, RobustPoint2 const& rj2, RobustPoint2 const& rk2, in handle_internal()
429 side_calc(ri2, ri1, rj1, ri2, rj2, rk2); in handle_internal()
480 side_calc(ri2, rj1, ri1, ri2, rj2, rk2); in handle_internal()
/dports/databases/percona57-server/boost_1_59_0/boost/geometry/algorithms/detail/overlay/
H A Dget_turn_info_for_endpoint.hpp397 … RobustPoint2 const& ri2, RobustPoint2 const& rj2, RobustPoint2 const& rk2, in handle_internal()
429 side_calc(ri2, ri1, rj1, ri2, rj2, rk2); in handle_internal()
480 side_calc(ri2, rj1, ri1, ri2, rj2, rk2); in handle_internal()
/dports/databases/xtrabackup/boost_1_59_0/boost/geometry/algorithms/detail/overlay/
H A Dget_turn_info_for_endpoint.hpp397 … RobustPoint2 const& ri2, RobustPoint2 const& rj2, RobustPoint2 const& rk2, in handle_internal()
429 side_calc(ri2, ri1, rj1, ri2, rj2, rk2); in handle_internal()
480 side_calc(ri2, rj1, ri1, ri2, rj2, rk2); in handle_internal()
/dports/databases/percona57-client/boost_1_59_0/boost/geometry/algorithms/detail/overlay/
H A Dget_turn_info_for_endpoint.hpp397 … RobustPoint2 const& ri2, RobustPoint2 const& rj2, RobustPoint2 const& rk2, in handle_internal()
429 side_calc(ri2, ri1, rj1, ri2, rj2, rk2); in handle_internal()
480 side_calc(ri2, rj1, ri1, ri2, rj2, rk2); in handle_internal()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/geometry/algorithms/detail/overlay/
H A Dget_turn_info_for_endpoint.hpp397 … RobustPoint2 const& ri2, RobustPoint2 const& rj2, RobustPoint2 const& rk2, in handle_internal()
431 side_calc(ri2, ri1, rj1, ri2, rj2, rk2); in handle_internal()
482 side_calc(ri2, rj1, ri1, ri2, rj2, rk2); in handle_internal()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/geometry/algorithms/detail/overlay/
H A Dget_turn_info_for_endpoint.hpp397 … RobustPoint2 const& ri2, RobustPoint2 const& rj2, RobustPoint2 const& rk2, in handle_internal()
429 side_calc(ri2, ri1, rj1, ri2, rj2, rk2); in handle_internal()
480 side_calc(ri2, rj1, ri1, ri2, rj2, rk2); in handle_internal()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/geometry/algorithms/detail/overlay/
H A Dget_turn_info_for_endpoint.hpp398 … RobustPoint2 const& ri2, RobustPoint2 const& rj2, RobustPoint2 const& rk2, in handle_internal()
432 side_calc(ri2, ri1, rj1, ri2, rj2, rk2, inters.get_side_strategy()); in handle_internal()
485 side_calc(ri2, rj1, ri1, ri2, rj2, rk2, inters.get_side_strategy()); in handle_internal()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/geometry/algorithms/detail/overlay/
H A Dget_turn_info_for_endpoint.hpp397 … RobustPoint2 const& ri2, RobustPoint2 const& rj2, RobustPoint2 const& rk2, in handle_internal()
429 side_calc(ri2, ri1, rj1, ri2, rj2, rk2); in handle_internal()
480 side_calc(ri2, rj1, ri1, ri2, rj2, rk2); in handle_internal()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dcolvar_methods.F2453 ri2(3), rj1(3), rj2(3), rk1(3), rk2(3), ss(3), t, xpij1(3), xpij2(3), xpkj1(3), xpkj2(3), & local
2510 CALL get_coordinates(colvar, j2, rj2, my_particles)
2514 ss = MATMUL(cell%h_inv, ri2 - rj2)
2519 ss = MATMUL(cell%h_inv, rk2 - rj2)
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dcolvar_methods.F2453 ri2(3), rj1(3), rj2(3), rk1(3), rk2(3), ss(3), t, xpij1(3), xpij2(3), xpkj1(3), xpkj2(3), & local
2510 CALL get_coordinates(colvar, j2, rj2, my_particles)
2514 ss = MATMUL(cell%h_inv, ri2 - rj2)
2519 ss = MATMUL(cell%h_inv, rk2 - rj2)
/dports/math/pari_elldata/data/elldata/
H A Dell4751 …,0,0,-40500,3105000],[[-72131459/613089,1199292608339/480048687]]],["475200rj2",[0,0,0,-310500,-64…
H A Dell4791 …rj1",[0,0,0,3047604,55263726448],[[7571838/169,20857611776/2197]]],["479808rj2",[0,0,0,-27434316,-…
H A Dell4361 …33,-60387],[[124,1239]]],["436800rj1",[0,1,0,-188833,30694463],[]],["436800rj2",[0,1,0,-448833,-72…
H A Dell4461 …,[[2545/36,2011625/216]]],["446400rj1",[0,0,0,-48000,-3625000],[]],["446400rj2",[0,0,0,-745500,-24…

12