Home
last modified time | relevance | path

Searched refs:proj_map (Results 1 – 6 of 6) sorted by relevance

/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/exec/
H A Dhash_join_dict.cc477 const SchemaProjectionMaps<HashJoinProjection>& proj_map, in Init() argument
479 int num_keys = proj_map.num_cols(HashJoinProjection::KEY); in Init()
484 proj_map.data_type(HashJoinProjection::KEY, i)); in Init()
493 proj_map.data_type(HashJoinProjection::KEY, i); in Init()
505 proj_map.data_type(HashJoinProjection::KEY, i); in Init()
517 const SchemaProjectionMaps<HashJoinProjection>& proj_map, RowEncoder* encoder, in InitEncoder() argument
519 int num_cols = proj_map.num_cols(HashJoinProjection::KEY); in InitEncoder()
523 proj_map.data_type(HashJoinProjection::KEY, icol); in InitEncoder()
536 int num_cols = proj_map.num_cols(HashJoinProjection::KEY); in EncodeBatch()
554 const SchemaProjectionMaps<HashJoinProjection>& proj_map, in PostDecode() argument
[all …]
H A Dhash_join_dict.h259 Status Init(const SchemaProjectionMaps<HashJoinProjection>& proj_map,
261 static void InitEncoder(const SchemaProjectionMaps<HashJoinProjection>& proj_map,
264 const SchemaProjectionMaps<HashJoinProjection>& proj_map,
266 Status PostDecode(const SchemaProjectionMaps<HashJoinProjection>& proj_map,
/dports/graphics/colmap/colmap-3.6/lib/PBA/
H A DProgramCU.h66 CuTexImage& jp, CuTexImage& proj_map, CuTexImage& sj,
70 CuTexImage& proj_map, CuTexImage& proj, int radial);
72 CuTexImage& proj_map, CuTexImage& proj, int radial);
H A DProgramCU.cu845 CuTexImage& proj_map, CuTexImage& sj, in ComputeJacobian() argument
850 unsigned int len = proj_map.GetImgWidth(); in ComputeJacobian()
859 proj_map.BindTexture(tex_jacobian_idx); in ComputeJacobian()
1188 CuTexImage& meas, CuTexImage& proj_map, in ComputeProjection() argument
1190 unsigned int len = proj_map.GetImgWidth(); in ComputeProjection()
1195 proj_map.BindTexture(tex_projection_idx); in ComputeProjection()
1266 CuTexImage& meas, CuTexImage& proj_map, in ComputeProjectionX() argument
1268 unsigned int len = proj_map.GetImgWidth(); in ComputeProjectionX()
1273 proj_map.BindTexture(tex_projection_idx); in ComputeProjectionX()
/dports/devel/libfirm/libfirm-1.21.0/ir/be/
H A Dbelower.c848 int *proj_map; in push_through_perm() local
951 proj_map = ALLOCAN(int, arity); in push_through_perm()
952 memset(proj_map, -1, sizeof(proj_map[0])); in push_through_perm()
958 proj_map[i] = n; in push_through_perm()
965 pn = proj_map[pn]; in push_through_perm()
/dports/devel/libfirm/libfirm-1.21.0/ir/lower/
H A Dlower_dw.c2275 long *proj_map = ALLOCAN(long, n_outs); in lower_ASM() local
2288 proj_map[o] = new_n_outs; in lower_ASM()
2299 proj_map[o] = new_n_outs; in lower_ASM()
2324 pn = proj_map[pn]; in lower_ASM()