Home
last modified time | relevance | path

Searched refs:space3 (Results 1 – 25 of 145) sorted by relevance

123456

/dports/databases/timescaledb/timescaledb-2.5.1/test/sql/include/
H A Dplan_ordered_append_load.sql112 CREATE TABLE space3(time timestamptz NOT NULL, x int NOT NULL, y int NOT NULL, z int NOT NULL, valu… table
117 INSERT INTO space3 SELECT generate_series('2000-01-10'::timestamptz,'2000-01-01'::timestamptz,'-1m'…
118 INSERT INTO space3 SELECT generate_series('2000-01-10'::timestamptz,'2000-01-01'::timestamptz,'-1m'…
119 INSERT INTO space3 SELECT generate_series('2000-01-10'::timestamptz,'2000-01-01'::timestamptz,'-1m'…
120 INSERT INTO space3 SELECT generate_series('2000-01-10'::timestamptz,'2000-01-01'::timestamptz,'-1m'…
121 INSERT INTO space3 SELECT generate_series('2000-01-10'::timestamptz,'2000-01-01'::timestamptz,'-1m'…
122 INSERT INTO space3 SELECT generate_series('2000-01-10'::timestamptz,'2000-01-01'::timestamptz,'-1m'…
123 INSERT INTO space3 SELECT generate_series('2000-01-10'::timestamptz,'2000-01-01'::timestamptz,'-1m'…
124 INSERT INTO space3 SELECT generate_series('2000-01-10'::timestamptz,'2000-01-01'::timestamptz,'-1m'…
126 ANALYZE space3;
/dports/graphics/embree/embree-3.13.2/kernels/geometry/
H A DcurveNi.h76 …const LinearSpace3fa space3(trunc(126.0f*space2.vx),trunc(126.0f*space2.vy),trunc(126.0f*space2.vz… in fill()
77 …->get(geomID)->vbounds(loffset,lscale,max(length(space3.vx),length(space3.vy),length(space3.vz)),s… in fill()
79 bounds_vx_x(N)[i] = (char) space3.vx.x; in fill()
80 bounds_vx_y(N)[i] = (char) space3.vx.y; in fill()
81 bounds_vx_z(N)[i] = (char) space3.vx.z; in fill()
87 bounds_vy_x(N)[i] = (char) space3.vy.x; in fill()
88 bounds_vy_y(N)[i] = (char) space3.vy.y; in fill()
89 bounds_vy_z(N)[i] = (char) space3.vy.z; in fill()
95 bounds_vz_x(N)[i] = (char) space3.vz.x; in fill()
96 bounds_vz_y(N)[i] = (char) space3.vz.y; in fill()
[all …]
H A DcurveNi_mb.h79 …const LinearSpace3fa space3(trunc(126.0f*space2.vx),trunc(126.0f*space2.vy),trunc(126.0f*space2.vz… in fillMB()
80 …geomID)->vlinearBounds(loffset,lscale,max(length(space3.vx),length(space3.vy),length(space3.vz)),s… in fillMB()
83 bounds_vx_x(N)[i] = (char) (short) space3.vx.x; in fillMB()
84 bounds_vx_y(N)[i] = (char) (short) space3.vx.y; in fillMB()
85 bounds_vx_z(N)[i] = (char) (short) space3.vx.z; in fillMB()
95 bounds_vy_x(N)[i] = (char) (short) space3.vy.x; in fillMB()
96 bounds_vy_y(N)[i] = (char) (short) space3.vy.y; in fillMB()
97 bounds_vy_z(N)[i] = (char) (short) space3.vy.z; in fillMB()
107 bounds_vz_x(N)[i] = (char) (short) space3.vz.x; in fillMB()
108 bounds_vz_y(N)[i] = (char) (short) space3.vz.y; in fillMB()
[all …]
/dports/science/chemps2/CheMPS2-1.8.10/CheMPS2/
H A DDMRGSCFrotations.cpp99 const int NEW34 = dimension( idx, irrep3, space3 ); in write()
125 const int NEW3 = dimension( idx, irrep3, space3 ); in write()
149 if (( space1 == 'C' ) && ( space2 == 'C' ) && ( space3 == 'F' ) && ( space4 == 'F' )){ in write()
157 const int NEW34 = dimension( idx, irrep3, space3 ); in write()
183 const int NEW3 = dimension( idx, irrep3, space3 ); in write()
214 const int NEW3 = dimension( idx, irrep3, space3 ); in write()
395 …assert(( space3 == 'O' ) || ( space3 == 'A' ) || ( space3 == 'V' ) || ( space3 == 'C' ) || ( space… in rotate()
400 const bool equal34 = ( space3 == space4 ); in rotate()
401 const bool eightfold = (( space1 == space3 ) && ( space2 == space4 )); in rotate()
412 const int NEW3 = dimension( idx, irrep3, space3 ); in rotate()
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/cygnal/libnet/
H A Dlirc.cpp91 string::size_type space3 = packet.find(" ", space2) +1; in getKey() local
95 string button_str = packet.substr(space2,space3-space2); in getKey()
96 string control_str = packet.substr(space3); in getKey()
120 string::size_type space3 = packet.find(" ", space2) + 1; in getButton() local
122 string button_str = packet.substr(space2, space3-space2-1); in getButton()
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/mbptr12/
H A Dtransform_factory.cc57 … const Ref<MOIndexSpace>& space3, const Ref<MOIndexSpace>& space4) : in MOIntsTransformFactory() argument
58 integral_(integral), space1_(space1), space2_(space2), space3_(space3), space4_(space4) in MOIntsTransformFactory()
62 if (space3.null()) in MOIntsTransformFactory()
123 const Ref<MOIndexSpace>& space3, const Ref<MOIndexSpace>& space4) in set_spaces() argument
130 if (space3.null()) in set_spaces()
133 space3_ = space3; in set_spaces()
H A Dtransform_factory.h83 const Ref<MOIndexSpace>& space3 = 0, const Ref<MOIndexSpace>& space4 = 0);
90 const Ref<MOIndexSpace>& space3 = 0, const Ref<MOIndexSpace>& space4 = 0);
119 Ref<MOIndexSpace> space3() const;
/dports/databases/timescaledb/timescaledb-2.5.1/test/expected/
H A Dplan_ordered_append.out144 SELECT create_hypertable('space3','time','x',number_partitions:=2);
147 (7,public,space3,t)
150 SELECT add_dimension('space3','y',number_partitions:=2);
153 (11,public,space3,y,t)
156 SELECT add_dimension('space3','z',number_partitions:=2);
159 (12,public,space3,z,t)
170 ANALYZE space3;
242 space3 | _hyper_7_39_chunk | -9223372036854775808
243 space3 | _hyper_7_41_chunk | -9223372036854775808
557 FROM space3
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/Test/
H A Dhlsl.shift.per-set.frag10 StructuredBuffer<float4> t4 : register(t1, space3);
12 ByteAddressBuffer t5 : register(t2, space3);
13 Buffer<float4> t6 : register(t3, space3);
21 RWStructuredBuffer<float> u6 : register(u4, space3);
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/Test/
H A Dhlsl.shift.per-set.frag10 StructuredBuffer<float4> t4 : register(t1, space3);
12 ByteAddressBuffer t5 : register(t2, space3);
13 Buffer<float4> t6 : register(t3, space3);
21 RWStructuredBuffer<float> u6 : register(u4, space3);
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/Test/
H A Dhlsl.shift.per-set.frag10 StructuredBuffer<float4> t4 : register(t1, space3);
12 ByteAddressBuffer t5 : register(t2, space3);
13 Buffer<float4> t6 : register(t3, space3);
21 RWStructuredBuffer<float> u6 : register(u4, space3);
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/
H A Dhlsl.shift.per-set.frag10 StructuredBuffer<float4> t4 : register(t1, space3);
12 ByteAddressBuffer t5 : register(t2, space3);
13 Buffer<float4> t6 : register(t3, space3);
21 RWStructuredBuffer<float> u6 : register(u4, space3);
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/
H A Dhlsl.shift.per-set.frag10 StructuredBuffer<float4> t4 : register(t1, space3);
12 ByteAddressBuffer t5 : register(t2, space3);
13 Buffer<float4> t6 : register(t3, space3);
21 RWStructuredBuffer<float> u6 : register(u4, space3);
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/Test/
H A Dhlsl.shift.per-set.frag10 StructuredBuffer<float4> t4 : register(t1, space3);
12 ByteAddressBuffer t5 : register(t2, space3);
13 Buffer<float4> t6 : register(t3, space3);
21 RWStructuredBuffer<float> u6 : register(u4, space3);
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/Test/
H A Dhlsl.shift.per-set.frag10 StructuredBuffer<float4> t4 : register(t1, space3);
12 ByteAddressBuffer t5 : register(t2, space3);
13 Buffer<float4> t6 : register(t3, space3);
21 RWStructuredBuffer<float> u6 : register(u4, space3);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/Test/
H A Dhlsl.shift.per-set.frag10 StructuredBuffer<float4> t4 : register(t1, space3);
12 ByteAddressBuffer t5 : register(t2, space3);
13 Buffer<float4> t6 : register(t3, space3);
21 RWStructuredBuffer<float> u6 : register(u4, space3);
/dports/graphics/glslang/glslang-11.7.1/Test/
H A Dhlsl.shift.per-set.frag10 StructuredBuffer<float4> t4 : register(t1, space3);
12 ByteAddressBuffer t5 : register(t2, space3);
13 Buffer<float4> t6 : register(t3, space3);
21 RWStructuredBuffer<float> u6 : register(u4, space3);
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/Test/
H A Dhlsl.shift.per-set.frag10 StructuredBuffer<float4> t4 : register(t1, space3);
12 ByteAddressBuffer t5 : register(t2, space3);
13 Buffer<float4> t6 : register(t3, space3);
21 RWStructuredBuffer<float> u6 : register(u4, space3);
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/glslang/Test/
H A Dhlsl.shift.per-set.frag10 StructuredBuffer<float4> t4 : register(t1, space3);
12 ByteAddressBuffer t5 : register(t2, space3);
13 Buffer<float4> t6 : register(t3, space3);
21 RWStructuredBuffer<float> u6 : register(u4, space3);
/dports/devel/p5-Getopt-Euclid/Getopt-Euclid-0.4.5/t/
H A Dquoted_args.t6 'space3',
9 # quoted_args.t -e1"with space1" -e2 "with space2" -e3 with space3
11 # quoted_args.t -e1with\ space1 -e2 with\ space2 -e3 with space3
27 got_arg '<remainder>' => 'space3';
/dports/math/fricas/fricas-1.3.7/src/input/
H A Dspace3.input38 space3 := curve[p0,p1,p2]$(ThreeSpace DoubleFloat)
39 composite [space1,space2,space3]
45 composite [space1,space2,space3]
115 space3 := copy space1
116 curve(space3,[p0,p1,p2])
117 newSpace1 := merge [space1,space2,space3]
118 newSpace2 := merge(space2,space3)
181 space3 := curve [p0,p1,p2]$(ThreeSpace DoubleFloat)
182 s := composite [space1,space2,space3]
/dports/www/firefox/firefox-99.0/modules/freetype2/src/tools/
H A Dupdate-copyright-year77 (?<space3>\ *)
86 + length($+{space3})
105 (?<space3>\ *)
115 + length($+{space3})
131 + length($+{space3})
/dports/print/freetype2/freetype-2.11.1/src/tools/
H A Dupdate-copyright-year77 (?<space3>\ *)
86 + length($+{space3})
105 (?<space3>\ *)
115 + length($+{space3})
131 + length($+{space3})
/dports/games/iortcw/iortcw-1.51c/SP/code/freetype-2.9/src/tools/
H A Dupdate-copyright-year76 (?<space3>\ *)
85 + length($+{space3});
102 (?<space3>\ *)
110 + length($+{space3})
/dports/www/firefox-esr/firefox-91.8.0/modules/freetype2/src/tools/
H A Dupdate-copyright-year77 (?<space3>\ *)
86 + length($+{space3})
105 (?<space3>\ *)
113 + length($+{space3})

123456