Home
last modified time | relevance | path

Searched refs:two_args (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/spec/core_functions/color/
H A Dsaturate.hrx43 <===> two_args/max/input.scss
46 <===> two_args/max/output.css
53 <===> two_args/max_remaining/input.scss
63 <===> two_args/min/input.scss
66 <===> two_args/min/output.css
73 <===> two_args/middle/input.scss
76 <===> two_args/middle/output.css
83 <===> two_args/alpha/input.scss
86 <===> two_args/alpha/output.css
93 <===> two_args/named/input.scss
[all …]
/dports/math/py-bitmath/bitmath-1.3.3.1/tests/
H A Dtest_argparse_type.py65 self.assertEqual(len(result.two_args), 2)
66 self.assertIn(bitmath.Byte(1337), result.two_args)
67 self.assertIn(bitmath.GiB(0.001), result.two_args)
79 self.assertEqual(len(result.two_args), 2)
80 self.assertIn(bitmath.MiB(100), result.two_args)
81 self.assertIn(bitmath.KiB(200), result.two_args)
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/tools/
H A Dmth_generic_frp.awk104 two_args = 1
145 func_rr_def("atan2", frp, sd, two_args)
156 func_rr_def("pow", frp, sd, two_args)
157 func_rr_def("div", frp, sd, two_args)
159 func_rr_def("mod", frp, sd, two_args)
299 old_do_all_rr("atan2", two_args)
310 old_do_all_rr("pow", two_args)
311 old_do_all_rr("div", two_args)
313 old_do_all_rr("mod", two_args)
H A Dmth_mask.awk387 two_args = 1
393 do_all_rr("atan2", 1, two_args)
404 do_all_rr("pow", 0, two_args)
405 do_all_rr("div", 1, two_args)
407 do_all_rr("mod", 1, two_args)
H A Dmth_z2yy.awk504 two_args = 1
512 do_all_rr("atan2", 1, two_args)
523 do_all_rr("pow", 0, two_args)
524 do_all_rr("mod", 1, two_args)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/
H A Drobust_against_adl.pass.cpp21 Ptr two_args(Ptr p, Ptr) { return p; } in two_args() function
33 std::ref(two_args)(x, x); in main() local
34 std::ref(two_args)(x, cx); in main() local
35 std::ref(two_args)(cx, x); in main() local
36 std::ref(two_args)(cx, cx); in main() local
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/
H A Drobust_against_adl.pass.cpp21 Ptr two_args(Ptr p, Ptr) { return p; } in two_args() function
33 std::ref(two_args)(x, x); in main() local
34 std::ref(two_args)(x, cx); in main() local
35 std::ref(two_args)(cx, x); in main() local
36 std::ref(two_args)(cx, cx); in main() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/
H A Drobust_against_adl.pass.cpp21 Ptr two_args(Ptr p, Ptr) { return p; } in two_args() function
33 std::ref(two_args)(x, x); in main() local
34 std::ref(two_args)(x, cx); in main() local
35 std::ref(two_args)(cx, x); in main() local
36 std::ref(two_args)(cx, cx); in main() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/
H A Drobust_against_adl.pass.cpp21 Ptr two_args(Ptr p, Ptr) { return p; } in two_args() function
33 std::ref(two_args)(x, x); in main() local
34 std::ref(two_args)(x, cx); in main() local
35 std::ref(two_args)(cx, x); in main() local
36 std::ref(two_args)(cx, cx); in main() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/
H A Drobust_against_adl.pass.cpp21 Ptr two_args(Ptr p, Ptr) { return p; } in two_args() function
33 std::ref(two_args)(x, x); in main() local
34 std::ref(two_args)(x, cx); in main() local
35 std::ref(two_args)(cx, x); in main() local
36 std::ref(two_args)(cx, cx); in main() local
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/
H A Drobust_against_adl.pass.cpp21 Ptr two_args(Ptr p, Ptr) { return p; } in two_args() function
33 std::ref(two_args)(x, x); in main() local
34 std::ref(two_args)(x, cx); in main() local
35 std::ref(two_args)(cx, x); in main() local
36 std::ref(two_args)(cx, cx); in main() local
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/spec/core_functions/color/rgba/error/
H A Dtwo_args.hrx16 …on line 2 of /sass/spec/core_functions/color/rgba/error/two_args/color_type/input.scss, in functio…
17 from line 2 of /sass/spec/core_functions/color/rgba/error/two_args/color_type/input.scss
39 …on line 2 of /sass/spec/core_functions/color/rgba/error/two_args/alpha_type/input.scss, in functio…
40 from line 2 of /sass/spec/core_functions/color/rgba/error/two_args/alpha_type/input.scss
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/Attributor/
H A Dnoalias.ll254 declare void @two_args(i8* nocapture , i8* nocapture)
258 ; CHECK: tail call void @two_args(i8* nocapture %A, i8* nocapture %A)
259 tail call void @two_args(i8* %A, i8* %A)
271 ; CHECK: tail call void @two_args(i8* noalias nocapture %A, i8* noalias nocapture %B)
272 tail call void @two_args(i8* %A, i8* %B)
274 ; CHECK: tail call void @two_args(i8* nocapture %A, i8* nocapture %A_0)
275 tail call void @two_args(i8* %A, i8* %A_0)
277 ; CHECK: tail call void @two_args(i8* nocapture %A, i8* nocapture %A_1)
278 tail call void @two_args(i8* %A, i8* %A_1)
281 ; CHECK: tail call void @two_args(i8* nocapture %A_0, i8* nocapture %B_0)
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/Attributor/
H A Dnoalias.ll254 declare void @two_args(i8* nocapture , i8* nocapture)
258 ; CHECK: tail call void @two_args(i8* nocapture %A, i8* nocapture %A)
259 tail call void @two_args(i8* %A, i8* %A)
271 ; CHECK: tail call void @two_args(i8* noalias nocapture %A, i8* noalias nocapture %B)
272 tail call void @two_args(i8* %A, i8* %B)
274 ; CHECK: tail call void @two_args(i8* nocapture %A, i8* nocapture %A_0)
275 tail call void @two_args(i8* %A, i8* %A_0)
277 ; CHECK: tail call void @two_args(i8* nocapture %A, i8* nocapture %A_1)
278 tail call void @two_args(i8* %A, i8* %A_1)
281 ; CHECK: tail call void @two_args(i8* nocapture %A_0, i8* nocapture %B_0)
[all …]
/dports/cad/yosys/yosys-yosys-0.12/tests/various/
H A Dsv_defines.ys7 `define two_args(x, y = (1+23)) x+y
15 localparam e = `two_args(1,2);
16 localparam f = `two_args(1);
/dports/devel/p5-Function-Parameters/Function-Parameters-2.001003/t/foreign/Method-Signatures/
H A Dtoo_many_args.t13 fun two_args($foo, $bar) { return ($foo, $bar) }
28 ok !eval { two_args(23, 42, 99); 1 }, "two args";
/dports/devel/p5-Method-Signatures/Method-Signatures-20170211/t/
H A Dtoo_many_args.t13 func two_args($foo, $bar) { return ($foo, $bar) }
28 ok !eval { two_args(23, 42, 99); 1 }, "two args";
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/spec/core_functions/list/
H A Dslash.hrx11 <===> two_args/input.scss
15 <===> two_args/output.css
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/Attributor/
H A Dnoalias.ll372 declare void @two_args(i8* nocapture , i8* nocapture)
376 ; CHECK-NEXT: tail call void @two_args(i8* nocapture [[A]], i8* nocapture [[A]])
380 tail call void @two_args(i8* %A, i8* %A)
391 ; IS________OPM-NEXT: tail call void @two_args(i8* nocapture [[A]], i8* nocapture [[B]])
392 ; IS________OPM-NEXT: tail call void @two_args(i8* nocapture [[A]], i8* nocapture [[A_0]])
393 ; IS________OPM-NEXT: tail call void @two_args(i8* nocapture [[A]], i8* nocapture [[A_1]])
415 tail call void @two_args(i8* %A, i8* %B)
417 tail call void @two_args(i8* %A, i8* %A_0)
419 tail call void @two_args(i8* %A, i8* %A_1)
421 ; FIXME: This should be @two_args(i8* noalias nocapture %A_0, i8* noalias nocapture %B_0)
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/Attributor/
H A Dnoalias.ll372 declare void @two_args(i8* nocapture , i8* nocapture)
376 ; CHECK-NEXT: tail call void @two_args(i8* nocapture [[A]], i8* nocapture [[A]])
380 tail call void @two_args(i8* %A, i8* %A)
391 ; IS________OPM-NEXT: tail call void @two_args(i8* nocapture [[A]], i8* nocapture [[B]])
392 ; IS________OPM-NEXT: tail call void @two_args(i8* nocapture [[A]], i8* nocapture [[A_0]])
393 ; IS________OPM-NEXT: tail call void @two_args(i8* nocapture [[A]], i8* nocapture [[A_1]])
415 tail call void @two_args(i8* %A, i8* %B)
417 tail call void @two_args(i8* %A, i8* %A_0)
419 tail call void @two_args(i8* %A, i8* %A_1)
421 ; FIXME: This should be @two_args(i8* noalias nocapture %A_0, i8* noalias nocapture %B_0)
[all …]
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dcyfunction.pyx204 >>> def two_args(x, b): l = m = 1
241 >>> codeof(two_args).co_argcount
245 >>> namesof(two_args)
249 >>> varnamesof(two_args)
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/Attributor/
H A Dnoalias.ll400 declare void @two_args(i8* nocapture , i8* nocapture)
404 ; CHECK-NEXT: tail call void @two_args(i8* nocapture [[A]], i8* nocapture [[A]])
408 tail call void @two_args(i8* %A, i8* %A)
419 ; IS________OPM-NEXT: tail call void @two_args(i8* nocapture [[A]], i8* nocapture [[B]])
420 ; IS________OPM-NEXT: tail call void @two_args(i8* nocapture [[A]], i8* nocapture [[A_0]])
421 ; IS________OPM-NEXT: tail call void @two_args(i8* nocapture [[A]], i8* nocapture [[A_1]])
443 tail call void @two_args(i8* %A, i8* %B)
445 tail call void @two_args(i8* %A, i8* %A_0)
447 tail call void @two_args(i8* %A, i8* %A_1)
449 ; FIXME: This should be @two_args(i8* noalias nocapture %A_0, i8* noalias nocapture %B_0)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/Attributor/
H A Dnoalias.ll400 declare void @two_args(i8* nocapture , i8* nocapture)
404 ; CHECK-NEXT: tail call void @two_args(i8* nocapture [[A]], i8* nocapture [[A]])
408 tail call void @two_args(i8* %A, i8* %A)
419 ; IS________OPM-NEXT: tail call void @two_args(i8* nocapture [[A]], i8* nocapture [[B]])
420 ; IS________OPM-NEXT: tail call void @two_args(i8* nocapture [[A]], i8* nocapture [[A_0]])
421 ; IS________OPM-NEXT: tail call void @two_args(i8* nocapture [[A]], i8* nocapture [[A_1]])
443 tail call void @two_args(i8* %A, i8* %B)
445 tail call void @two_args(i8* %A, i8* %A_0)
447 tail call void @two_args(i8* %A, i8* %A_1)
449 ; FIXME: This should be @two_args(i8* noalias nocapture %A_0, i8* noalias nocapture %B_0)
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Transforms/Attributor/
H A Dnoalias.ll400 declare void @two_args(i8* nocapture , i8* nocapture)
404 ; CHECK-NEXT: tail call void @two_args(i8* nocapture [[A]], i8* nocapture [[A]])
408 tail call void @two_args(i8* %A, i8* %A)
419 ; IS________OPM-NEXT: tail call void @two_args(i8* nocapture [[A]], i8* nocapture [[B]])
420 ; IS________OPM-NEXT: tail call void @two_args(i8* nocapture [[A]], i8* nocapture [[A_0]])
421 ; IS________OPM-NEXT: tail call void @two_args(i8* nocapture [[A]], i8* nocapture [[A_1]])
443 tail call void @two_args(i8* %A, i8* %B)
445 tail call void @two_args(i8* %A, i8* %A_0)
447 tail call void @two_args(i8* %A, i8* %A_1)
449 ; FIXME: This should be @two_args(i8* noalias nocapture %A_0, i8* noalias nocapture %B_0)
[all …]
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dcyfunction.pyx204 >>> def two_args(x, b): l = m = 1
241 >>> codeof(two_args).co_argcount
245 >>> namesof(two_args)
249 >>> varnamesof(two_args)

12345678