Home
last modified time | relevance | path

Searched refs:d2v (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/thirdparty/
H A DD2V.java66 d2v.clear(); in Init()
69 d2v.add("1"); in Init()
71 d2v.add(""); in Init()
106 d2v.add(""); in FrameRate()
118 d2v.add(fill); in addGOP()
124 if (d2v.size() < 11) in write()
126 d2v.clear(); in write()
136 d2v.add(""); in write()
137 d2v.add("FINISHED"); in write()
141 d2v.clear(); in write()
[all …]
/dports/math/clblas/clBLAS-2.10/src/library/blas/gens/clTemplates/
H A Ddgemm_NT_MN48.cl8 __global double2 *d2v;
28 uA.d2v = (__global double2 *)A;
29 uB.d2v = (__global double2 *)B;
58 vstore2(uA.d2v[0 ], 0, plA+0 );
59 vstore2(uA.d2v[8 ], 0, plA+16);
60 vstore2(uA.d2v[16], 0, plA+32);
61 vstore2(uB.d2v[0 ], 0, plB+0 );
62 vstore2(uB.d2v[8 ], 0, plB+16);
181 __global double2 *d2v;
201 uA.d2v = (__global double2 *)A;
[all …]
/dports/science/openkim-models/openkim-models-2021-01-28/model-drivers/EAM_IMD__MD_113599595631_003/
H A DEAM_IMD.h61 double r2a, istep, chi, p0, p1, p2, dv, d2v, *ptr; \
84 d2v = p2 - 2 * p1 + p0; \
87 pot = p0 + chi * dv + 0.5 * chi * (chi - 1) * d2v; \
88 grad = 2 * istep * (dv + (chi - 0.5) * d2v); \
102 double r2a, istep, chi, p0, p1, p2, dv, d2v, *ptr; \
124 d2v = p2 - 2 * p1 + p0; \
127 pot = p0 + chi * dv + 0.5 * chi * (chi - 1) * d2v; \
128 grad = 2 * istep * (dv + (chi - 0.5) * d2v); \
139 double r2a, istep, chi, p0, p1, p2, dv, d2v, *ptr; \
162 d2v = p2 - 2 * p1 + p0; \
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/6769124/
H A DTestUnalignedLoad6769124.java36 static double d2v = Double.MIN_VALUE; field in TestUnalignedLoad6769124
42 double d2 = d2v; in main()
61 if (d2 != d2v) { in main()
62 System.out.println(d2 + " != " + d2v); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/6769124/
H A DTestUnalignedLoad6769124.java36 static double d2v = Double.MIN_VALUE; field in TestUnalignedLoad6769124
42 double d2 = d2v; in main()
61 if (d2 != d2v) { in main()
62 System.out.println(d2 + " != " + d2v); in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/c1/
H A DTestUnalignedLoad.java39 static double d2v = Double.MIN_VALUE; field in TestUnalignedLoad
45 double d2 = d2v; in main()
64 if (d2 != d2v) { in main()
65 System.out.println(d2 + " != " + d2v); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/c1/
H A DTestUnalignedLoad.java39 static double d2v = Double.MIN_VALUE; field in TestUnalignedLoad
45 double d2 = d2v; in main()
64 if (d2 != d2v) { in main()
65 System.out.println(d2 + " != " + d2v); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/c1/
H A DTestUnalignedLoad.java39 static double d2v = Double.MIN_VALUE; field in TestUnalignedLoad
45 double d2 = d2v; in main()
64 if (d2 != d2v) { in main()
65 System.out.println(d2 + " != " + d2v); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/c1/
H A DTestUnalignedLoad.java39 static double d2v = Double.MIN_VALUE; field in TestUnalignedLoad
45 double d2 = d2v; in main()
64 if (d2 != d2v) { in main()
65 System.out.println(d2 + " != " + d2v); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/c1/
H A DTestUnalignedLoad.java39 static double d2v = Double.MIN_VALUE; field in TestUnalignedLoad
45 double d2 = d2v; in main()
64 if (d2 != d2v) { in main()
65 System.out.println(d2 + " != " + d2v); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/c1/
H A DTestUnalignedLoad.java39 static double d2v = Double.MIN_VALUE; field in TestUnalignedLoad
45 double d2 = d2v; in main()
64 if (d2 != d2v) { in main()
65 System.out.println(d2 + " != " + d2v); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/c1/
H A DTestUnalignedLoad.java39 static double d2v = Double.MIN_VALUE; field in TestUnalignedLoad
45 double d2 = d2v; in main()
64 if (d2 != d2v) { in main()
65 System.out.println(d2 + " != " + d2v); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/c1/
H A DTestUnalignedLoad.java39 static double d2v = Double.MIN_VALUE; field in TestUnalignedLoad
45 double d2 = d2v; in main()
64 if (d2 != d2v) { in main()
65 System.out.println(d2 + " != " + d2v); in main()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/features/include/pcl/features/impl/
H A Desf.hpp61 std::vector<float> d2v, d1v, d3v, wt_d3; in computeESF() local
64 d2v.reserve (sample_size * 3); in computeESF()
141 d2v.push_back (pcl::euclideanDistance (pc[index1], pc[index2])); in computeESF()
142 d2v.push_back (pcl::euclideanDistance (pc[index1], pc[index3])); in computeESF()
222 if (d2v[nn_idx] > maxd2) in computeESF()
223 maxd2 = d2v[nn_idx]; in computeESF()
224 if (d2v[sample_size + nn_idx] > maxd2) in computeESF()
225 maxd2 = d2v[sample_size + nn_idx]; in computeESF()
226 if (d2v[sample_size*2 +nn_idx] > maxd2) in computeESF()
227 maxd2 = d2v[sample_size*2 +nn_idx]; in computeESF()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/tests/qemu-iotests/
H A D14692 echo === Testing d2v Autodetect ===
94 _use_sample_img d2v-zerofilled.vhd.bz2
99 echo === Testing d2v with current_size force ===
105 echo === Testing d2v with chs force ===
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/qemu-iotests/
H A D14692 echo === Testing d2v Autodetect ===
94 _use_sample_img d2v-zerofilled.vhd.bz2
99 echo === Testing d2v with current_size force ===
105 echo === Testing d2v with chs force ===
/dports/emulators/qemu42/qemu-4.2.1/tests/qemu-iotests/
H A D14692 echo === Testing d2v Autodetect ===
94 _use_sample_img d2v-zerofilled.vhd.bz2
99 echo === Testing d2v with current_size force ===
105 echo === Testing d2v with chs force ===
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/qemu-iotests/
H A D14693 echo === Testing d2v Autodetect ===
95 _use_sample_img d2v-zerofilled.vhd.bz2
100 echo === Testing d2v with current_size force ===
106 echo === Testing d2v with chs force ===
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/qemu-iotests/
H A D14692 echo === Testing d2v Autodetect ===
94 _use_sample_img d2v-zerofilled.vhd.bz2
99 echo === Testing d2v with current_size force ===
105 echo === Testing d2v with chs force ===
/dports/math/clblas/clBLAS-2.10/src/library/blas/AutoGemm/UserGemmKernelSources/
H A Ddgemm_Col_NT_B0_MX048_NX048_KX08_src.cpp27 \n __global double2 *d2v;
103 \n uA.d2v = (__global double2 *)A;
104 \n uB.d2v = (__global double2 *)B;
133 \n plB[0 ] = uB.d2v[0 ];
134 \n plB[8 ] = uB.d2v[8 ];
135 \n plB[16] = uB.d2v[16];
136 \n plA[0 ] = uA.d2v[0 ];
137 \n plA[8 ] = uA.d2v[8 ];
138 \n plA[16] = uA.d2v[16];
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/gravity/test/
H A DBruteForceGravity.cpp30 ArrayView<Vector> d2v = storage.getD2t<Vector>(QuantityId::POSITION); variable
33 gravity.evalSelfGravity(pool, d2v, stats);
40 if (a[i] != approx(d2v[i], 0.04_f)) { in __anon90ec053b0102()
41 return makeFailed("Incorrect acceleration: {} == {}", a[i], d2v[i]); in __anon90ec053b0102()
/dports/emulators/qemu5/qemu-5.2.0/tests/qemu-iotests/
H A D146104 echo === Testing d2v Autodetect ===
106 _use_sample_img d2v-zerofilled.vhd.bz2
113 echo === Testing d2v with current_size force ===
121 echo === Testing d2v with chs force ===
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/qemu-iotests/
H A D146105 echo === Testing d2v Autodetect ===
107 _use_sample_img d2v-zerofilled.vhd.bz2
114 echo === Testing d2v with current_size force ===
122 echo === Testing d2v with chs force ===
/dports/emulators/qemu/qemu-6.2.0/tests/qemu-iotests/
H A D146105 echo === Testing d2v Autodetect ===
107 _use_sample_img d2v-zerofilled.vhd.bz2
114 echo === Testing d2v with current_size force ===
122 echo === Testing d2v with chs force ===
/dports/emulators/qemu60/qemu-6.0.0/tests/qemu-iotests/
H A D146105 echo === Testing d2v Autodetect ===
107 _use_sample_img d2v-zerofilled.vhd.bz2
114 echo === Testing d2v with current_size force ===
122 echo === Testing d2v with chs force ===

12345678