Home
last modified time | relevance | path

Searched refs:double_array (Results 1 – 25 of 229) sorted by relevance

12345678910

/dports/math/vtk8/VTK-8.2.0/Infovis/Core/Testing/Cxx/
H A DTestTableToArray.cxx56 VTK_CREATE(vtkDoubleArray, double_array); in TestTableToArray()
57 double_array->SetName("B"); in TestTableToArray()
58 double_array->InsertNextValue(1.1); in TestTableToArray()
59 double_array->InsertNextValue(1.2); in TestTableToArray()
60 double_array->InsertNextValue(1.3); in TestTableToArray()
61 double_array->InsertNextValue(1.4); in TestTableToArray()
62 table->AddColumn(double_array); in TestTableToArray()
/dports/math/vtk9/VTK-9.1.0/Infovis/Core/Testing/Cxx/
H A DTestTableToArray.cxx56 VTK_CREATE(vtkDoubleArray, double_array); in TestTableToArray()
57 double_array->SetName("B"); in TestTableToArray()
58 double_array->InsertNextValue(1.1); in TestTableToArray()
59 double_array->InsertNextValue(1.2); in TestTableToArray()
60 double_array->InsertNextValue(1.3); in TestTableToArray()
61 double_array->InsertNextValue(1.4); in TestTableToArray()
62 table->AddColumn(double_array); in TestTableToArray()
/dports/math/vtk6/VTK-6.2.0/Infovis/Core/Testing/Cxx/
H A DTestTableToArray.cxx56 VTK_CREATE(vtkDoubleArray, double_array); in TestTableToArray()
57 double_array->SetName("B"); in TestTableToArray()
58 double_array->InsertNextValue(1.1); in TestTableToArray()
59 double_array->InsertNextValue(1.2); in TestTableToArray()
60 double_array->InsertNextValue(1.3); in TestTableToArray()
61 double_array->InsertNextValue(1.4); in TestTableToArray()
62 table->AddColumn(double_array); in TestTableToArray()
/dports/devel/spark/spark-2.1.1/sql/core/src/test/resources/sql-tests/inputs/
H A Darray.sql35 double_array,
51 array_contains(double_array, 2.0D), array_contains(double_array, 0.0D),
68 sort_array(double_array),
88 size(double_array),
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/ffs/tests/
H A Dio_read.c43 long double double_array[2][2]; member
45 double double_array[2][2]; member
56 sizeof(((fourth_rec_ptr) 0)->double_array[0][0]),
57 IOOffset(fourth_rec_ptr, double_array[0][0])},
255 (double) rec4.double_array[0][0],
256 (double) rec4.double_array[0][1],
257 (double) rec4.double_array[1][0],
258 (double) rec4.double_array[1][1]);
H A Dio_def_write.c42 double double_array[2][2]; member
140 double double_array[2][2][2][2]; member
183 sizeof(double), IOOffset(fourth_rec_ptr, double_array[0][0])},
340 IOOffset(multi_array_rec_ptr, double_array)},
530 rec4.double_array[0][0] = 1.0; in main()
531 rec4.double_array[0][1] = 2.0; in main()
532 rec4.double_array[1][0] = 3.0; in main()
533 rec4.double_array[1][1] = 4.0; in main()
/dports/devel/spark/spark-2.1.1/sql/core/src/test/resources/sql-tests/results/
H A Darray.sql.out62 double_array,
76 …ay<int>,bigint_array:array<bigint>,decimal_array:array<decimal(19,0)>,double_array:array<double>,f…
89 array_contains(double_array, 2.0D), array_contains(double_array, 0.0D),
95 …CAST(1 AS DECIMAL(19,0))):boolean,array_contains(double_array, 2.0):boolean,array_contains(double_…
117 sort_array(double_array),
123 …gint>,sort_array(decimal_array, true):array<decimal(19,0)>,sort_array(double_array, true):array<do…
154 size(double_array),
160 …ze(int_array):int,size(bigint_array):int,size(decimal_array):int,size(double_array):int,size(float…
/dports/audio/festival/speech_tools/siod/
H A Dslib_xtr.cc50 wfree(ptr->storage_as.double_array.data); in array_gc_free()
72 if ((j + 1) < ptr->storage_as.double_array.dim) in array_prin1()
135 a->storage_as.double_array.data[k] = FLONM(v); in aset1()
160 a->storage_as.double_array.dim = n; in cons_array()
171 a->storage_as.double_array.dim = n+1; in cons_array()
250 len = a->storage_as.double_array.dim; in array_equal()
253 if (a->storage_as.double_array.data[j] != in array_equal()
254 b->storage_as.double_array.data[j]) in array_equal()
289 len = a->storage_as.double_array.dim; in array_sxhash()
530 ptr->storage_as.double_array.dim = len; in array_fast_read()
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/doc/
H A Dmanual_test.c5 double *double_array; member
25 {"double_array", "float[icount]", sizeof(double), IOOffset(dyn_rec_ptr, double_array)},
44 rec.double_array = (double*) malloc(sizeof(double) * 5); in main()
45 for (i=0; i<5; i++) rec.double_array[i] = i*2.717; in main()
H A Dmanual_test2.c5 double *double_array; member
29 {"double_array", "float[icount]", sizeof(double), IOOffset(dyn_rec_ptr, double_array)},
48 rec.double_array = (double*) malloc(sizeof(double) * 5); in main()
49 for (i=0; i<5; i++) rec.double_array[i] = i*2.717; in main()
H A Ddecode_test.c8 double *double_array; member
17 IOOffset(dyn_rec_ptr, double_array)},
40 printf("element %d is %g\n", i, rec.double_array[i]); in main()
H A Dencode_test.c8 double *double_array; member
17 IOOffset(dyn_rec_ptr, double_array)},
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/testdata/provider/
H A Dtestdata_pg_array.sql27 DROP TABLE IF EXISTS qgis_test.double_array;
29 CREATE TABLE qgis_test.double_array table
35 INSERT INTO qgis_test.double_array(value)
/dports/graphics/qgis/qgis-3.22.3/tests/testdata/provider/
H A Dtestdata_pg_array.sql27 DROP TABLE IF EXISTS qgis_test.double_array;
29 CREATE TABLE qgis_test.double_array table
35 INSERT INTO qgis_test.double_array(value)
/dports/misc/libpostal/libpostal-1.1-alpha/src/
H A Daveraged_perceptron.h36 double_array *scores;
45 double_array *averaged_perceptron_predict_scores(averaged_perceptron_t *self, cstring_array *featur…
46 double_array *averaged_perceptron_predict_scores_counts(averaged_perceptron_t *self, khash_t(str_ui…
H A Dcrf_context.h104 double_array *scale_factor;
110 double_array *row;
116 double_array *row_trans;
H A Daveraged_perceptron.c9 inline double_array *averaged_perceptron_predict_scores(averaged_perceptron_t *self, cstring_array … in averaged_perceptron_predict_scores()
38 inline double_array *averaged_perceptron_predict_scores_counts(averaged_perceptron_t *self, khash_t… in averaged_perceptron_predict_scores_counts()
70 double_array *scores = averaged_perceptron_predict_scores(self, features); in averaged_perceptron_predict()
79 double_array *scores = averaged_perceptron_predict_scores_counts(self, feature_counts); in averaged_perceptron_predict_counts()
/dports/japanese/libslang/slang-1.4.5jp2/src/
H A Dslqsort.c234 double double_array [ARRAY_SIZE]; in main() local
240 double_array [i] = sin(x); in main()
246 sizeof (unsigned int), cmp_fun, (void *) double_array); in main()
252 double_array[i], double_array[index_array[i]]); in main()
/dports/science/minc2/minc-release-2.2.00/progs/mincmakescalar/
H A Dmincmakescalar.c425 Double_Array *double_array; in get_double_list() local
436 double_array = (Double_Array *) dst; in get_double_list()
483 double_array->numvalues = num_elements; in get_double_list()
484 if (double_array->values != NULL) { in get_double_list()
485 free(double_array->values); in get_double_list()
487 double_array->values = double_list; in get_double_list()
/dports/www/zola/zola-0.15.2/cargo-crates/yada-0.5.0/src/
H A Dlib.rs80 double_array: self, in common_prefix_search_bytes()
107 double_array: &'d DoubleArray<T>, field
121 let unit = self.double_array.get_unit(self.unit_id)?; in next()
127 let unit = self.double_array.get_unit(self.unit_id)?; in next()
133 let leaf_unit = self.double_array.get_unit(leaf_pos as UnitID)?; in next()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/jit/Arrays/ArrayTests/
H A DArrayTests.java142 double double_array[] = new double[n]; in with_doubles() local
145 double_array[i] = (double)base_array[i]; in with_doubles()
148 res += (int) double_array[i]; in with_doubles()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/jit/Arrays/ArrayTests/
H A DArrayTests.java142 double double_array[] = new double[n]; in with_doubles() local
145 double_array[i] = (double)base_array[i]; in with_doubles()
148 res += (int) double_array[i]; in with_doubles()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/jit/Arrays/ArrayTests/
H A DArrayTests.java141 double double_array[] = new double[n]; in with_doubles() local
144 double_array[i] = (double)base_array[i]; in with_doubles()
147 res += (int) double_array[i]; in with_doubles()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/jit/Arrays/ArrayTests/
H A DArrayTests.java141 double double_array[] = new double[n]; in with_doubles() local
144 double_array[i] = (double)base_array[i]; in with_doubles()
147 res += (int) double_array[i]; in with_doubles()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/jit/Arrays/ArrayTests/
H A DArrayTests.java141 double double_array[] = new double[n]; in with_doubles() local
144 double_array[i] = (double)base_array[i]; in with_doubles()
147 res += (int) double_array[i]; in with_doubles()

12345678910