Home
last modified time | relevance | path

Searched refs:lexpr (Results 1 – 25 of 904) sorted by relevance

12345678910>>...37

/dports/textproc/py-nltk/nltk-3.4.1/nltk/inference/
H A Dnonmonotonic.py364 p3 = lexpr(r'-walk(Bill)')
377 p3 = lexpr(r'-walk(Bill)')
389 p2 = lexpr(r'walk(Bill)')
390 c = lexpr(r'all x.walk(x)')
400 p1 = lexpr(r'girl(mary)')
401 p2 = lexpr(r'dog(rover)')
420 p2 = lexpr(r'man(Bill)')
433 p3 = lexpr(r'Bill = Billy')
450 c = lexpr(r'-walk(Bill)')
475 p2 = lexpr(r'bird(Tweety)')
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/math/
H A DFormulaParser.cpp713 ASTNode_setInteger(lexpr, - ASTNode_getInteger(lexpr)); in FormulaParser_reduceStackByRule()
715 result = lexpr; in FormulaParser_reduceStackByRule()
719 ASTNode_setReal(lexpr, - ASTNode_getReal(lexpr)); in FormulaParser_reduceStackByRule()
721 result = lexpr; in FormulaParser_reduceStackByRule()
725 ASTNode_setRealWithExponent( lexpr, in FormulaParser_reduceStackByRule()
729 result = lexpr; in FormulaParser_reduceStackByRule()
771 if (lexpr != NULL) in FormulaParser_reduceStackByRule()
780 ASTNode_swapChildren(lexpr, result); in FormulaParser_reduceStackByRule()
781 ASTNode_free(lexpr); in FormulaParser_reduceStackByRule()
808 ASTNode_addChild(result, lexpr); in FormulaParser_reduceStackByRule()
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/math/
H A DFormulaParser.cpp713 ASTNode_setInteger(lexpr, - ASTNode_getInteger(lexpr)); in FormulaParser_reduceStackByRule()
715 result = lexpr; in FormulaParser_reduceStackByRule()
719 ASTNode_setReal(lexpr, - ASTNode_getReal(lexpr)); in FormulaParser_reduceStackByRule()
721 result = lexpr; in FormulaParser_reduceStackByRule()
725 ASTNode_setRealWithExponent( lexpr, in FormulaParser_reduceStackByRule()
729 result = lexpr; in FormulaParser_reduceStackByRule()
771 if (lexpr != NULL) in FormulaParser_reduceStackByRule()
780 ASTNode_swapChildren(lexpr, result); in FormulaParser_reduceStackByRule()
781 ASTNode_free(lexpr); in FormulaParser_reduceStackByRule()
808 ASTNode_addChild(result, lexpr); in FormulaParser_reduceStackByRule()
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Derl_pp.erl495 lexpr(E, Opts);
499 lexpr(E, Opts) -> function
500 lexpr(E, 0, Opts).
553 El = [lexpr(Rec, L, Opts),$.,lexpr(F, R, Opts)],
746 Fl = lexpr(F, L, Opts),
751 Fl = lexpr(F, L, Opts),
757 lexpr(F, 0, Opts).
763 Pl = lexpr(K, 0, Opts),
766 Pl = lexpr(K, 0, Opts),
800 El = lexpr(T, 0, Opts),
[all …]
/dports/math/py-jax/jax-0.2.9/jax/
H A Dlazy.py120 new_dims[d] = lexpr.dims[i]
125 new_dims = tuple(lexpr.dims[i] for i in perm)
128 def is_constant(lexpr: Optional[LazyExpr]):
129 return lexpr is not None and type(lexpr.input) is not ArrayVar
132 return lexpr is None or (type(lexpr.input) is ArrayVar and
133 lexpr.dims == tuple(range(len(lexpr.shape))))
136 def eval_lexpr(lexpr, x): argument
144 if lexpr is None or is_trivial(lexpr):
147 input_, shape, dims = lexpr
193 if lexpr is None or is_trivial(lexpr):
[all …]
/dports/audio/alsa-lib/alsa-lib-1.2.2/src/alisp/
H A Dalisp_snd.c141 return lexpr; in new_lexpr()
160 lexpr = p1; in add_cons()
180 return lexpr; in add_cons()
198 lexpr = p1; in add_cons2()
204 return lexpr; in add_cons2()
227 return lexpr; in new_result1()
246 return lexpr; in new_result2()
265 return lexpr; in new_result3()
472 return lexpr; in FA_card_info()
620 return lexpr; in FA_hctl_elem_info()
[all …]
/dports/devel/splint/splint-3.1.2/src/
H A Dconstraint.c61 if (!constraintExpr_similar (c1->lexpr, c2->lexpr)) in constraint_same()
120 ret->lexpr = constraintExpr_copy (c->lexpr); in constraint_copy()
158 c1->lexpr = constraintExpr_copy (c2->lexpr); in constraint_overWrite()
194 ret->lexpr = NULL; in constraint_makeNew()
498 ret->lexpr = x1; in constraint_makeAddAssign()
503 ret->lexpr = constraintExpr_setFileloc (ret->lexpr, sequencePoint); in constraint_makeAddAssign()
521 ret->lexpr = x1; in constraint_makeSubtractAssign()
526 ret->lexpr = constraintExpr_setFileloc (ret->lexpr, sequencePoint); in constraint_makeSubtractAssign()
540 ret->lexpr = constraintExpr_setFileloc (ret->lexpr, sequencePoint); in constraint_makeMaxSetSideEffectPostDecrement()
1112 c->lexpr = lexpr; in constraint_undump()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Derl_pp.erl533 lexpr(E, Opts);
537 lexpr(E, Opts) -> function
538 lexpr(E, 0, Opts).
593 El = [lexpr(Rec, L, Opts),$.,lexpr(F, R, Opts)],
802 Fl = lexpr(F, L, Opts),
807 Fl = lexpr(F, L, Opts),
813 lexpr(F, 0, Opts).
819 Pl = lexpr(K, 0, Opts),
822 Pl = lexpr(K, 0, Opts),
856 El = lexpr(T, 0, Opts),
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Derl_pp.erl525 lexpr(E, Opts);
529 lexpr(E, Opts) -> function
530 lexpr(E, 0, Opts).
587 El = [lexpr(Rec, L, Opts),$.,lexpr(F, R, Opts)],
794 Fl = lexpr(F, L, Opts),
799 Fl = lexpr(F, L, Opts),
805 lexpr(F, 0, Opts).
811 Pl = lexpr(K, 0, Opts),
814 Pl = lexpr(K, 0, Opts),
848 El = lexpr(T, 0, Opts),
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/brittany-0.13.1.1/src/Language/Haskell/Brittany/Internal/Layouters/
H A DExpr.hs40 layoutExpr lexpr@(L _ expr) = do function
46 docWrapNode lexpr $ case expr of
54 briDocByExactInlineOnly "HsRecFld" lexpr
134 unknownNodeError "HsLam too complex" lexpr
503 hasComments <- hasAnyCommentsBelow lexpr
615 hasComments <- hasAnyCommentsBelow lexpr
622 hasComments <- hasAnyCommentsBelow lexpr
748 [ docNodeAnnKW lexpr Nothing
932 briDocByExactInlineOnly "HsSCC{}" lexpr
1015 recordExpression False _ lexpr nameDoc [] =
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_pp.erl533 lexpr(E, Opts);
537 lexpr(E, Opts) -> function
538 lexpr(E, 0, Opts).
592 El = [lexpr(Rec, L, Opts),$.,lexpr(F, R, Opts)],
793 Fl = lexpr(F, L, Opts),
798 Fl = lexpr(F, L, Opts),
804 lexpr(F, 0, Opts).
810 Pl = lexpr(K, 0, Opts),
813 Pl = lexpr(K, 0, Opts),
847 El = lexpr(T, 0, Opts),
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_pp.erl533 lexpr(E, Opts);
537 lexpr(E, Opts) -> function
538 lexpr(E, 0, Opts).
592 El = [lexpr(Rec, L, Opts),$.,lexpr(F, R, Opts)],
793 Fl = lexpr(F, L, Opts),
798 Fl = lexpr(F, L, Opts),
804 lexpr(F, 0, Opts).
810 Pl = lexpr(K, 0, Opts),
813 Pl = lexpr(K, 0, Opts),
847 El = lexpr(T, 0, Opts),
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_pp.erl533 lexpr(E, Opts);
537 lexpr(E, Opts) -> function
538 lexpr(E, 0, Opts).
592 El = [lexpr(Rec, L, Opts),$.,lexpr(F, R, Opts)],
793 Fl = lexpr(F, L, Opts),
798 Fl = lexpr(F, L, Opts),
804 lexpr(F, 0, Opts).
810 Pl = lexpr(K, 0, Opts),
813 Pl = lexpr(K, 0, Opts),
847 El = lexpr(T, 0, Opts),
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_pp.erl533 lexpr(E, Opts);
537 lexpr(E, Opts) -> function
538 lexpr(E, 0, Opts).
592 El = [lexpr(Rec, L, Opts),$.,lexpr(F, R, Opts)],
793 Fl = lexpr(F, L, Opts),
798 Fl = lexpr(F, L, Opts),
804 lexpr(F, 0, Opts).
810 Pl = lexpr(K, 0, Opts),
813 Pl = lexpr(K, 0, Opts),
847 El = lexpr(T, 0, Opts),
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/format/
H A Dpr72858.c17 long lexpr, unsigned long ulexpr, in test_x() argument
27 …sprintf (d, " %-8x ", lexpr); /* { dg-warning "20: format '%x' expects argument of type 'unsigned … in test_x()
125 long lexpr, unsigned long ulexpr, in test_lx() argument
150 sprintf (d, " %-8lx ", lexpr); in test_lx()
209 long lexpr, unsigned long ulexpr, in test_o() argument
217 …sprintf (d, " %-8o ", lexpr); /* { dg-warning "20: format '%o' expects argument of type 'unsigned … in test_o()
262 long lexpr, unsigned long ulexpr, in test_lo() argument
286 sprintf (d, " %-8lo ", lexpr); in test_lo()
464 test_everything (char *d, long lexpr) in test_everything() argument
466 …sprintf (d, "before %-+*.*lld after", lexpr, lexpr, lexpr); /* { dg-line test_everything_sprintf }… in test_everything()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/format/
H A Dpr72858.c17 long lexpr, unsigned long ulexpr, in test_x() argument
27 …sprintf (d, " %-8x ", lexpr); /* { dg-warning "20: format '%x' expects argument of type 'unsigned … in test_x()
125 long lexpr, unsigned long ulexpr, in test_lx() argument
150 sprintf (d, " %-8lx ", lexpr); in test_lx()
209 long lexpr, unsigned long ulexpr, in test_o() argument
217 …sprintf (d, " %-8o ", lexpr); /* { dg-warning "20: format '%o' expects argument of type 'unsigned … in test_o()
262 long lexpr, unsigned long ulexpr, in test_lo() argument
286 sprintf (d, " %-8lo ", lexpr); in test_lo()
464 test_everything (char *d, long lexpr) in test_everything() argument
466 …sprintf (d, "before %-+*.*lld after", lexpr, lexpr, lexpr); /* { dg-line test_everything_sprintf }… in test_everything()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/format/
H A Dpr72858.c17 long lexpr, unsigned long ulexpr, in test_x() argument
27 …sprintf (d, " %-8x ", lexpr); /* { dg-warning "20: format '%x' expects argument of type 'unsigned … in test_x()
98 long lexpr, unsigned long ulexpr, in test_lx() argument
117 sprintf (d, " %-8lx ", lexpr); in test_lx()
161 long lexpr, unsigned long ulexpr, in test_o() argument
169 …sprintf (d, " %-8o ", lexpr); /* { dg-warning "20: format '%o' expects argument of type 'unsigned … in test_o()
202 long lexpr, unsigned long ulexpr, in test_lo() argument
220 sprintf (d, " %-8lo ", lexpr); in test_lo()
362 test_everything (char *d, long lexpr) in test_everything() argument
364 …sprintf (d, "before %-+*.*lld after", lexpr, lexpr, lexpr); /* { dg-line test_everything_sprintf }… in test_everything()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/format/
H A Dpr72858.c17 long lexpr, unsigned long ulexpr, in test_x() argument
27 …sprintf (d, " %-8x ", lexpr); /* { dg-warning "20: format '%x' expects argument of type 'unsigned … in test_x()
125 long lexpr, unsigned long ulexpr, in test_lx() argument
150 sprintf (d, " %-8lx ", lexpr); in test_lx()
209 long lexpr, unsigned long ulexpr, in test_o() argument
217 …sprintf (d, " %-8o ", lexpr); /* { dg-warning "20: format '%o' expects argument of type 'unsigned … in test_o()
262 long lexpr, unsigned long ulexpr, in test_lo() argument
286 sprintf (d, " %-8lo ", lexpr); in test_lo()
464 test_everything (char *d, long lexpr) in test_everything() argument
466 …sprintf (d, "before %-+*.*lld after", lexpr, lexpr, lexpr); /* { dg-line test_everything_sprintf }… in test_everything()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/format/
H A Dpr72858.c17 long lexpr, unsigned long ulexpr, in test_x() argument
27 …sprintf (d, " %-8x ", lexpr); /* { dg-warning "20: format '%x' expects argument of type 'unsigned … in test_x()
125 long lexpr, unsigned long ulexpr, in test_lx() argument
150 sprintf (d, " %-8lx ", lexpr); in test_lx()
209 long lexpr, unsigned long ulexpr, in test_o() argument
217 …sprintf (d, " %-8o ", lexpr); /* { dg-warning "20: format '%o' expects argument of type 'unsigned … in test_o()
262 long lexpr, unsigned long ulexpr, in test_lo() argument
286 sprintf (d, " %-8lo ", lexpr); in test_lo()
464 test_everything (char *d, long lexpr) in test_everything() argument
466 …sprintf (d, "before %-+*.*lld after", lexpr, lexpr, lexpr); /* { dg-line test_everything_sprintf }… in test_everything()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/format/
H A Dpr72858.c17 long lexpr, unsigned long ulexpr, in test_x() argument
27 …sprintf (d, " %-8x ", lexpr); /* { dg-warning "20: format '%x' expects argument of type 'unsigned … in test_x()
98 long lexpr, unsigned long ulexpr, in test_lx() argument
117 sprintf (d, " %-8lx ", lexpr); in test_lx()
161 long lexpr, unsigned long ulexpr, in test_o() argument
169 …sprintf (d, " %-8o ", lexpr); /* { dg-warning "20: format '%o' expects argument of type 'unsigned … in test_o()
202 long lexpr, unsigned long ulexpr, in test_lo() argument
220 sprintf (d, " %-8lo ", lexpr); in test_lo()
362 test_everything (char *d, long lexpr) in test_everything() argument
364 …sprintf (d, "before %-+*.*lld after", lexpr, lexpr, lexpr); /* { dg-line test_everything_sprintf }… in test_everything()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/format/
H A Dpr72858.c17 long lexpr, unsigned long ulexpr, in test_x() argument
27 …sprintf (d, " %-8x ", lexpr); /* { dg-warning "20: format '%x' expects argument of type 'unsigned … in test_x()
98 long lexpr, unsigned long ulexpr, in test_lx() argument
117 sprintf (d, " %-8lx ", lexpr); in test_lx()
161 long lexpr, unsigned long ulexpr, in test_o() argument
169 …sprintf (d, " %-8o ", lexpr); /* { dg-warning "20: format '%o' expects argument of type 'unsigned … in test_o()
202 long lexpr, unsigned long ulexpr, in test_lo() argument
220 sprintf (d, " %-8lo ", lexpr); in test_lo()
362 test_everything (char *d, long lexpr) in test_everything() argument
364 …sprintf (d, "before %-+*.*lld after", lexpr, lexpr, lexpr); /* { dg-line test_everything_sprintf }… in test_everything()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/format/
H A Dpr72858.c17 long lexpr, unsigned long ulexpr, in test_x() argument
27 …sprintf (d, " %-8x ", lexpr); /* { dg-warning "20: format '%x' expects argument of type 'unsigned … in test_x()
125 long lexpr, unsigned long ulexpr, in test_lx() argument
150 sprintf (d, " %-8lx ", lexpr); in test_lx()
209 long lexpr, unsigned long ulexpr, in test_o() argument
217 …sprintf (d, " %-8o ", lexpr); /* { dg-warning "20: format '%o' expects argument of type 'unsigned … in test_o()
262 long lexpr, unsigned long ulexpr, in test_lo() argument
286 sprintf (d, " %-8lo ", lexpr); in test_lo()
464 test_everything (char *d, long lexpr) in test_everything() argument
466 …sprintf (d, "before %-+*.*lld after", lexpr, lexpr, lexpr); /* { dg-line test_everything_sprintf }… in test_everything()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/format/
H A Dpr72858.c17 long lexpr, unsigned long ulexpr, in test_x() argument
27 …sprintf (d, " %-8x ", lexpr); /* { dg-warning "20: format '%x' expects argument of type 'unsigned … in test_x()
98 long lexpr, unsigned long ulexpr, in test_lx() argument
117 sprintf (d, " %-8lx ", lexpr); in test_lx()
161 long lexpr, unsigned long ulexpr, in test_o() argument
169 …sprintf (d, " %-8o ", lexpr); /* { dg-warning "20: format '%o' expects argument of type 'unsigned … in test_o()
202 long lexpr, unsigned long ulexpr, in test_lo() argument
220 sprintf (d, " %-8lo ", lexpr); in test_lo()
362 test_everything (char *d, long lexpr) in test_everything() argument
364 …sprintf (d, "before %-+*.*lld after", lexpr, lexpr, lexpr); /* { dg-line test_everything_sprintf }… in test_everything()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/format/
H A Dpr72858.c17 long lexpr, unsigned long ulexpr, in test_x() argument
27 …sprintf (d, " %-8x ", lexpr); /* { dg-warning "20: format '%x' expects argument of type 'unsigned … in test_x()
125 long lexpr, unsigned long ulexpr, in test_lx() argument
150 sprintf (d, " %-8lx ", lexpr); in test_lx()
209 long lexpr, unsigned long ulexpr, in test_o() argument
217 …sprintf (d, " %-8o ", lexpr); /* { dg-warning "20: format '%o' expects argument of type 'unsigned … in test_o()
262 long lexpr, unsigned long ulexpr, in test_lo() argument
286 sprintf (d, " %-8lo ", lexpr); in test_lo()
464 test_everything (char *d, long lexpr) in test_everything() argument
466 …sprintf (d, "before %-+*.*lld after", lexpr, lexpr, lexpr); /* { dg-line test_everything_sprintf }… in test_everything()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/format/
H A Dpr72858.c17 long lexpr, unsigned long ulexpr, in test_x() argument
27 …sprintf (d, " %-8x ", lexpr); /* { dg-warning "20: format '%x' expects argument of type 'unsigned … in test_x()
98 long lexpr, unsigned long ulexpr, in test_lx() argument
117 sprintf (d, " %-8lx ", lexpr); in test_lx()
161 long lexpr, unsigned long ulexpr, in test_o() argument
169 …sprintf (d, " %-8o ", lexpr); /* { dg-warning "20: format '%o' expects argument of type 'unsigned … in test_o()
202 long lexpr, unsigned long ulexpr, in test_lo() argument
220 sprintf (d, " %-8lo ", lexpr); in test_lo()
362 test_everything (char *d, long lexpr) in test_everything() argument
364 …sprintf (d, "before %-+*.*lld after", lexpr, lexpr, lexpr); /* { dg-line test_everything_sprintf }… in test_everything()

12345678910>>...37