Home
last modified time | relevance | path

Searched refs:array_int (Results 1 – 25 of 50) sorted by relevance

12

/dports/lang/v/v-0.1.29/vlib/v/checker/tests/
H A Dindex_expr.out8 vlib/v/checker/tests/index_expr.v:6:7: error: non-integer index `array_int` (array type `array_int`…
29 vlib/v/checker/tests/index_expr.v:15:7: error: non-integer index `array_int` (array type `array_int
36 vlib/v/checker/tests/index_expr.v:16:7: error: non-integer index `array_int` (array type `array_int
H A Dminus_op_wrong_left_type_err_b.out1 vlib/v/checker/tests/minus_op_wrong_left_type_err_b.v:2:13: error: mismatched types `array_int` and…
H A Ddiv_op_wrong_right_type_err_b.out1 …ecker/tests/div_op_wrong_right_type_err_b.v:2:18: error: mismatched types `any_int` and `array_int`
H A Dmod_op_wrong_right_type_err_b.out1 …ecker/tests/mod_op_wrong_right_type_err_b.v:2:14: error: mismatched types `any_int` and `array_int`
H A Dmul_op_wrong_left_type_err_b.out1 vlib/v/checker/tests/mul_op_wrong_left_type_err_b.v:2:13: error: mismatched types `array_int` and `…
H A Dmul_op_wrong_right_type_err_b.out1 …ecker/tests/mul_op_wrong_right_type_err_b.v:2:18: error: mismatched types `any_int` and `array_int`
H A Dadd_op_wrong_left_type_err_b.out1 vlib/v/checker/tests/add_op_wrong_left_type_err_b.v:2:13: error: mismatched types `array_int` and `…
H A Dminus_op_wrong_right_type_err_b.out1 …ker/tests/minus_op_wrong_right_type_err_b.v:2:18: error: mismatched types `any_int` and `array_int`
H A Dmod_op_wrong_left_type_err_b.out1 vlib/v/checker/tests/mod_op_wrong_left_type_err_b.v:2:10: error: mismatched types `array_int` and `…
H A Dadd_op_wrong_right_type_err_b.out1 …ecker/tests/add_op_wrong_right_type_err_b.v:2:18: error: mismatched types `any_int` and `array_int`
H A Ddiv_op_wrong_left_type_err_b.out1 vlib/v/checker/tests/div_op_wrong_left_type_err_b.v:2:13: error: mismatched types `array_int` and `…
/dports/lang/sdcc/sdcc-4.0.0/support/regression/tests/
H A Darray.c16 unsigned int array_int [4] = {TI(0), TI(1), TI(2), TI(3)}; variable
41 ASSERT(array_int [idx] == TI(2)); in testArrayAccess()
45 ASSERT(array_int [2] == TI(2)); in testArrayAccess()
52 array_int [idx2] = array_const_int [idx] | 0x8080; in testArrayAccess()
56 ASSERT(array_int [idx2] == (TI(3) | 0x8080)); in testArrayAccess()
/dports/net/py-mpi4py/mpi4py-3.1.3/demo/
H A Dosu_alltoallv.py22 array_int = lambda n: array('i', [0]*n) function
23 s_counts = array_int(numprocs)
24 s_displs = array_int(numprocs)
25 r_counts = array_int(numprocs)
26 r_displs = array_int(numprocs)
/dports/devel/z88dk/z88dk/test/suites/sccz80/
H A Darray.h20 static unsigned int array_int [4] = {TI(0), TI(1), TI(2), TI(3)}; in FUNCNAME() local
44 ASSERT(array_int [idx] == TI(2)); in FUNCNAME()
48 ASSERT(array_int [2] == TI(2)); in FUNCNAME()
55 array_int [idx2] = array_const_int [idx] | 0x8080; in FUNCNAME()
59 ASSERT(array_int [idx2] == (TI(3) | 0x8080)); in FUNCNAME()
/dports/devel/p5-Moose/Moose-2.2201/t/native_traits/
H A Darray_subtypes.t33 has array_int => (
110 $foo->array_int( [] );
111 is_deeply( $foo->array_int, [], "array_int - correct contents" );
113 isnt( exception { $foo->push_array_int('foo') }, undef, "array_int - can't push wrong type" );
114 is_deeply( $foo->array_int, [], "array_int - correct contents" );
117 is_deeply( $foo->array_int, [1], "array_int - correct contents" );
/dports/lang/v/v-0.1.29/vlib/v/gen/tests/
H A D1.c90 array_int nums = new_array_from_c_array(3, 3, sizeof(int), (int[3]){ in foo()
93 array_int nums2 = array_slice(nums, 0, 2); in foo()
94 array_int nums3 = array_slice(nums, 1, 2); in foo()
95 array_int nums4 = array_slice(nums, 1, nums.len); in foo()
119 array_int c = array_clone(&nums); in foo()
258 array_int nums = new_array_from_c_array(3, 3, sizeof(int), (int[3]){ in init_array()
H A D2.c71 array_int nums = new_array_from_c_array(3, 3, sizeof(int), (int[3]){ in init_array()
/dports/devel/p5-MouseX-NativeTraits/MouseX-NativeTraits-1.09/t/070_native_traits/
H A D011_array_subtypes.t33 has array_int => (
110 $foo->array_int( [] );
111 is_deeply( $foo->array_int, [], "array_int - correct contents" );
114 is_deeply( $foo->array_int, [], "array_int - correct contents" );
117 is_deeply( $foo->array_int, [1], "array_int - correct contents" );
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/tests/testdata/
H A Dfunctions.tmpl24 DEFINED : <TMPL_var DEFINED(array_int)>
31 GET_TYPE: <TMPL_var GET_TYPE(array_int)>
37 IN_ARRAY: <TMPL_var IN_ARRAY(2, array_int)>
64 SIZE: <TMPL_var SIZE(array_int)>
67 SPRINTF: <TMPL_var SPRINTF("%d %d", neg_float, array_int)>
H A Dformulas.tmpl6 <TMPL_var ((int + float) / neg_int * string_float div array_int[2])>
7 <TMPL_var ((int + float) / neg_int * string_float div array_int[2] mod 5)>
/dports/textproc/ctpp2/ctpp2-2.8.3/tests/testdata/
H A Dfunctions.tmpl24 DEFINED : <TMPL_var DEFINED(array_int)>
31 GET_TYPE: <TMPL_var GET_TYPE(array_int)>
37 IN_ARRAY: <TMPL_var IN_ARRAY(2, array_int)>
64 SIZE: <TMPL_var SIZE(array_int)>
67 SPRINTF: <TMPL_var SPRINTF("%d %d", neg_float, array_int)>
H A Dformulas.tmpl6 <TMPL_var ((int + float) / neg_int * string_float div array_int[2])>
7 <TMPL_var ((int + float) / neg_int * string_float div array_int[2] mod 5)>
/dports/devel/py-joblib/joblib-1.1.0/joblib/test/
H A Dtest_numpy_pickle.py177 np.testing.assert_array_equal(obj_loaded.array_int, obj.array_int)
209 assert isinstance(obj_loaded.array_int, np.memmap)
210 assert not obj_loaded.array_int.flags.writeable
215 np.testing.assert_array_equal(obj_loaded.array_int,
216 obj.array_int)
224 assert obj_loaded.array_int.flags.writeable
225 obj_loaded.array_int[0:10] = 10
230 np.testing.assert_array_equal(obj_reloaded.array_int,
231 obj_loaded.array_int)
235 assert obj_loaded.array_int.flags.writeable
[all …]
/dports/mail/gnubiff/gnubiff-2.2.13/src/
H A Doption.cc94 guint def, guint flags, const guint array_int[], in Option_UInt() argument
102 if ((array_int != NULL) && (array_id != NULL)) { in Option_UInt()
105 id_int_[std::string(array_id[i])] = array_int[i]; in Option_UInt()
106 int_id_[array_int[i]] = std::string(array_id[i]); in Option_UInt()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Scheme/Glue/
H A Dbuild-glue-editor.scm136 (table-get-extents table_get_extents (array_int))
140 (table-which-cells table_which_cells (array_int))
169 (get-mouse-position get_mouse_position (array_int))
301 (print-snippet print_snippet (array_int url content))

12