Home
last modified time | relevance | path

Searched defs:exp (Results 176 – 200 of 25617) sorted by relevance

12345678910>>...1025

/dports/audio/guidoar/guidoar-cf5681a/src/lang/visitors/
H A DguidoExpPrinter.cpp87 void guidoExpPrinter::visitStart (Sguidoexpression& exp) in visitStart()
96 void guidoExpPrinter::visitStart (SguidoGroupedExpr& exp) in visitStart()
104 void guidoExpPrinter::visitEnd (SguidoGroupedExpr& exp) in visitEnd()
110 void guidoExpPrinter::visitStart (SguidoNamedExpr& exp) in visitStart()
119 void guidoExpPrinter::visitEnd (SguidoNamedExpr& exp) in visitEnd()
125 void guidoExpPrinter::visitStart( SguidoIdentExpr& exp) in visitStart()
131 void guidoExpPrinter::visitStart( SguidoAbstractExpr& exp) in visitStart()
141 void guidoExpPrinter::visitStart (SguidoScoreExpr& exp) in visitStart()
H A DvalueRenderer.cpp60 Sguidoelement valueRenderer::render(const Sguidoexpression& exp) in render()
88 void valueRenderer::visitStart( Sguidovalue& exp ) in visitStart()
94 void valueRenderer::visitStart( SguidoApplyValue& exp ) in visitStart()
108 void valueRenderer::visitStart( SguidoEvalSusp& exp ) in visitStart()
114 void valueRenderer::visitStart( SguidoClosureValue& exp ) in visitStart()
120 void valueRenderer::visitStart( SguidoSeqValue& exp ) in visitStart()
139 void valueRenderer::visitStart( SguidoScoreValue& exp ) in visitStart()
145 void valueRenderer::visitStart( SguidoMixValue& exp ) in visitStart()
H A DreplaceVisitor.cpp45 Sguidoexpression replaceVisitor::replace(const Sguidoexpression& exp, const Sguidoexpression& targe… in replace()
66 void replaceVisitor::visitStart( Sguidoexpression& exp ) in visitStart()
75 void replaceVisitor::visitEnd ( Sguidoexpression& exp ) in visitEnd()
85 void replaceVisitor::visitStart( SguidoIdentExpr& exp ) in visitStart()
92 void replaceVisitor::visitEnd( SguidoIdentExpr& exp ) in visitEnd()
98 void replaceVisitor::visitStart( SguidoScoreExpr& exp ) in visitStart()
/dports/math/petanque/arybo-release-1.1.0/petanque/tests/
H A Dsimp_flatten_no_rec.cpp24 Expr exp = ExprAdd({ExprAdd({a, b}), ExprAdd({c, d})}); in main() local
30 Expr exp = ExprAdd({ExprImm(true), ExprAdd({a, b}), ExprAdd({c, d})}); in main() local
36 Expr exp = ExprAdd({ExprAdd({a, b}), ExprAdd({c, ExprAdd({d, e})})}); in main() local
42 Expr exp = ExprAdd({ExprAdd({a, b}), ExprMul({c, d}), e}); in main() local
48 Expr exp = ExprMul({ExprMul({a, b}), ExprMul({c, d}), e}); in main() local
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/dcpp/
H A Ddebug.h32 #define dcassert(exp) \ argument
38 #define dcassert(exp) assert(exp) argument
40 #define dcdrun(exp) exp argument
43 #define dcassert(exp) argument
44 #define dcdrun(exp) argument
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-frexp-ieee.h24 int exp = -9999; in test_function() local
32 int exp = -9999; in test_function() local
40 int exp = -9999; in test_function() local
50 int exp = -9999; in test_function() local
56 int exp = -9999; in test_function() local
/dports/devel/libmowgli2/libmowgli-2-2.1.3/src/libmowgli/core/
H A Dassert.h27 #define _assert_msg(exp) "assertion '" #exp "' failed." argument
29 #define soft_assert(exp) \ argument
38 #define return_if_fail(exp) \ argument
48 #define return_val_if_fail(exp, val) \ argument
58 #define return_null_if_fail(exp) return_val_if_fail(exp, NULL) argument
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-frexp-ieee.h24 int exp = -9999; in test_function() local
32 int exp = -9999; in test_function() local
40 int exp = -9999; in test_function() local
50 int exp = -9999; in test_function() local
56 int exp = -9999; in test_function() local
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/dcpp/
H A Ddebug.h32 #define dcassert(exp) \ argument
38 #define dcassert(exp) assert(exp) argument
40 #define dcdrun(exp) exp argument
43 #define dcassert(exp) argument
44 #define dcdrun(exp) argument
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/dcpp/
H A Ddebug.h32 #define dcassert(exp) \ argument
38 #define dcassert(exp) assert(exp) argument
40 #define dcdrun(exp) exp argument
43 #define dcassert(exp) argument
44 #define dcdrun(exp) argument
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/dcpp/
H A Ddebug.h32 #define dcassert(exp) \ argument
38 #define dcassert(exp) assert(exp) argument
40 #define dcdrun(exp) exp argument
43 #define dcassert(exp) argument
44 #define dcdrun(exp) argument
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/dcpp/
H A Ddebug.h32 #define dcassert(exp) \ argument
38 #define dcassert(exp) assert(exp) argument
40 #define dcdrun(exp) exp argument
43 #define dcassert(exp) argument
44 #define dcdrun(exp) argument
/dports/irc/atheme-services/atheme-7.2.9/libmowgli-2/src/libmowgli/core/
H A Dassert.h27 #define _assert_msg(exp) "assertion '" #exp "' failed." argument
29 #define soft_assert(exp) \ argument
38 #define return_if_fail(exp) \ argument
48 #define return_val_if_fail(exp, val) \ argument
58 #define return_null_if_fail(exp) return_val_if_fail(exp, NULL) argument
/dports/math/mppp/mppp-0.26/test/
H A Dreal128_ieee.cpp30 std::uint_least16_t exp{}; variable
33 std::tie(sign, exp, hi, lo) = real128{}.get_ieee(); in tie() argument
38 std::tie(sign, exp, hi, lo) = real128{-0.}.get_ieee(); in tie() argument
43 std::tie(sign, exp, hi, lo) = real128{42}.get_ieee(); in tie() argument
48 std::tie(sign, exp, hi, lo) = real128{-42}.get_ieee(); in tie() argument
64 std::tie(sign, exp, hi, lo) = real128{"1.189731495357231765085759326628007e4932"}.get_ieee(); in tie() argument
69 std::tie(sign, exp, hi, lo) = real128{"-1.189731495357231765085759326628007e4932"}.get_ieee(); in tie() argument
74 std::tie(sign, exp, hi, lo) = real128{"6.47517511943802511092443895822764655e-4966"}.get_ieee(); in tie() argument
79 … std::tie(sign, exp, hi, lo) = real128{"-6.47517511943802511092443895822764655e-4966"}.get_ieee(); in tie() argument
/dports/graphics/geos/geos-3.9.1/tests/unit/operation/overlayng/
H A DOverlayNGMixedPointsTest.cpp60 std::string exp = "POINT (5 1)"; in test() local
71 std::string exp = "POINT (5 1)"; in test() local
81 std::string exp = "LINESTRING (1 1, 9 1)"; in test() local
91 std::string exp = "LINESTRING (1 1, 9 1)"; in test() local
101 std::string exp = "LINESTRING (1 1, 9 1)"; in test() local
111 std::string exp = "GEOMETRYCOLLECTION (LINESTRING (1 1, 9 1), POINT (15 1))"; in test() local
122 std::string exp = "POINT (5 1)"; in test() local
132 std::string exp = "POINT EMPTY"; in test() local
143 std::string exp = "POINT (10 10)"; in test() local
154 std::string exp = "LINESTRING (10 10, 20 20)"; in test() local
[all …]
H A DOverlayNGPointsTest.cpp60 std::string exp = "POINT (2 1)"; in test() local
72 std::string exp = "POINT (2 1)"; in test() local
83 std::string exp = "MULTIPOINT ((1 1), (2 1))"; in test() local
94 std::string exp = "POINT (1 1)"; in test() local
105 std::string exp = "MULTIPOINT ((1 2), (1 1), (3 2), (3 1))"; in test() local
116 std::string exp = "MULTIPOINT ((1 1), (1.5 1.1), (2 1), (2 1.2), (2.1 1.1))"; in test() local
127 std::string exp = "POINT (10 10)"; in test() local
138 std::string exp = "POINT EMPTY"; in test() local
149 std::string exp = "POINT EMPTY"; in test() local
160 std::string exp = "MULTIPOINT ((1 1), (3 1))"; in test() local
[all …]
/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DResolveNames.java26 public void resolveModule(ModuleExp exp) in resolveModule()
42 protected void push (ScopeExp exp) in push()
47 protected Expression visitScopeExp (ScopeExp exp, Void ignored) in visitScopeExp()
56 protected Expression visitLetExp (LetExp exp, Void ignored) in visitLetExp()
66 public Declaration lookup (Expression exp, Object symbol, boolean function) in lookup()
71 protected Expression visitReferenceExp (ReferenceExp exp, Void ignored) in visitReferenceExp()
83 protected Expression visitSetExp (SetExp exp, Void ignored) in visitSetExp()
H A DChainLambdas.java18 public static void chainLambdas (Expression exp, Compilation comp) { in chainLambdas()
24 protected void maybeWarnUnreachable(Expression exp) { in maybeWarnUnreachable()
33 protected Expression visitBeginExp(BeginExp exp, ScopeExp scope) { in visitBeginExp()
52 protected Expression visitApplyExp(ApplyExp exp, ScopeExp scope) { in visitApplyExp()
99 protected Expression visitIfExp(IfExp exp, ScopeExp scope) { in visitIfExp()
115 protected Expression visitCaseExp(CaseExp exp, ScopeExp scope) { in visitCaseExp()
145 protected Expression visitScopeExp (ScopeExp exp, ScopeExp scope) in visitScopeExp()
155 protected Expression visitLetExp (LetExp exp, ScopeExp scope) in visitLetExp()
184 protected Expression visitLambdaExp (LambdaExp exp, ScopeExp scope) in visitLambdaExp()
209 protected Expression visitClassExp (ClassExp exp, ScopeExp scope) in visitClassExp()
/dports/devel/gdb/gdb-11.1/gdb/
H A Deval.c70 parse_and_eval (const char *exp) in parse_and_eval()
528 struct expression *exp, in evaluate()
683 struct expression *exp, in evaluate_funcall()
736 struct expression *exp, in evaluate_funcall()
810 struct expression *exp, in evaluate_funcall()
2147 struct expression *exp, in evaluate()
2194 struct expression *exp, in evaluate()
2223 struct expression *exp, in evaluate()
2279 struct expression *exp, in evaluate_struct_tuple()
2341 struct expression *exp, in evaluate()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/block/export/
H A Dexport.c46 BlockExport *exp; in blk_exp_find() local
73 BlockExport *exp = NULL; in blk_exp_add() local
196 void blk_exp_ref(BlockExport *exp) in blk_exp_ref()
205 BlockExport *exp = opaque; in blk_exp_delete_bh() local
222 void blk_exp_unref(BlockExport *exp) in blk_exp_unref()
240 void blk_exp_request_shutdown(BlockExport *exp) in blk_exp_request_shutdown()
271 BlockExport *exp; in blk_exp_has_type() local
289 BlockExport *exp, *next; in blk_exp_close_all_type() local
318 BlockExport *exp; in qmp_block_export_del() local
346 BlockExport *exp; in qmp_query_block_exports() local
/dports/games/zdoom/zdoom-2.8.1/src/xlat/
H A Dxlat_parser.y34 exp(A) ::= NUM(B). { A = B.val; } in exp() function
35 exp(A) ::= exp(B) PLUS exp(C). { A = B + C; } in exp() function
36 exp(A) ::= exp(B) MINUS exp(C). { A = B - C; } in exp() function
37 exp(A) ::= exp(B) MULTIPLY exp(C). { A = B * C; } in exp() function
40 exp(A) ::= exp(B) OR exp(C). { A = B | C; } in exp() function
41 exp(A) ::= exp(B) AND exp(C). { A = B & C; } in exp() function
42 exp(A) ::= exp(B) XOR exp(C). { A = B ^ C; } in exp() function
43 exp(A) ::= MINUS exp(B). [NEG] { A = -B; } in exp() function
44 exp(A) ::= LPAREN exp(B) RPAREN. { A = B; } in exp() function
385 sector_bitmask ::= SECTOR BITMASK exp(mask) SEMICOLON. in exp() function
[all …]
/dports/emulators/qemu/qemu-6.2.0/block/export/
H A Dexport.c46 BlockExport *exp; in blk_exp_find() local
73 BlockExport *exp = NULL; in blk_exp_add() local
199 void blk_exp_ref(BlockExport *exp) in blk_exp_ref()
208 BlockExport *exp = opaque; in blk_exp_delete_bh() local
225 void blk_exp_unref(BlockExport *exp) in blk_exp_unref()
243 void blk_exp_request_shutdown(BlockExport *exp) in blk_exp_request_shutdown()
274 BlockExport *exp; in blk_exp_has_type() local
292 BlockExport *exp, *next; in blk_exp_close_all_type() local
321 BlockExport *exp; in qmp_block_export_del() local
349 BlockExport *exp; in qmp_query_block_exports() local
/dports/emulators/qemu5/qemu-5.2.0/block/export/
H A Dexport.c42 BlockExport *exp; in blk_exp_find() local
69 BlockExport *exp = NULL; in blk_exp_add() local
192 void blk_exp_ref(BlockExport *exp) in blk_exp_ref()
201 BlockExport *exp = opaque; in blk_exp_delete_bh() local
218 void blk_exp_unref(BlockExport *exp) in blk_exp_unref()
236 void blk_exp_request_shutdown(BlockExport *exp) in blk_exp_request_shutdown()
267 BlockExport *exp; in blk_exp_has_type() local
285 BlockExport *exp, *next; in blk_exp_close_all_type() local
314 BlockExport *exp; in qmp_block_export_del() local
342 BlockExport *exp; in qmp_query_block_exports() local
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/export/
H A Dexport.c46 BlockExport *exp; in blk_exp_find() local
73 BlockExport *exp = NULL; in blk_exp_add() local
199 void blk_exp_ref(BlockExport *exp) in blk_exp_ref()
208 BlockExport *exp = opaque; in blk_exp_delete_bh() local
225 void blk_exp_unref(BlockExport *exp) in blk_exp_unref()
243 void blk_exp_request_shutdown(BlockExport *exp) in blk_exp_request_shutdown()
274 BlockExport *exp; in blk_exp_has_type() local
292 BlockExport *exp, *next; in blk_exp_close_all_type() local
321 BlockExport *exp; in qmp_block_export_del() local
349 BlockExport *exp; in qmp_query_block_exports() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/util/Spliterator/
H A DSpliteratorTraversingAndSplittingTest.java93 List<T> exp; field in SpliteratorTraversingAndSplittingTest.SpliteratorDataBuilder
543 List<Integer> exp; field in SpliteratorTraversingAndSplittingTest.SpliteratorOfIntDataBuilder
622 int[] exp = new int[upTo]; in arrayIntRange() local
696 List<Long> exp; field in SpliteratorTraversingAndSplittingTest.SpliteratorOfLongDataBuilder
856 List<Double> exp; field in SpliteratorTraversingAndSplittingTest.SpliteratorOfDoubleDataBuilder
1014 Collection<T> exp, in testForEach()
1041 Collection<T> exp, in testTryAdvance()
1068 Collection<T> exp, in testMixedTryAdvanceForEach()
1126 Collection<T> exp, in testSplitOnce()
1152 Collection<T> exp, in testSplitSixDeep()
[all …]

12345678910>>...1025