Home
last modified time | relevance | path

Searched defs:exp (Results 301 – 325 of 29201) sorted by relevance

1...<<11121314151617181920>>...1169

/dports/print/R-cran-knitr/knitr/tests/testit/
H A Dtest-templates.R4 exp = knit_expand(text = template, a = 10) globalVar
9 exp = knit_expand(text = template, a = 10, delim = c("<%", "%>")) globalVar
14 exp = knit_expand(text = template, delim = c("$(", ")")) globalVar
26 exp = knit_expand(text = template, a = 10) globalVar
/dports/dns/knot3-lib/knot-3.1.5/tests/libdnssec/
H A Dtest_shared_bignum.c93 uint8_t exp[] = { 0x00 }; in main() local
99 uint8_t exp[] = { 0x00 }; in main() local
105 uint8_t exp[] = { 0x00, 0x00, 0x00, 0x11, 0x22, 0x33 }; in main() local
111 uint8_t exp[] = { 0x00, 0x00, 0x00, 0xff, 0xee, 0xdd }; in main() local
117 uint8_t exp[] = { 0x11, 0x22, 0x33 }; in main() local
123 uint8_t exp[] = { 0xff, 0xee, 0xdd }; in main() local
/dports/dns/knot3/knot-3.1.5/tests/libdnssec/
H A Dtest_shared_bignum.c93 uint8_t exp[] = { 0x00 }; in main() local
99 uint8_t exp[] = { 0x00 }; in main() local
105 uint8_t exp[] = { 0x00, 0x00, 0x00, 0x11, 0x22, 0x33 }; in main() local
111 uint8_t exp[] = { 0x00, 0x00, 0x00, 0xff, 0xee, 0xdd }; in main() local
117 uint8_t exp[] = { 0x11, 0x22, 0x33 }; in main() local
123 uint8_t exp[] = { 0xff, 0xee, 0xdd }; in main() local
/dports/biology/lamarc/lamarc-2.1.8/boost/functional/detail/
H A Dfloat_functions.hpp84 inline float call_ldexp(float v, int exp) in call_ldexp()
95 inline double call_ldexp(double v, int exp) in call_ldexp()
101 inline long double call_ldexp(long double v, int exp) in call_ldexp()
111 inline float call_frexp(float v, int* exp) in call_frexp()
122 inline double call_frexp(double v, int* exp) in call_frexp()
128 inline long double call_frexp(long double v, int* exp) in call_frexp()
/dports/games/openttd/openttd-12.1/src/3rdparty/squirrel/sqstdlib/
H A Dsqstdrex.cpp91 static void sqstd_rex_error(SQRex *exp,const SQChar *error) in sqstd_rex_error()
97 static void sqstd_rex_expect(SQRex *exp, SQChar n){ in sqstd_rex_expect()
103 static SQChar sqstd_rex_escapechar(SQRex *exp) in sqstd_rex_escapechar()
164 static SQInteger sqstd_rex_class(SQRex *exp) in sqstd_rex_class()
213 static SQInteger sqstd_rex_parsenumber(SQRex *exp) in sqstd_rex_parsenumber()
226 static SQInteger sqstd_rex_element(SQRex *exp) in sqstd_rex_element()
310 static SQInteger sqstd_rex_list(SQRex *exp) in sqstd_rex_list()
523 SQRex *exp = (SQRex *)sq_malloc(sizeof(SQRex)); in sqstd_rex_compile() local
566 void sqstd_rex_free(SQRex *exp) in sqstd_rex_free()
575 SQBool sqstd_rex_match(SQRex* exp,const SQChar* text) in sqstd_rex_match()
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/squirrel/sqstdlib/
H A Dsqstdrex.cpp90 static void sqstd_rex_error(SQRex *exp,const SQChar *error) in sqstd_rex_error()
96 static void sqstd_rex_expect(SQRex *exp, SQInteger n){ in sqstd_rex_expect()
102 static SQChar sqstd_rex_escapechar(SQRex *exp) in sqstd_rex_escapechar()
125 static SQInteger sqstd_rex_charnode(SQRex *exp,SQBool isclass) in sqstd_rex_charnode()
179 static SQInteger sqstd_rex_class(SQRex *exp) in sqstd_rex_class()
226 static SQInteger sqstd_rex_parsenumber(SQRex *exp) in sqstd_rex_parsenumber()
239 static SQInteger sqstd_rex_element(SQRex *exp) in sqstd_rex_element()
321 static SQInteger sqstd_rex_list(SQRex *exp) in sqstd_rex_list()
599 void sqstd_rex_free(SQRex *exp) in sqstd_rex_free()
609 SQBool sqstd_rex_match(SQRex* exp,const SQChar* text) in sqstd_rex_match()
[all …]
/dports/devel/allegro5/allegro5-5.2.7.0/docs/scripts/
H A Dtrex.c86 static int trex_newnode(TRex *exp, TRexNodeType type) in trex_newnode()
110 static void trex_expect(TRex *exp, int n){ in trex_expect()
116 static TRexChar trex_escapechar(TRex *exp) in trex_escapechar()
132 static int trex_charclass(TRex *exp,int classid) in trex_charclass()
178 static int trex_class(TRex *exp) in trex_class()
227 static int trex_parsenumber(TRex *exp) in trex_parsenumber()
240 static int trex_element(TRex *exp) in trex_element()
322 static int trex_list(TRex *exp) in trex_list()
538 static TRex *exp; in trex_compile() local
582 void trex_free(TRex *exp) in trex_free()
[all …]
/dports/lang/squirrel/squirrel3/sqstdlib/
H A Dsqstdrex.cpp90 static void sqstd_rex_error(SQRex *exp,const SQChar *error) in sqstd_rex_error()
96 static void sqstd_rex_expect(SQRex *exp, SQInteger n){ in sqstd_rex_expect()
102 static SQChar sqstd_rex_escapechar(SQRex *exp) in sqstd_rex_escapechar()
125 static SQInteger sqstd_rex_charnode(SQRex *exp,SQBool isclass) in sqstd_rex_charnode()
176 static SQInteger sqstd_rex_class(SQRex *exp) in sqstd_rex_class()
223 static SQInteger sqstd_rex_parsenumber(SQRex *exp) in sqstd_rex_parsenumber()
236 static SQInteger sqstd_rex_element(SQRex *exp) in sqstd_rex_element()
318 static SQInteger sqstd_rex_list(SQRex *exp) in sqstd_rex_list()
596 void sqstd_rex_free(SQRex *exp) in sqstd_rex_free()
606 SQBool sqstd_rex_match(SQRex* exp,const SQChar* text) in sqstd_rex_match()
[all …]
/dports/games/simutrans/simutrans-121.0/squirrel/sqstdlib/
H A Dsqstdrex.cc90 static void sqstd_rex_error(SQRex *exp,const SQChar *error) in sqstd_rex_error()
96 static void sqstd_rex_expect(SQRex *exp, SQInteger n){ in sqstd_rex_expect()
102 static SQChar sqstd_rex_escapechar(SQRex *exp) in sqstd_rex_escapechar()
125 static SQInteger sqstd_rex_charnode(SQRex *exp,SQBool isclass) in sqstd_rex_charnode()
179 static SQInteger sqstd_rex_class(SQRex *exp) in sqstd_rex_class()
226 static SQInteger sqstd_rex_parsenumber(SQRex *exp) in sqstd_rex_parsenumber()
239 static SQInteger sqstd_rex_element(SQRex *exp) in sqstd_rex_element()
321 static SQInteger sqstd_rex_list(SQRex *exp) in sqstd_rex_list()
599 void sqstd_rex_free(SQRex *exp) in sqstd_rex_free()
609 SQBool sqstd_rex_match(SQRex* exp,const SQChar* text) in sqstd_rex_match()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/scripting/sqstdlib/
H A Dsqstdrex.cpp96 static void sqstd_rex_error(SQRex *exp,const SQChar *error) in sqstd_rex_error()
102 static void sqstd_rex_expect(SQRex *exp, SQInteger n){ in sqstd_rex_expect()
108 static SQChar sqstd_rex_escapechar(SQRex *exp) in sqstd_rex_escapechar()
169 static SQInteger sqstd_rex_class(SQRex *exp) in sqstd_rex_class()
218 static SQInteger sqstd_rex_parsenumber(SQRex *exp) in sqstd_rex_parsenumber()
231 static SQInteger sqstd_rex_element(SQRex *exp) in sqstd_rex_element()
317 static SQInteger sqstd_rex_list(SQRex *exp) in sqstd_rex_list()
535 SQRex *exp = (SQRex *)sq_malloc(sizeof(SQRex)); in sqstd_rex_compile() local
578 void sqstd_rex_free(SQRex *exp) in sqstd_rex_free()
588 SQBool sqstd_rex_match(SQRex* exp,const SQChar* text) in sqstd_rex_match()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/app_sqlang/squirrel/sqstdlib/
H A Dsqstdrex.cpp90 static void sqstd_rex_error(SQRex *exp,const SQChar *error) in sqstd_rex_error()
96 static void sqstd_rex_expect(SQRex *exp, SQInteger n){ in sqstd_rex_expect()
102 static SQChar sqstd_rex_escapechar(SQRex *exp) in sqstd_rex_escapechar()
125 static SQInteger sqstd_rex_charnode(SQRex *exp,SQBool isclass) in sqstd_rex_charnode()
179 static SQInteger sqstd_rex_class(SQRex *exp) in sqstd_rex_class()
226 static SQInteger sqstd_rex_parsenumber(SQRex *exp) in sqstd_rex_parsenumber()
239 static SQInteger sqstd_rex_element(SQRex *exp) in sqstd_rex_element()
321 static SQInteger sqstd_rex_list(SQRex *exp) in sqstd_rex_list()
599 void sqstd_rex_free(SQRex *exp) in sqstd_rex_free()
609 SQBool sqstd_rex_match(SQRex* exp,const SQChar* text) in sqstd_rex_match()
[all …]
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/test/unit/worksheet/
H A Dtest_worksheet_write_sheet_views3.c16 …char exp[] = "<sheetViews><sheetView tabSelected=\"1\" workbookViewId=\"0\"><pane ySplit=\"600\" t… in CTEST() local
35 …char exp[] = "<sheetViews><sheetView tabSelected=\"1\" workbookViewId=\"0\"><pane ySplit=\"900\" t… in CTEST() local
54 …char exp[] = "<sheetViews><sheetView tabSelected=\"1\" workbookViewId=\"0\"><pane ySplit=\"2400\" … in CTEST() local
73 …char exp[] = "<sheetViews><sheetView tabSelected=\"1\" workbookViewId=\"0\"><pane xSplit=\"1350\" … in CTEST() local
92 …char exp[] = "<sheetViews><sheetView tabSelected=\"1\" workbookViewId=\"0\"><pane xSplit=\"2310\" … in CTEST() local
111 …char exp[] = "<sheetViews><sheetView tabSelected=\"1\" workbookViewId=\"0\"><pane xSplit=\"5190\" … in CTEST() local
130 …char exp[] = "<sheetViews><sheetView tabSelected=\"1\" workbookViewId=\"0\"><pane xSplit=\"1350\" … in CTEST() local
149 …char exp[] = "<sheetViews><sheetView tabSelected=\"1\" workbookViewId=\"0\"><pane xSplit=\"6150\" … in CTEST() local
H A Dtest_worksheet_write_sheet_views4.c16 …char exp[] = "<sheetViews><sheetView tabSelected=\"1\" workbookViewId=\"0\"><pane ySplit=\"600\" t… in CTEST() local
35 …char exp[] = "<sheetViews><sheetView tabSelected=\"1\" workbookViewId=\"0\"><pane ySplit=\"900\" t… in CTEST() local
54 …char exp[] = "<sheetViews><sheetView tabSelected=\"1\" workbookViewId=\"0\"><pane ySplit=\"2400\" … in CTEST() local
73 …char exp[] = "<sheetViews><sheetView tabSelected=\"1\" workbookViewId=\"0\"><pane xSplit=\"1350\" … in CTEST() local
92 …char exp[] = "<sheetViews><sheetView tabSelected=\"1\" workbookViewId=\"0\"><pane xSplit=\"2310\" … in CTEST() local
111 …char exp[] = "<sheetViews><sheetView tabSelected=\"1\" workbookViewId=\"0\"><pane xSplit=\"5190\" … in CTEST() local
130 …char exp[] = "<sheetViews><sheetView tabSelected=\"1\" workbookViewId=\"0\"><pane xSplit=\"1350\" … in CTEST() local
149 …char exp[] = "<sheetViews><sheetView tabSelected=\"1\" workbookViewId=\"0\"><pane xSplit=\"6150\" … in CTEST() local
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/test/unit/chart/
H A Dtest_chart_write_legend.c17 char exp[] = "<c:legend><c:legendPos val=\"r\"/><c:layout/></c:legend>"; in CTEST() local
33 char exp[] = "<c:legend><c:legendPos val=\"r\"/><c:layout/></c:legend>"; in CTEST() local
50 char exp[] = "<c:legend><c:legendPos val=\"t\"/><c:layout/></c:legend>"; in CTEST() local
67 char exp[] = "<c:legend><c:legendPos val=\"l\"/><c:layout/></c:legend>"; in CTEST() local
84 char exp[] = "<c:legend><c:legendPos val=\"b\"/><c:layout/></c:legend>"; in CTEST() local
102 char exp[] = ""; in CTEST() local
120 char exp[] = "<c:legend><c:legendPos val=\"r\"/><c:layout/><c:overlay val=\"1\"/></c:legend>"; in CTEST() local
138 char exp[] = "<c:legend><c:legendPos val=\"l\"/><c:layout/><c:overlay val=\"1\"/></c:legend>"; in CTEST() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/List/
H A DListFactories.java70 static Object[] a(List<String> act, List<String> exp) { in a()
157 public void cannotAddLast(List<String> act, List<String> exp) { in cannotAddLast()
162 public void cannotAddFirst(List<String> act, List<String> exp) { in cannotAddFirst()
167 public void cannotRemove(List<String> act, List<String> exp) { in cannotRemove()
172 public void cannotSet(List<String> act, List<String> exp) { in cannotSet()
177 public void contentsMatch(List<String> act, List<String> exp) { in contentsMatch()
257 public void containsNullShouldThrowNPE(List<String> act, List<String> exp) { in containsNullShouldThrowNPE()
262 public void indexOfNullShouldThrowNPE(List<String> act, List<String> exp) { in indexOfNullShouldThrowNPE()
267 public void lastIndexOfNullShouldThrowNPE(List<String> act, List<String> exp) { in lastIndexOfNullShouldThrowNPE()
273 public void isNotSerializable(List<String> act, List<String> exp) { in isNotSerializable()
[all …]
/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DPushApply.java25 public static void pushApply (Expression exp, Compilation comp) in pushApply()
32 protected Expression update (Expression exp, Expression r) in update()
42 protected Expression visitApplyExp(ApplyExp exp, Void ignored) { in visitApplyExp()
107 protected Expression visitIfExp(IfExp exp, Void ignored) { in visitIfExp()
142 protected Expression visitCaseExp(CaseExp exp, Void ignored) { in visitCaseExp()
184 protected Expression visitTryExp (TryExp exp, Void ignored) { in visitTryExp()
202 protected Expression visitBlockExp(BlockExp exp, Void ignored) { in visitBlockExp()
215 protected Expression visitExitExp(ExitExp exp, Void ignored) { in visitExitExp()
228 protected Expression visitReferenceExp (ReferenceExp exp, Void ignored) in visitReferenceExp()
256 protected Expression visitClassExp (ClassExp exp, Void ignored) in visitClassExp()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/List/
H A DListFactories.java70 static Object[] a(List<String> act, List<String> exp) { in a()
157 public void cannotAddLast(List<String> act, List<String> exp) { in cannotAddLast()
162 public void cannotAddFirst(List<String> act, List<String> exp) { in cannotAddFirst()
167 public void cannotRemove(List<String> act, List<String> exp) { in cannotRemove()
172 public void cannotSet(List<String> act, List<String> exp) { in cannotSet()
177 public void contentsMatch(List<String> act, List<String> exp) { in contentsMatch()
257 public void containsNullShouldThrowNPE(List<String> act, List<String> exp) { in containsNullShouldThrowNPE()
262 public void indexOfNullShouldThrowNPE(List<String> act, List<String> exp) { in indexOfNullShouldThrowNPE()
267 public void lastIndexOfNullShouldThrowNPE(List<String> act, List<String> exp) { in lastIndexOfNullShouldThrowNPE()
273 public void isNotSerializable(List<String> act, List<String> exp) { in isNotSerializable()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/List/
H A DListFactories.java70 static Object[] a(List<String> act, List<String> exp) { in a()
157 public void cannotAddLast(List<String> act, List<String> exp) { in cannotAddLast()
162 public void cannotAddFirst(List<String> act, List<String> exp) { in cannotAddFirst()
167 public void cannotRemove(List<String> act, List<String> exp) { in cannotRemove()
172 public void cannotSet(List<String> act, List<String> exp) { in cannotSet()
177 public void contentsMatch(List<String> act, List<String> exp) { in contentsMatch()
257 public void containsNullShouldThrowNPE(List<String> act, List<String> exp) { in containsNullShouldThrowNPE()
262 public void indexOfNullShouldThrowNPE(List<String> act, List<String> exp) { in indexOfNullShouldThrowNPE()
267 public void lastIndexOfNullShouldThrowNPE(List<String> act, List<String> exp) { in lastIndexOfNullShouldThrowNPE()
273 public void isNotSerializable(List<String> act, List<String> exp) { in isNotSerializable()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/List/
H A DListFactories.java70 static Object[] a(List<String> act, List<String> exp) { in a()
157 public void cannotAddLast(List<String> act, List<String> exp) { in cannotAddLast()
162 public void cannotAddFirst(List<String> act, List<String> exp) { in cannotAddFirst()
167 public void cannotRemove(List<String> act, List<String> exp) { in cannotRemove()
172 public void cannotSet(List<String> act, List<String> exp) { in cannotSet()
177 public void contentsMatch(List<String> act, List<String> exp) { in contentsMatch()
257 public void containsNullShouldThrowNPE(List<String> act, List<String> exp) { in containsNullShouldThrowNPE()
262 public void indexOfNullShouldThrowNPE(List<String> act, List<String> exp) { in indexOfNullShouldThrowNPE()
267 public void lastIndexOfNullShouldThrowNPE(List<String> act, List<String> exp) { in lastIndexOfNullShouldThrowNPE()
273 public void isNotSerializable(List<String> act, List<String> exp) { in isNotSerializable()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/List/
H A DListFactories.java70 static Object[] a(List<String> act, List<String> exp) { in a()
157 public void cannotAddLast(List<String> act, List<String> exp) { in cannotAddLast()
162 public void cannotAddFirst(List<String> act, List<String> exp) { in cannotAddFirst()
167 public void cannotRemove(List<String> act, List<String> exp) { in cannotRemove()
172 public void cannotSet(List<String> act, List<String> exp) { in cannotSet()
177 public void contentsMatch(List<String> act, List<String> exp) { in contentsMatch()
257 public void containsNullShouldThrowNPE(List<String> act, List<String> exp) { in containsNullShouldThrowNPE()
262 public void indexOfNullShouldThrowNPE(List<String> act, List<String> exp) { in indexOfNullShouldThrowNPE()
267 public void lastIndexOfNullShouldThrowNPE(List<String> act, List<String> exp) { in lastIndexOfNullShouldThrowNPE()
273 public void isNotSerializable(List<String> act, List<String> exp) { in isNotSerializable()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/List/
H A DListFactories.java70 static Object[] a(List<String> act, List<String> exp) { in a()
157 public void cannotAddLast(List<String> act, List<String> exp) { in cannotAddLast()
162 public void cannotAddFirst(List<String> act, List<String> exp) { in cannotAddFirst()
167 public void cannotRemove(List<String> act, List<String> exp) { in cannotRemove()
172 public void cannotSet(List<String> act, List<String> exp) { in cannotSet()
177 public void contentsMatch(List<String> act, List<String> exp) { in contentsMatch()
257 public void containsNullShouldThrowNPE(List<String> act, List<String> exp) { in containsNullShouldThrowNPE()
262 public void indexOfNullShouldThrowNPE(List<String> act, List<String> exp) { in indexOfNullShouldThrowNPE()
267 public void lastIndexOfNullShouldThrowNPE(List<String> act, List<String> exp) { in lastIndexOfNullShouldThrowNPE()
273 public void isNotSerializable(List<String> act, List<String> exp) { in isNotSerializable()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/aarch64/
H A Dsshr64_1.c15 int64_t exp; in test_sshr64() local
32 int64_t exp; in test_sshr64_neg() local
50 int64_t exp; in test_other() local
67 int64_t exp; in test_other_neg() local
84 int64_t exp; in test_no_sshr0() local
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/aarch64/
H A Dsshr64_1.c15 int64_t exp; in test_sshr64() local
32 int64_t exp; in test_sshr64_neg() local
50 int64_t exp; in test_other() local
67 int64_t exp; in test_other_neg() local
84 int64_t exp; in test_no_sshr0() local
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/aarch64/
H A Dsshr64_1.c15 int64_t exp; in test_sshr64() local
32 int64_t exp; in test_sshr64_neg() local
50 int64_t exp; in test_other() local
67 int64_t exp; in test_other_neg() local
84 int64_t exp; in test_no_sshr0() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/
H A Dsshr64_1.c15 int64_t exp; in test_sshr64() local
32 int64_t exp; in test_sshr64_neg() local
50 int64_t exp; in test_other() local
67 int64_t exp; in test_other_neg() local
84 int64_t exp; in test_no_sshr0() local

1...<<11121314151617181920>>...1169