Home
last modified time | relevance | path

Searched refs:d_res (Results 1 – 25 of 140) sorted by relevance

123456

/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/20_util/function_objects/
H A Dsearchers.cc61 auto d_res = d(h, he); in test01() local
62 VERIFY( d_res.first == res ); in test01()
64 VERIFY( d_res.second == d_res.first ); in test01()
66 VERIFY( d_res.second == (d_res.first + nlen) ); in test01()
107 auto d_res = d(h, he); in test02() local
110 VERIFY( d_res.second == d_res.first ); in test02()
112 VERIFY( d_res.second == (d_res.first + nlen) ); in test02()
157 auto d_res = d(haystack, he); in test03() local
158 VERIFY( d_res.first == res ); in test03()
160 VERIFY( d_res.second == d_res.first ); in test03()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/function_objects/
H A Dsearchers.cc61 auto d_res = d(h, he); in test01() local
62 VERIFY( d_res.first == res ); in test01()
64 VERIFY( d_res.second == d_res.first ); in test01()
66 VERIFY( d_res.second == (d_res.first + nlen) ); in test01()
107 auto d_res = d(h, he); in test02() local
110 VERIFY( d_res.second == d_res.first ); in test02()
112 VERIFY( d_res.second == (d_res.first + nlen) ); in test02()
157 auto d_res = d(haystack, he); in test03() local
158 VERIFY( d_res.first == res ); in test03()
160 VERIFY( d_res.second == d_res.first ); in test03()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/function_objects/
H A Dsearchers.cc61 auto d_res = d(h, he); in test01() local
62 VERIFY( d_res.first == res ); in test01()
64 VERIFY( d_res.second == d_res.first ); in test01()
66 VERIFY( d_res.second == (d_res.first + nlen) ); in test01()
107 auto d_res = d(h, he); in test02() local
110 VERIFY( d_res.second == d_res.first ); in test02()
112 VERIFY( d_res.second == (d_res.first + nlen) ); in test02()
157 auto d_res = d(haystack, he); in test03() local
158 VERIFY( d_res.first == res ); in test03()
160 VERIFY( d_res.second == d_res.first ); in test03()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/20_util/function_objects/
H A Dsearchers.cc62 auto d_res = d(h, he); in test01() local
63 VERIFY( d_res.first == res ); in test01()
65 VERIFY( d_res.second == d_res.first ); in test01()
67 VERIFY( d_res.second == (d_res.first + nlen) ); in test01()
108 auto d_res = d(h, he); in test02() local
111 VERIFY( d_res.second == d_res.first ); in test02()
113 VERIFY( d_res.second == (d_res.first + nlen) ); in test02()
158 auto d_res = d(haystack, he); in test03() local
159 VERIFY( d_res.first == res ); in test03()
161 VERIFY( d_res.second == d_res.first ); in test03()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/function_objects/
H A Dsearchers.cc60 auto d_res = d(h, he); in test01() local
61 VERIFY( d_res.first == res ); in test01()
63 VERIFY( d_res.second == d_res.first ); in test01()
65 VERIFY( d_res.second == (d_res.first + nlen) ); in test01()
105 auto d_res = d(h, he); in test02() local
108 VERIFY( d_res.second == d_res.first ); in test02()
110 VERIFY( d_res.second == (d_res.first + nlen) ); in test02()
154 auto d_res = d(haystack, he); in test03() local
155 VERIFY( d_res.first == res ); in test03()
157 VERIFY( d_res.second == d_res.first ); in test03()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/20_util/function_objects/
H A Dsearchers.cc62 auto d_res = d(h, he); in test01() local
63 VERIFY( d_res.first == res ); in test01()
65 VERIFY( d_res.second == d_res.first ); in test01()
67 VERIFY( d_res.second == (d_res.first + nlen) ); in test01()
108 auto d_res = d(h, he); in test02() local
111 VERIFY( d_res.second == d_res.first ); in test02()
113 VERIFY( d_res.second == (d_res.first + nlen) ); in test02()
158 auto d_res = d(haystack, he); in test03() local
159 VERIFY( d_res.first == res ); in test03()
161 VERIFY( d_res.second == d_res.first ); in test03()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/20_util/function_objects/
H A Dsearchers.cc62 auto d_res = d(h, he); in test01() local
63 VERIFY( d_res.first == res ); in test01()
65 VERIFY( d_res.second == d_res.first ); in test01()
67 VERIFY( d_res.second == (d_res.first + nlen) ); in test01()
108 auto d_res = d(h, he); in test02() local
111 VERIFY( d_res.second == d_res.first ); in test02()
113 VERIFY( d_res.second == (d_res.first + nlen) ); in test02()
158 auto d_res = d(haystack, he); in test03() local
159 VERIFY( d_res.first == res ); in test03()
161 VERIFY( d_res.second == d_res.first ); in test03()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/20_util/function_objects/
H A Dsearchers.cc61 auto d_res = d(h, he); in test01() local
62 VERIFY( d_res.first == res ); in test01()
64 VERIFY( d_res.second == d_res.first ); in test01()
66 VERIFY( d_res.second == (d_res.first + nlen) ); in test01()
107 auto d_res = d(h, he); in test02() local
110 VERIFY( d_res.second == d_res.first ); in test02()
112 VERIFY( d_res.second == (d_res.first + nlen) ); in test02()
157 auto d_res = d(haystack, he); in test03() local
158 VERIFY( d_res.first == res ); in test03()
160 VERIFY( d_res.second == d_res.first ); in test03()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/20_util/function_objects/
H A Dsearchers.cc62 auto d_res = d(h, he); in test01() local
63 VERIFY( d_res.first == res ); in test01()
65 VERIFY( d_res.second == d_res.first ); in test01()
67 VERIFY( d_res.second == (d_res.first + nlen) ); in test01()
108 auto d_res = d(h, he); in test02() local
111 VERIFY( d_res.second == d_res.first ); in test02()
113 VERIFY( d_res.second == (d_res.first + nlen) ); in test02()
158 auto d_res = d(haystack, he); in test03() local
159 VERIFY( d_res.first == res ); in test03()
161 VERIFY( d_res.second == d_res.first ); in test03()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/20_util/function_objects/
H A Dsearchers.cc61 auto d_res = d(h, he); in test01() local
62 VERIFY( d_res.first == res ); in test01()
64 VERIFY( d_res.second == d_res.first ); in test01()
66 VERIFY( d_res.second == (d_res.first + nlen) ); in test01()
107 auto d_res = d(h, he); in test02() local
110 VERIFY( d_res.second == d_res.first ); in test02()
112 VERIFY( d_res.second == (d_res.first + nlen) ); in test02()
157 auto d_res = d(haystack, he); in test03() local
158 VERIFY( d_res.first == res ); in test03()
160 VERIFY( d_res.second == d_res.first ); in test03()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/function_objects/
H A Dsearchers.cc61 auto d_res = d(h, he); in test01() local
62 VERIFY( d_res.first == res ); in test01()
64 VERIFY( d_res.second == d_res.first ); in test01()
66 VERIFY( d_res.second == (d_res.first + nlen) ); in test01()
107 auto d_res = d(h, he); in test02() local
110 VERIFY( d_res.second == d_res.first ); in test02()
112 VERIFY( d_res.second == (d_res.first + nlen) ); in test02()
157 auto d_res = d(haystack, he); in test03() local
158 VERIFY( d_res.first == res ); in test03()
160 VERIFY( d_res.second == d_res.first ); in test03()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/20_util/function_objects/
H A Dsearchers.cc61 auto d_res = d(h, he); in test01() local
62 VERIFY( d_res.first == res ); in test01()
64 VERIFY( d_res.second == d_res.first ); in test01()
66 VERIFY( d_res.second == (d_res.first + nlen) ); in test01()
107 auto d_res = d(h, he); in test02() local
110 VERIFY( d_res.second == d_res.first ); in test02()
112 VERIFY( d_res.second == (d_res.first + nlen) ); in test02()
157 auto d_res = d(haystack, he); in test03() local
158 VERIFY( d_res.first == res ); in test03()
160 VERIFY( d_res.second == d_res.first ); in test03()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/function_objects/
H A Dsearchers.cc61 auto d_res = d(h, he); in test01() local
62 VERIFY( d_res.first == res ); in test01()
64 VERIFY( d_res.second == d_res.first ); in test01()
66 VERIFY( d_res.second == (d_res.first + nlen) ); in test01()
107 auto d_res = d(h, he); in test02() local
110 VERIFY( d_res.second == d_res.first ); in test02()
112 VERIFY( d_res.second == (d_res.first + nlen) ); in test02()
157 auto d_res = d(haystack, he); in test03() local
158 VERIFY( d_res.first == res ); in test03()
160 VERIFY( d_res.second == d_res.first ); in test03()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/20_util/function_objects/
H A Dsearchers.cc62 auto d_res = d(h, he); in test01() local
63 VERIFY( d_res.first == res ); in test01()
65 VERIFY( d_res.second == d_res.first ); in test01()
67 VERIFY( d_res.second == (d_res.first + nlen) ); in test01()
108 auto d_res = d(h, he); in test02() local
111 VERIFY( d_res.second == d_res.first ); in test02()
113 VERIFY( d_res.second == (d_res.first + nlen) ); in test02()
158 auto d_res = d(haystack, he); in test03() local
159 VERIFY( d_res.first == res ); in test03()
161 VERIFY( d_res.second == d_res.first ); in test03()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/20_util/function_objects/
H A Dsearchers.cc62 auto d_res = d(h, he); in test01() local
63 VERIFY( d_res.first == res ); in test01()
65 VERIFY( d_res.second == d_res.first ); in test01()
67 VERIFY( d_res.second == (d_res.first + nlen) ); in test01()
108 auto d_res = d(h, he); in test02() local
111 VERIFY( d_res.second == d_res.first ); in test02()
113 VERIFY( d_res.second == (d_res.first + nlen) ); in test02()
158 auto d_res = d(haystack, he); in test03() local
159 VERIFY( d_res.first == res ); in test03()
161 VERIFY( d_res.second == d_res.first ); in test03()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/20_util/function_objects/
H A Dsearchers.cc61 auto d_res = d(h, he); in test01() local
62 VERIFY( d_res.first == res ); in test01()
64 VERIFY( d_res.second == d_res.first ); in test01()
66 VERIFY( d_res.second == (d_res.first + nlen) ); in test01()
107 auto d_res = d(h, he); in test02() local
110 VERIFY( d_res.second == d_res.first ); in test02()
112 VERIFY( d_res.second == (d_res.first + nlen) ); in test02()
157 auto d_res = d(haystack, he); in test03() local
158 VERIFY( d_res.first == res ); in test03()
160 VERIFY( d_res.second == d_res.first ); in test03()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/tests/tcg/i386/
H A Dtest-i386-sse-exceptions.c8 volatile double d_res; variable
59 d_res = f_snan; in main()
237 d_res = d_max + d_max; in main()
244 d_res = d_max + d_min; in main()
251 d_res = d_inf + d_ninf; in main()
316 d_res = d_max - d_min; in main()
323 d_res = d_inf - d_inf; in main()
388 d_res = d_max * d_max; in main()
402 d_res = d_min * d_min; in main()
502 d_res = d_max / d_min; in main()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/tcg/i386/
H A Dtest-i386-sse-exceptions.c8 volatile double d_res;
59 d_res = f_snan;
237 d_res = d_max + d_max;
244 d_res = d_max + d_min;
251 d_res = d_inf + d_ninf;
316 d_res = d_max - d_min;
323 d_res = d_inf - d_inf;
388 d_res = d_max * d_max;
402 d_res = d_min * d_min;
502 d_res = d_max / d_min;
[all …]
/dports/emulators/qemu/qemu-6.2.0/tests/tcg/i386/
H A Dtest-i386-sse-exceptions.c8 volatile double d_res; variable
59 d_res = f_snan; in main()
237 d_res = d_max + d_max; in main()
244 d_res = d_max + d_min; in main()
251 d_res = d_inf + d_ninf; in main()
316 d_res = d_max - d_min; in main()
323 d_res = d_inf - d_inf; in main()
388 d_res = d_max * d_max; in main()
402 d_res = d_min * d_min; in main()
502 d_res = d_max / d_min; in main()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/tests/tcg/i386/
H A Dtest-i386-sse-exceptions.c8 volatile double d_res; variable
59 d_res = f_snan; in main()
237 d_res = d_max + d_max; in main()
244 d_res = d_max + d_min; in main()
251 d_res = d_inf + d_ninf; in main()
316 d_res = d_max - d_min; in main()
323 d_res = d_inf - d_inf; in main()
388 d_res = d_max * d_max; in main()
402 d_res = d_min * d_min; in main()
502 d_res = d_max / d_min; in main()
[all …]
/dports/dns/powerdns/pdns-4.5.2/modules/gpgsqlbackend/
H A Dspgsql.cc131 d_res = d_res_set; in nextResult()
133 d_resnum = PQntuples(d_res); in nextResult()
152 row.reserve(PQnfields(d_res)); in nextRow()
167 PQclear(d_res); in nextRow()
168 d_res = nullptr; in nextRow()
177 if (d_res == nullptr) in getResult()
191 if (d_res) { in reset()
192 PQclear(d_res); in reset()
198 d_res = nullptr; in reset()
258 d_res = nullptr; in prepareStatement()
[all …]
/dports/devel/xsimd/xsimd-7.6.0/benchmark/
H A Dxsimd_benchmark.hpp311 bench_vector<double> d_lhs, d_rhs, d_res; in run_benchmark_1op() local
317 init_benchmark(d_lhs, d_rhs, d_res, size); in run_benchmark_1op()
321 init_benchmark_arctrigo(d_lhs, d_rhs, d_res, size); in run_benchmark_1op()
325 init_benchmark(d_lhs, d_rhs, d_res, size); in run_benchmark_1op()
331 duration_type t_double_scalar = benchmark_scalar(f, d_lhs, d_res, iter); in run_benchmark_1op()
337 duration_type t_double_sse = benchmark_simd<batch<double, 2>>(f, d_lhs, d_res, iter); in run_benchmark_1op()
406 bench_vector<double> d_lhs, d_rhs, d_res; in run_benchmark_2op() local
409 init_benchmark(d_lhs, d_rhs, d_res, size); in run_benchmark_2op()
420 duration_type t_double_scalar = benchmark_scalar(f, d_lhs, d_rhs, d_res, iter); in run_benchmark_2op()
485 bench_vector<double> d_op0, d_op1, d_op2, d_res; in run_benchmark_3op() local
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/formulas/
H A Dgnomonic_spheroid.hpp89 … direct_result d_res = direct_quantities_type::apply(lon0, lat0, distance, azimuth, spheroid); in inverse() local
90 CT const& m = d_res.reduced_length; in inverse()
91 CT const& M = d_res.geodesic_scale; in inverse()
113 … direct_result d_res = direct_coordinates_type::apply(lon0, lat0, distance, azimuth, spheroid); in inverse() local
114 lon = d_res.lon2; in inverse()
115 lat = d_res.lat2; in inverse()
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/formulas/
H A Dgnomonic_spheroid.hpp89 … direct_result d_res = direct_quantities_type::apply(lon0, lat0, distance, azimuth, spheroid); in inverse() local
90 CT const& m = d_res.reduced_length; in inverse()
91 CT const& M = d_res.geodesic_scale; in inverse()
113 … direct_result d_res = direct_coordinates_type::apply(lon0, lat0, distance, azimuth, spheroid); in inverse() local
114 lon = d_res.lon2; in inverse()
115 lat = d_res.lat2; in inverse()
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/formulas/
H A Dgnomonic_spheroid.hpp89 … direct_result d_res = direct_quantities_type::apply(lon0, lat0, distance, azimuth, spheroid); in inverse() local
90 CT const& m = d_res.reduced_length; in inverse()
91 CT const& M = d_res.geodesic_scale; in inverse()
113 … direct_result d_res = direct_coordinates_type::apply(lon0, lat0, distance, azimuth, spheroid); in inverse() local
114 lon = d_res.lon2; in inverse()
115 lat = d_res.lat2; in inverse()

123456