Home
last modified time | relevance | path

Searched refs:v_double (Results 1 – 25 of 1208) sorted by relevance

12345678910>>...49

/dports/science/ALPSCore/ALPSCore-2.2.0/accumulators/test/
H A Dmean_err_count.cpp30 typedef std::vector<double> v_double; typedef
119 generator<aa::MeanAccumulator<v_double>, aat::ConstantData, 2>,
120 generator<aa::MeanAccumulator<v_double>, aat::ConstantData, 100>,
121 generator<aa::MeanAccumulator<v_double>, aat::ConstantData, 20000>,
122 generator<aa::MeanAccumulator<v_double>, aat::AlternatingData, 2>,
123 generator<aa::MeanAccumulator<v_double>, aat::AlternatingData, 100>,
125 generator<aa::MeanAccumulator<v_double>, aat::LinearData, 2>,
126 generator<aa::MeanAccumulator<v_double>, aat::LinearData, 100>,
127 generator<aa::MeanAccumulator<v_double>, aat::LinearData, 20000>,
128 generator<aa::MeanAccumulator<v_double>, aat::RandomData, 100000, 3>
[all …]
H A Dprint.cpp25 typedef std::vector<double> v_double; typedef
39 MeanAccumulator<v_double>,
44 NoBinningAccumulator<v_double>,
49 LogBinningAccumulator<v_double>,
54 FullBinningAccumulator<v_double>
/dports/devel/libaravis/aravis-ARAVIS_0_5_12/tests/
H A Dgenicam.c119 double v_double; in indexed_test() local
189 g_assert_cmpfloat (v_double, ==, 200.2); in indexed_test()
206 g_assert_cmpint (v_double, ==, 150.15); in indexed_test()
303 double v_double; in float_test() local
316 g_assert_cmpfloat (v_double, ==, 0.1); in float_test()
322 g_assert_cmpfloat (v_double, ==, 10.0); in float_test()
325 g_assert_cmpfloat (v_double, ==, 2.0); in float_test()
332 g_assert_cmpfloat (v_double, ==, 0.2); in float_test()
338 g_assert_cmpfloat (v_double, ==, 0.2); in float_test()
347 g_assert_cmpfloat (v_double, ==, 3.0); in float_test()
[all …]
H A Devaluator.c113 double v_double; in expression_test() local
127 v_double = arv_evaluator_evaluate_as_double (evaluator, &error); in expression_test()
129 g_assert_cmpfloat (v_double, ==, data->result_double); in expression_test()
164 double v_double; in set_double_variable_test() local
171 g_assert_cmpfloat (v_double, ==, 123.4); in set_double_variable_test()
199 double v_double; in sub_expression_test() local
207 g_assert_cmpfloat (v_double, ==, 12.5); in sub_expression_test()
215 g_assert_cmpfloat (v_double, ==, 8.5); in sub_expression_test()
239 double v_double; in constant_test() local
248 g_assert_cmpfloat (v_double, ==, 60.5); in constant_test()
[all …]
/dports/multimedia/aravis/aravis-ARAVIS_0_5_12/tests/
H A Dgenicam.c119 double v_double; in indexed_test() local
189 g_assert_cmpfloat (v_double, ==, 200.2); in indexed_test()
206 g_assert_cmpint (v_double, ==, 150.15); in indexed_test()
303 double v_double; in float_test() local
316 g_assert_cmpfloat (v_double, ==, 0.1); in float_test()
322 g_assert_cmpfloat (v_double, ==, 10.0); in float_test()
325 g_assert_cmpfloat (v_double, ==, 2.0); in float_test()
332 g_assert_cmpfloat (v_double, ==, 0.2); in float_test()
338 g_assert_cmpfloat (v_double, ==, 0.2); in float_test()
347 g_assert_cmpfloat (v_double, ==, 3.0); in float_test()
[all …]
H A Devaluator.c113 double v_double; in expression_test() local
127 v_double = arv_evaluator_evaluate_as_double (evaluator, &error); in expression_test()
129 g_assert_cmpfloat (v_double, ==, data->result_double); in expression_test()
164 double v_double; in set_double_variable_test() local
171 g_assert_cmpfloat (v_double, ==, 123.4); in set_double_variable_test()
199 double v_double; in sub_expression_test() local
207 g_assert_cmpfloat (v_double, ==, 12.5); in sub_expression_test()
215 g_assert_cmpfloat (v_double, ==, 8.5); in sub_expression_test()
239 double v_double; in constant_test() local
248 g_assert_cmpfloat (v_double, ==, 60.5); in constant_test()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libc/AOR_v20.02/math/test/
H A Dmathbench.c43 static inline v_double
49 static inline v_double
96 static v_double
140 xy_Z_pow (v_double x) in xy_Z_pow()
152 static v_double
227 v_double (*vd) (v_double);
230 __vpcs v_double (*vnd) (v_double);
445 run_v_thruput (v_double f (v_double)) in run_v_thruput() argument
459 run_v_latency (v_double f (v_double)) in run_v_latency() argument
478 run_vn_thruput (__vpcs v_double f (v_double)) in run_vn_thruput() argument
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/AOR_v20.02/math/test/
H A Dmathbench.c43 static inline v_double
49 static inline v_double
96 static v_double
140 xy_Z_pow (v_double x) in xy_Z_pow()
152 static v_double
227 v_double (*vd) (v_double);
230 __vpcs v_double (*vnd) (v_double);
445 run_v_thruput (v_double f (v_double)) in run_v_thruput() argument
459 run_v_latency (v_double f (v_double)) in run_v_latency() argument
478 run_vn_thruput (__vpcs v_double f (v_double)) in run_vn_thruput() argument
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/AOR_v20.02/math/test/
H A Dmathbench.c43 static inline v_double
49 static inline v_double
96 static v_double
140 xy_Z_pow (v_double x) in xy_Z_pow()
152 static v_double
227 v_double (*vd) (v_double);
230 __vpcs v_double (*vnd) (v_double);
445 run_v_thruput (v_double f (v_double)) in run_v_thruput() argument
459 run_v_latency (v_double f (v_double)) in run_v_latency() argument
478 run_vn_thruput (__vpcs v_double f (v_double)) in run_vn_thruput() argument
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/AOR_v20.02/math/test/
H A Dmathbench.c43 static inline v_double
49 static inline v_double
96 static v_double
140 xy_Z_pow (v_double x) in xy_Z_pow()
152 static v_double
227 v_double (*vd) (v_double);
230 __vpcs v_double (*vnd) (v_double);
445 run_v_thruput (v_double f (v_double)) in run_v_thruput() argument
459 run_v_latency (v_double f (v_double)) in run_v_latency() argument
478 run_vn_thruput (__vpcs v_double f (v_double)) in run_vn_thruput() argument
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/AOR_v20.02/math/test/
H A Dmathbench.c43 static inline v_double
49 static inline v_double
96 static v_double
140 xy_Z_pow (v_double x) in xy_Z_pow()
152 static v_double
227 v_double (*vd) (v_double);
230 __vpcs v_double (*vnd) (v_double);
445 run_v_thruput (v_double f (v_double)) in run_v_thruput() argument
459 run_v_latency (v_double f (v_double)) in run_v_latency() argument
478 run_vn_thruput (__vpcs v_double f (v_double)) in run_vn_thruput() argument
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/AOR_v20.02/math/test/
H A Dmathbench.c43 static inline v_double
49 static inline v_double
96 static v_double
140 xy_Z_pow (v_double x) in xy_Z_pow()
152 static v_double
227 v_double (*vd) (v_double);
230 __vpcs v_double (*vnd) (v_double);
445 run_v_thruput (v_double f (v_double)) in run_v_thruput() argument
459 run_v_latency (v_double f (v_double)) in run_v_latency() argument
478 run_vn_thruput (__vpcs v_double f (v_double)) in run_vn_thruput() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libc/AOR_v20.02/math/test/
H A Dmathbench.c43 static inline v_double
49 static inline v_double
96 static v_double
140 xy_Z_pow (v_double x) in xy_Z_pow()
152 static v_double
227 v_double (*vd) (v_double);
230 __vpcs v_double (*vnd) (v_double);
445 run_v_thruput (v_double f (v_double)) in run_v_thruput() argument
459 run_v_latency (v_double f (v_double)) in run_v_latency() argument
478 run_vn_thruput (__vpcs v_double f (v_double)) in run_vn_thruput() argument
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/AOR_v20.02/math/test/
H A Dmathbench.c43 static inline v_double
49 static inline v_double
96 static v_double
140 xy_Z_pow (v_double x)
152 static v_double
227 v_double (*vd) (v_double);
230 __vpcs v_double (*vnd) (v_double);
445 run_v_thruput (v_double f (v_double))
459 run_v_latency (v_double f (v_double))
478 run_vn_thruput (__vpcs v_double f (v_double))
[all …]
/dports/science/axom/axom-0.6.1/src/axom/core/tests/
H A Dcore_array.hpp936 internal::check_fill(v_double); in TEST()
948 Array<double> v_double(size); in TEST() local
949 internal::check_set(v_double); in TEST()
967 v_double.setResizeRatio(ratio); in TEST()
1000 v_double.setResizeRatio(ratio); in TEST()
1054 Array<double> v_double(size); in TEST() local
1055 internal::check_swap(v_double); in TEST()
1265 v_double.fill(MAGIC_DOUBLE); in TEST()
1269 v_double_copy_assign = v_double; in TEST()
1355 v_double.fill(MAGIC_DOUBLE); in TEST()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/x/t/
H A Dcrud_table_criteria_args.test178 v_double: 1.80
210 v_double: 0
251 v_double: 0
293 v_double: 0.25
325 v_double: 1.80
357 v_double: 0.25
389 v_double: 1.80
421 v_double: 1.80
498 v_double: 1.80
547 v_double: 1
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/x/tests/mtr/t/
H A Dcrud_table_criteria_args.test177 v_double: 1.80
209 v_double: 0
250 v_double: 0
292 v_double: 0.25
324 v_double: 1.80
356 v_double: 0.25
388 v_double: 1.80
420 v_double: 1.80
497 v_double: 1.80
546 v_double: 1
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/x/tests/mtr/t/
H A Dcrud_table_criteria_args.test177 v_double: 1.80
209 v_double: 0
250 v_double: 0
292 v_double: 0.25
324 v_double: 1.80
356 v_double: 0.25
388 v_double: 1.80
420 v_double: 1.80
497 v_double: 1.80
546 v_double: 1
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/x/tests/mtr/t/
H A Dcrud_table_criteria_args.test177 v_double: 1.80
209 v_double: 0
250 v_double: 0
292 v_double: 0.25
324 v_double: 1.80
356 v_double: 0.25
388 v_double: 1.80
420 v_double: 1.80
497 v_double: 1.80
546 v_double: 1
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/x/tests/mtr/t/
H A Dcrud_table_criteria_args.test177 v_double: 1.80
209 v_double: 0
250 v_double: 0
292 v_double: 0.25
324 v_double: 1.80
356 v_double: 0.25
388 v_double: 1.80
420 v_double: 1.80
497 v_double: 1.80
546 v_double: 1
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/x/tests/mtr/t/
H A Dcrud_table_criteria_args.test177 v_double: 1.80
209 v_double: 0
250 v_double: 0
292 v_double: 0.25
324 v_double: 1.80
356 v_double: 0.25
388 v_double: 1.80
420 v_double: 1.80
497 v_double: 1.80
546 v_double: 1
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/x/tests/mtr/t/
H A Dcrud_table_criteria_args.test177 v_double: 1.80
209 v_double: 0
250 v_double: 0
292 v_double: 0.25
324 v_double: 1.80
356 v_double: 0.25
388 v_double: 1.80
420 v_double: 1.80
497 v_double: 1.80
546 v_double: 1
[all …]
/dports/devel/glib20/glib-2.70.4/gobject/
H A Dgvaluetransform.c63 DEFINE_CAST (int_double, v_int, gdouble, v_double);
72 DEFINE_CAST (uint_double, v_uint, gdouble, v_double);
81 DEFINE_CAST (long_double, v_long, gdouble, v_double);
118 DEFINE_CAST (double_s8, v_double, gint8, v_int);
119 DEFINE_CAST (double_u8, v_double, guint8, v_uint);
120 DEFINE_CAST (double_int, v_double, gint, v_int);
121 DEFINE_CAST (double_uint, v_double, guint, v_uint);
122 DEFINE_CAST (double_long, v_double, glong, v_long);
123 DEFINE_CAST (double_ulong, v_double, gulong, v_ulong);
124 DEFINE_CAST (double_int64, v_double, gint64, v_int64);
[all …]
/dports/shells/yash/yash-2.51/
H A Darith.c56 #define v_double value.doublevalue macro
340 result->v_double = do_double_calculation( in do_binary_calculation()
341 ttype, lhs->v_double, rhs->v_double); in do_binary_calculation()
668 result->v_double, rhs.v_double); in parse_equality()
710 result->v_double, rhs.v_double); in parse_relational()
837 case VT_DOUBLE: result->v_double = -result->v_double; break; in parse_prefix()
860 result->v_long = !result->v_double; in parse_prefix()
995 result->v_double = doubleresult; in parse_as_number()
1046 value->v_double = doubleresult; in coerce_number()
1063 value->v_long = (long) value->v_double; in coerce_integer()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/x/r/
H A Dcrud_table_criteria_args.result189 v_double: 1.8
230 v_double: 0
275 v_double: 0
311 v_double: 0.25
342 v_double: 1.8
407 v_double: 1.8
439 v_double: 1.8
518 v_double: 1.8
572 v_double: 1
626 v_double: 1.8
[all …]

12345678910>>...49