Home
last modified time | relevance | path

Searched refs:first_pred (Results 1 – 25 of 95) sorted by relevance

1234

/dports/science/py-dipy/dipy-1.4.1/dipy/reconst/
H A Dmulti_voxel.py88 first_pred = self.fit_array[ijk].predict(*args, **kwargs)
89 result = np.zeros(self.fit_array.shape + (first_pred.shape[-1],))
90 result[ijk] = first_pred
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/shader/decode/
H A Dinteger_set.cpp32 const Node first_pred = in DecodeIntegerSet() local
37 const Node predicate = Operation(combiner, first_pred, second_pred); in DecodeIntegerSet()
H A Dpredicate_set_register.cpp24 const Node first_pred = Operation(GetPredicateCombiner(instr.pset.cond), op_a, op_b); in DecodePredicateSetRegister() local
29 const Node predicate = Operation(combiner, first_pred, second_pred); in DecodePredicateSetRegister()
H A Dfloat_set.cpp39 const Node first_pred = GetPredicateComparisonFloat(instr.fset.cond, op_a, op_b); in DecodeFloatSet() local
41 const Node predicate = Operation(combiner, first_pred, second_pred); in DecodeFloatSet()
H A Dvideo.cpp71 const Node first_pred = GetPredicateComparisonInteger(instr.vsetp.cond, sign, op_a, op_b); in DecodeVideo() local
77 SetPredicate(bb, instr.vsetp.pred3, Operation(combiner, first_pred, second_pred)); in DecodeVideo()
82 const Node negate_pred = Operation(OperationCode::LogicalNegate, first_pred); in DecodeVideo()
/dports/lang/clover/mesa-21.3.6/src/amd/compiler/
H A Daco_optimizer_postRA.cpp69 unsigned first_pred = block->linear_preds[0]; in reset_block() local
74 { return instr_idx_by_regs[pred][i] == instr_idx_by_regs[first_pred][i]; }); in reset_block()
77 instr_idx_by_regs[block->index][i] = instr_idx_by_regs[first_pred][i]; in reset_block()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/amd/compiler/
H A Daco_optimizer_postRA.cpp69 unsigned first_pred = block->linear_preds[0]; in reset_block() local
74 { return instr_idx_by_regs[pred][i] == instr_idx_by_regs[first_pred][i]; }); in reset_block()
77 instr_idx_by_regs[block->index][i] = instr_idx_by_regs[first_pred][i]; in reset_block()
/dports/graphics/libosmesa/mesa-21.3.6/src/amd/compiler/
H A Daco_optimizer_postRA.cpp69 unsigned first_pred = block->linear_preds[0]; in reset_block() local
74 { return instr_idx_by_regs[pred][i] == instr_idx_by_regs[first_pred][i]; }); in reset_block()
77 instr_idx_by_regs[block->index][i] = instr_idx_by_regs[first_pred][i]; in reset_block()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/amd/compiler/
H A Daco_optimizer_postRA.cpp69 unsigned first_pred = block->linear_preds[0]; in reset_block() local
74 { return instr_idx_by_regs[pred][i] == instr_idx_by_regs[first_pred][i]; }); in reset_block()
77 instr_idx_by_regs[block->index][i] = instr_idx_by_regs[first_pred][i]; in reset_block()
/dports/graphics/mesa-libs/mesa-21.3.6/src/amd/compiler/
H A Daco_optimizer_postRA.cpp69 unsigned first_pred = block->linear_preds[0]; in reset_block() local
74 { return instr_idx_by_regs[pred][i] == instr_idx_by_regs[first_pred][i]; }); in reset_block()
77 instr_idx_by_regs[block->index][i] = instr_idx_by_regs[first_pred][i]; in reset_block()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/amd/compiler/
H A Daco_optimizer_postRA.cpp69 unsigned first_pred = block->linear_preds[0]; in reset_block() local
74 { return instr_idx_by_regs[pred][i] == instr_idx_by_regs[first_pred][i]; }); in reset_block()
77 instr_idx_by_regs[block->index][i] = instr_idx_by_regs[first_pred][i]; in reset_block()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/amd/compiler/
H A Daco_optimizer_postRA.cpp69 unsigned first_pred = block->linear_preds[0]; in reset_block() local
74 { return instr_idx_by_regs[pred][i] == instr_idx_by_regs[first_pred][i]; }); in reset_block()
77 instr_idx_by_regs[block->index][i] = instr_idx_by_regs[first_pred][i]; in reset_block()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/amd/compiler/
H A Daco_optimizer_postRA.cpp69 unsigned first_pred = block->linear_preds[0]; in reset_block() local
74 { return instr_idx_by_regs[pred][i] == instr_idx_by_regs[first_pred][i]; }); in reset_block()
77 instr_idx_by_regs[block->index][i] = instr_idx_by_regs[first_pred][i]; in reset_block()
/dports/graphics/mesa-dri/mesa-21.3.6/src/amd/compiler/
H A Daco_optimizer_postRA.cpp69 unsigned first_pred = block->linear_preds[0]; in reset_block() local
74 { return instr_idx_by_regs[pred][i] == instr_idx_by_regs[first_pred][i]; }); in reset_block()
77 instr_idx_by_regs[block->index][i] = instr_idx_by_regs[first_pred][i]; in reset_block()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/amd/compiler/
H A Daco_optimizer_postRA.cpp69 unsigned first_pred = block->linear_preds[0]; in reset_block() local
74 { return instr_idx_by_regs[pred][i] == instr_idx_by_regs[first_pred][i]; }); in reset_block()
77 instr_idx_by_regs[block->index][i] = instr_idx_by_regs[first_pred][i]; in reset_block()
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcClassDcl.hs344 (first_pred, local_meth_ty) = tcSplitPredFunTy_maybe rho_ty
347 ok_first_pred = case getClassPredTys_maybe first_pred of
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_indexer_node.cpp141 … int first_pred = *(mp0_list.begin()) == ins[0] ? 0 : ( *(mp0_list.begin()) == ins[1] ? 1 : -1 ); in make_and_validate_full_graph() local
144 …ASSERT( first_pred != -1 && second_pred != -1 && first_pred != second_pred, "bad predecessor(s) fo… in make_and_validate_full_graph()
H A Dharness_graph.h747 … int first_pred = *(mp_list.begin()) == ins[0] ? 0 : ( *(mp_list.begin()) == ins[1] ? 1 : -1 );
750 …ASSERT( first_pred != -1 && second_pred != -1 && first_pred != second_pred, "bad predecessor(s) fo…
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_indexer_node.cpp141 … int first_pred = *(mp0_list.begin()) == ins[0] ? 0 : ( *(mp0_list.begin()) == ins[1] ? 1 : -1 ); in make_and_validate_full_graph() local
144 …ASSERT( first_pred != -1 && second_pred != -1 && first_pred != second_pred, "bad predecessor(s) fo… in make_and_validate_full_graph()
H A Dharness_graph.h747 … int first_pred = *(mp_list.begin()) == ins[0] ? 0 : ( *(mp_list.begin()) == ins[1] ? 1 : -1 );
750 …ASSERT( first_pred != -1 && second_pred != -1 && first_pred != second_pred, "bad predecessor(s) fo…
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_indexer_node.cpp141 … int first_pred = *(mp0_list.begin()) == ins[0] ? 0 : ( *(mp0_list.begin()) == ins[1] ? 1 : -1 ); in make_and_validate_full_graph() local
144 …ASSERT( first_pred != -1 && second_pred != -1 && first_pred != second_pred, "bad predecessor(s) fo… in make_and_validate_full_graph()
H A Dharness_graph.h747 … int first_pred = *(mp_list.begin()) == ins[0] ? 0 : ( *(mp_list.begin()) == ins[1] ? 1 : -1 );
750 …ASSERT( first_pred != -1 && second_pred != -1 && first_pred != second_pred, "bad predecessor(s) fo…
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-structalias.c2092 unsigned int i, first_pred; in label_visit() local
2098 first_pred = -1U; in label_visit()
2113 if (first_pred == -1U) in label_visit()
2114 first_pred = w; in label_visit()
2119 graph->points_to[first_pred], in label_visit()
2134 if (first_pred != -1U) in label_visit()
2135 bitmap_copy (graph->points_to[n], graph->points_to[first_pred]); in label_visit()
2150 if (first_pred != -1U) in label_visit()
2152 graph->pointer_label[n] = graph->pointer_label[first_pred]; in label_visit()
2153 graph->points_to[n] = graph->points_to[first_pred]; in label_visit()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-structalias.c2085 unsigned int i, first_pred; in label_visit() local
2091 first_pred = -1U; in label_visit()
2106 if (first_pred == -1U) in label_visit()
2107 first_pred = w; in label_visit()
2112 graph->points_to[first_pred], in label_visit()
2127 if (first_pred != -1U) in label_visit()
2128 bitmap_copy (graph->points_to[n], graph->points_to[first_pred]); in label_visit()
2143 if (first_pred != -1U) in label_visit()
2145 graph->pointer_label[n] = graph->pointer_label[first_pred]; in label_visit()
2146 graph->points_to[n] = graph->points_to[first_pred]; in label_visit()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-structalias.c2127 unsigned int i, first_pred; in label_visit() local
2133 first_pred = -1U; in label_visit()
2148 if (first_pred == -1U) in label_visit()
2149 first_pred = w; in label_visit()
2154 graph->points_to[first_pred], in label_visit()
2169 if (first_pred != -1U) in label_visit()
2170 bitmap_copy (graph->points_to[n], graph->points_to[first_pred]); in label_visit()
2185 if (first_pred != -1U) in label_visit()
2187 graph->pointer_label[n] = graph->pointer_label[first_pred]; in label_visit()
2188 graph->points_to[n] = graph->points_to[first_pred]; in label_visit()

1234