Home
last modified time | relevance | path

Searched refs:scan_f (Results 1 – 25 of 40) sorted by relevance

12

/dports/math/py-theano/Theano-1.0.5/theano/tests/
H A Dtest_rop.py119 scan_f = function([self.mx, self.mv], sy, on_unused_input='ignore')
122 v2 = scan_f(vx, vv)
133 scan_f = function([self.mx, self.v], sy)
136 v2 = scan_f(vx, vv)
157 scan_f = function([self.x, self.v], sy, on_unused_input='ignore')
160 v2 = scan_f(vx, vv)
182 scan_f = function([self.x, self.v], sy)
185 v2 = scan_f(vx, vv)
298 scan_f = function([], sy, on_unused_input='ignore', mode=mode)
300 v2 = scan_f()
[all …]
/dports/math/py-theano/Theano-1.0.5/theano/sandbox/linalg/tests/
H A Dtest_linalg.py40 scan_f = function([mx, mv], sy)
47 v2 = scan_f(vx, vv)
69 scan_f = function([mx, v], sy)
72 v2 = scan_f(vx, vv)
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/test/
H A Dbeam_utils_SUITE.erl27 y_registers/1,user_predef/1,scan_f/1,cafu/1,
52 scan_f,
475 scan_f(_Config) -> function
476 {1,<<>>,[]} = scan_f(<<1:32>>, 1, []),
477 {1,<<>>,[<<156>>]} = scan_f(<<1:32,156,1:32>>, 1, []),
480 scan_f(<<Size:32,Tail/binary>>, FSz, Acc) when Size =< FSz -> function
483 scan_f(Tail2, FSz, [BinTerm | Acc]);
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/test/
H A Dbeam_utils_SUITE.erl27 y_registers/1,user_predef/1,scan_f/1,cafu/1,
52 scan_f,
475 scan_f(_Config) -> function
476 {1,<<>>,[]} = scan_f(<<1:32>>, 1, []),
477 {1,<<>>,[<<156>>]} = scan_f(<<1:32,156,1:32>>, 1, []),
480 scan_f(<<Size:32,Tail/binary>>, FSz, Acc) when Size =< FSz -> function
483 scan_f(Tail2, FSz, [BinTerm | Acc]);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/test/
H A Dbeam_utils_SUITE.erl27 y_registers/1,user_predef/1,scan_f/1,cafu/1,
52 scan_f,
475 scan_f(_Config) -> function
476 {1,<<>>,[]} = scan_f(<<1:32>>, 1, []),
477 {1,<<>>,[<<156>>]} = scan_f(<<1:32,156,1:32>>, 1, []),
480 scan_f(<<Size:32,Tail/binary>>, FSz, Acc) when Size =< FSz -> function
483 scan_f(Tail2, FSz, [BinTerm | Acc]);
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/test/
H A Dbeam_utils_SUITE.erl27 y_registers/1,user_predef/1,scan_f/1,cafu/1,
52 scan_f,
475 scan_f(_Config) -> function
476 {1,<<>>,[]} = scan_f(<<1:32>>, 1, []),
477 {1,<<>>,[<<156>>]} = scan_f(<<1:32,156,1:32>>, 1, []),
480 scan_f(<<Size:32,Tail/binary>>, FSz, Acc) when Size =< FSz -> function
483 scan_f(Tail2, FSz, [BinTerm | Acc]);
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/test/
H A Dbeam_utils_SUITE.erl27 y_registers/1,user_predef/1,scan_f/1,cafu/1,
52 scan_f,
475 scan_f(_Config) -> function
476 {1,<<>>,[]} = scan_f(<<1:32>>, 1, []),
477 {1,<<>>,[<<156>>]} = scan_f(<<1:32,156,1:32>>, 1, []),
480 scan_f(<<Size:32,Tail/binary>>, FSz, Acc) when Size =< FSz -> function
483 scan_f(Tail2, FSz, [BinTerm | Acc]);
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/test/
H A Dbeam_utils_SUITE.erl27 y_registers/1,user_predef/1,scan_f/1,cafu/1,
52 scan_f,
475 scan_f(_Config) -> function
476 {1,<<>>,[]} = scan_f(<<1:32>>, 1, []),
477 {1,<<>>,[<<156>>]} = scan_f(<<1:32,156,1:32>>, 1, []),
480 scan_f(<<Size:32,Tail/binary>>, FSz, Acc) when Size =< FSz -> function
483 scan_f(Tail2, FSz, [BinTerm | Acc]);
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/test/
H A Dbeam_utils_SUITE.erl27 y_registers/1,user_predef/1,scan_f/1,cafu/1,
52 scan_f,
475 scan_f(_Config) -> function
476 {1,<<>>,[]} = scan_f(<<1:32>>, 1, []),
477 {1,<<>>,[<<156>>]} = scan_f(<<1:32,156,1:32>>, 1, []),
480 scan_f(<<Size:32,Tail/binary>>, FSz, Acc) when Size =< FSz -> function
483 scan_f(Tail2, FSz, [BinTerm | Acc]);
/dports/science/libxc/libxc-5.0.0/maple/mgga_exc/
H A Dmgga_x_scan.mpl37 scan_f := (x, u, t) -> (scan_h1x(scan_y(x, scan_alpha(x, t)))*(1 - scan_f_alpha(scan_alpha(x, t)))
40 f := (rs, z, xt, xs0, xs1, u0, u1, t0, t1) -> mgga_exchange(scan_f, rs, z, xs0, xs1, u0, u1, t0, t1…
H A Dmgga_c_scan.mpl39 scan_f := (rs, z, xt, xs0, xs1, ts0, ts1) ->
46 scan_f(rs, z, xt, xs0, xs1, ts0, ts1):
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp335 void do_scan_locked(Thread* thread, FUNC& scan_f);
437 bool try_scan(Thread* thread, SCAN_FUNC& scan_f);
441 void do_scan(Thread* thread, SCAN_FUNC& scan_f);
447 void do_safepoint_scan(SCAN_FUNC& scan_f);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp329 void do_scan_locked(Thread* thread, FUNC& scan_f);
434 bool try_scan(Thread* thread, SCAN_FUNC& scan_f);
438 void do_scan(Thread* thread, SCAN_FUNC& scan_f);
444 void do_safepoint_scan(SCAN_FUNC& scan_f);
H A DconcurrentHashTable.inline.hpp951 do_scan_locked(Thread* thread, FUNC& scan_f) in do_scan_locked() argument
959 if (!visit_nodes(table->get_bucket(bucket_it), scan_f)) { in do_scan_locked()
1081 try_scan(Thread* thread, SCAN_FUNC& scan_f) in try_scan() argument
1086 do_scan_locked(thread, scan_f); in try_scan()
1094 do_scan(Thread* thread, SCAN_FUNC& scan_f) in do_scan() argument
1100 do_scan_locked(thread, scan_f); in do_scan()
1108 do_safepoint_scan(SCAN_FUNC& scan_f) in do_safepoint_scan() argument
1126 if(!visit_nodes(bucket, scan_f)) { in do_safepoint_scan()
1142 if (!visit_nodes(bucket, scan_f)) { in do_safepoint_scan()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp336 void do_scan_locked(Thread* thread, FUNC& scan_f);
438 bool try_scan(Thread* thread, SCAN_FUNC& scan_f);
442 void do_scan(Thread* thread, SCAN_FUNC& scan_f);
448 void do_safepoint_scan(SCAN_FUNC& scan_f);
H A DconcurrentHashTable.inline.hpp951 do_scan_locked(Thread* thread, FUNC& scan_f) in do_scan_locked() argument
959 if (!visit_nodes(table->get_bucket(bucket_it), scan_f)) { in do_scan_locked()
1081 try_scan(Thread* thread, SCAN_FUNC& scan_f) in try_scan() argument
1086 do_scan_locked(thread, scan_f); in try_scan()
1094 do_scan(Thread* thread, SCAN_FUNC& scan_f) in do_scan() argument
1100 do_scan_locked(thread, scan_f); in do_scan()
1108 do_safepoint_scan(SCAN_FUNC& scan_f) in do_safepoint_scan() argument
1126 if(!visit_nodes(bucket, scan_f)) { in do_safepoint_scan()
1142 if (!visit_nodes(bucket, scan_f)) { in do_safepoint_scan()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp336 void do_scan_locked(Thread* thread, FUNC& scan_f);
438 bool try_scan(Thread* thread, SCAN_FUNC& scan_f);
442 void do_scan(Thread* thread, SCAN_FUNC& scan_f);
448 void do_safepoint_scan(SCAN_FUNC& scan_f);
H A DconcurrentHashTable.inline.hpp951 do_scan_locked(Thread* thread, FUNC& scan_f) in do_scan_locked() argument
959 if (!visit_nodes(table->get_bucket(bucket_it), scan_f)) { in do_scan_locked()
1081 try_scan(Thread* thread, SCAN_FUNC& scan_f) in try_scan() argument
1086 do_scan_locked(thread, scan_f); in try_scan()
1094 do_scan(Thread* thread, SCAN_FUNC& scan_f) in do_scan() argument
1100 do_scan_locked(thread, scan_f); in do_scan()
1108 do_safepoint_scan(SCAN_FUNC& scan_f) in do_safepoint_scan() argument
1126 if(!visit_nodes(bucket, scan_f)) { in do_safepoint_scan()
1142 if (!visit_nodes(bucket, scan_f)) { in do_safepoint_scan()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp332 void do_scan_locked(Thread* thread, FUNC& scan_f);
456 bool try_scan(Thread* thread, SCAN_FUNC& scan_f);
460 void do_scan(Thread* thread, SCAN_FUNC& scan_f);
466 void do_safepoint_scan(SCAN_FUNC& scan_f);
H A DconcurrentHashTable.inline.hpp968 do_scan_locked(Thread* thread, FUNC& scan_f) in do_scan_locked() argument
976 if (!visit_nodes(table->get_bucket(bucket_it), scan_f)) { in do_scan_locked()
1106 try_scan(Thread* thread, SCAN_FUNC& scan_f) in try_scan() argument
1111 do_scan_locked(thread, scan_f); in try_scan()
1119 do_scan(Thread* thread, SCAN_FUNC& scan_f) in do_scan() argument
1125 do_scan_locked(thread, scan_f); in do_scan()
1133 do_safepoint_scan(SCAN_FUNC& scan_f) in do_safepoint_scan() argument
1151 if(!visit_nodes(bucket, scan_f)) { in do_safepoint_scan()
1167 if (!visit_nodes(bucket, scan_f)) { in do_safepoint_scan()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp328 void do_scan_locked(Thread* thread, FUNC& scan_f);
464 bool try_scan(Thread* thread, SCAN_FUNC& scan_f);
468 void do_scan(Thread* thread, SCAN_FUNC& scan_f);
474 void do_safepoint_scan(SCAN_FUNC& scan_f);
H A DconcurrentHashTable.inline.hpp962 do_scan_locked(Thread* thread, FUNC& scan_f) in do_scan_locked() argument
970 if (!visit_nodes(table->get_bucket(bucket_it), scan_f)) { in do_scan_locked()
1100 try_scan(Thread* thread, SCAN_FUNC& scan_f) in try_scan() argument
1105 do_scan_locked(thread, scan_f); in try_scan()
1113 do_scan(Thread* thread, SCAN_FUNC& scan_f) in do_scan() argument
1119 do_scan_locked(thread, scan_f); in do_scan()
1127 do_safepoint_scan(SCAN_FUNC& scan_f) in do_safepoint_scan() argument
1145 if(!visit_nodes(bucket, scan_f)) { in do_safepoint_scan()
1161 if (!visit_nodes(bucket, scan_f)) { in do_safepoint_scan()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp328 void do_scan_locked(Thread* thread, FUNC& scan_f);
464 bool try_scan(Thread* thread, SCAN_FUNC& scan_f);
468 void do_scan(Thread* thread, SCAN_FUNC& scan_f);
474 void do_safepoint_scan(SCAN_FUNC& scan_f);
H A DconcurrentHashTable.inline.hpp962 do_scan_locked(Thread* thread, FUNC& scan_f) in do_scan_locked() argument
970 if (!visit_nodes(table->get_bucket(bucket_it), scan_f)) { in do_scan_locked()
1100 try_scan(Thread* thread, SCAN_FUNC& scan_f) in try_scan() argument
1105 do_scan_locked(thread, scan_f); in try_scan()
1113 do_scan(Thread* thread, SCAN_FUNC& scan_f) in do_scan() argument
1119 do_scan_locked(thread, scan_f); in do_scan()
1127 do_safepoint_scan(SCAN_FUNC& scan_f) in do_safepoint_scan() argument
1145 if(!visit_nodes(bucket, scan_f)) { in do_safepoint_scan()
1161 if (!visit_nodes(bucket, scan_f)) { in do_safepoint_scan()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp338 void do_scan_locked(Thread* thread, FUNC& scan_f);
473 bool try_scan(Thread* thread, SCAN_FUNC& scan_f);
477 void do_scan(Thread* thread, SCAN_FUNC& scan_f);
483 void do_safepoint_scan(SCAN_FUNC& scan_f);

12