Home
last modified time | relevance | path

Searched refs:cond_if (Results 1 – 25 of 89) sorted by relevance

1234

/dports/math/boolector/boolector-3.2.2/examples/api/c/boundsprop/
H A Dmaxand.c25 BoolectorNode *result, *cond_if, *cond_else_1, *cond_else_2; in btor_maxand() local
76 cond_if = boolector_cond (btor, temp_1_ugte_a, temp_1, b); in btor_maxand()
77 tmp = boolector_cond (btor, b_and_not_d_and_m_ne_zero, cond_if, b); in btor_maxand()
110 boolector_release (btor, cond_if); in btor_maxand()
H A Dminor.c25 BoolectorNode *cond_if, *cond_else_1, *cond_else_2, *one_log_bits; in btor_minor() local
73 cond_if = boolector_cond (btor, temp_1_ulte_b, temp_1, a); in btor_minor()
74 tmp = boolector_cond (btor, not_a_and_c_and_m_ne_zero, cond_if, a); in btor_minor()
106 boolector_release (btor, cond_if); in btor_minor()
H A Dminxor.c25 BoolectorNode *cond_if, *cond_else_1, *cond_else_2, *one_log_bits; in btor_minxor() local
73 cond_if = boolector_cond (btor, temp_1_ulte_b, temp_1, a); in btor_minxor()
74 tmp = boolector_cond (btor, not_a_and_c_and_m_ne_zero, cond_if, a); in btor_minxor()
106 boolector_release (btor, cond_if); in btor_minxor()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_cf.cpp44 IfElseInstruction(cond_if), in IfInstruction()
59 assert(lhs.type() == cond_if); in is_equal_to()
H A Dsfn_instruction_base.h77 cond_if, enumerator
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_cf.cpp44 IfElseInstruction(cond_if), in IfInstruction()
59 assert(lhs.type() == cond_if); in is_equal_to()
H A Dsfn_instruction_base.h77 cond_if, enumerator
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_cf.cpp44 IfElseInstruction(cond_if), in IfInstruction()
59 assert(lhs.type() == cond_if); in is_equal_to()
H A Dsfn_instruction_base.h77 cond_if, enumerator
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_cf.cpp44 IfElseInstruction(cond_if), in IfInstruction()
59 assert(lhs.type() == cond_if); in is_equal_to()
H A Dsfn_instruction_base.h77 cond_if, enumerator
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_cf.cpp44 IfElseInstruction(cond_if), in IfInstruction()
59 assert(lhs.type() == cond_if); in is_equal_to()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_cf.cpp44 IfElseInstruction(cond_if), in IfInstruction()
59 assert(lhs.type() == cond_if); in is_equal_to()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_cf.cpp44 IfElseInstruction(cond_if), in IfInstruction()
59 assert(lhs.type() == cond_if); in is_equal_to()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_cf.cpp44 IfElseInstruction(cond_if), in IfInstruction()
59 assert(lhs.type() == cond_if); in is_equal_to()
H A Dsfn_instruction_base.h77 cond_if, enumerator
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_cf.cpp44 IfElseInstruction(cond_if), in IfInstruction()
59 assert(lhs.type() == cond_if); in is_equal_to()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_cf.cpp44 IfElseInstruction(cond_if), in IfInstruction()
58 assert(lhs.type() == cond_if); in is_equal_to()
H A Dsfn_instruction_base.h77 cond_if, enumerator
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_cf.cpp44 IfElseInstruction(cond_if), in IfInstruction()
59 assert(lhs.type() == cond_if); in is_equal_to()
/dports/devel/vasm/vasm/
H A Dcond.h19 void cond_if(char);
H A Dcond.c38 void cond_if(char flag) in cond_if() function
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/gandiva/tests/
H A Dif_expr_test.cc290 auto cond_if = TreeExprBuilder::MakeIf(a_gt_b, literal_true, cond_else, boolean()); in TEST_F() local
291 auto not_cond_if = TreeExprBuilder::MakeFunction("not", {cond_if}, boolean()); in TEST_F()
294 auto outer_if = TreeExprBuilder::MakeIf(cond_if, literal_1, outer_else, int32()); in TEST_F()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/gandiva/tests/
H A Dif_expr_test.cc290 auto cond_if = TreeExprBuilder::MakeIf(a_gt_b, literal_true, cond_else, boolean()); in TEST_F() local
291 auto not_cond_if = TreeExprBuilder::MakeFunction("not", {cond_if}, boolean()); in TEST_F()
294 auto outer_if = TreeExprBuilder::MakeIf(cond_if, literal_1, outer_else, int32()); in TEST_F()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/gandiva/tests/
H A Dif_expr_test.cc290 auto cond_if = TreeExprBuilder::MakeIf(a_gt_b, literal_true, cond_else, boolean()); in TEST_F() local
291 auto not_cond_if = TreeExprBuilder::MakeFunction("not", {cond_if}, boolean()); in TEST_F()
294 auto outer_if = TreeExprBuilder::MakeIf(cond_if, literal_1, outer_else, int32()); in TEST_F()

1234