Home
last modified time | relevance | path

Searched refs:typ3 (Results 1 – 25 of 28) sorted by relevance

12

/dports/science/afni/afni-AFNI_21.3.16/src/
H A DAmalloc.h146 #define AFNI_CALL_VOID_3ARG(func,typ1,arg1,typ2,arg2,typ3,arg3) \ argument
147 do{ void (*fp)(typ1,typ2,typ3) = (void (*)(typ1,typ2,typ3))(func) ; \
149 fp((typ1)(arg1),(typ2)(arg2),(typ3)(arg3)) ; \
153 #define AFNI_CALL_VALU_3ARG(func,vtyp,vval,typ1,arg1,typ2,arg2,typ3,arg3) \ argument
154 do{ vtyp (*fp)(typ1,typ2,typ3) = (vtyp (*)(typ1,typ2,typ3))(func) ; \
156 (vval) = fp((typ1)(arg1),(typ2)(arg2),(typ3)(arg3)) ; \
160 #define AFNI_CALL_VOID_4ARG(func,typ1,arg1,typ2,arg2,typ3,arg3,typ4,arg4) \ argument
161 do{ void (*fp)(typ1,typ2,typ3,typ4) = (void (*)(typ1,typ2,typ3,typ4))(func); \
163 fp((typ1)(arg1),(typ2)(arg2),(typ3)(arg3),(typ4)(arg4)) ; \
168 do{ vtyp (*fp)(typ1,typ2,typ3,typ4) = (vtyp (*)(typ1,typ2,typ3,typ4))(func) ; \
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/alga-0.9.3/src/
H A Dmacros.rs58 [$tra1t:ty, ($($typ3:tt)+), ($($clause:tt)+)]
63 ($($typ3)+)
68 [$tra1t:ty, ($($typ3:tt)+), ($($clause:tt)+)]
73 ($($typ3)+)
82 [$tra1t:ty, ($($typ3:tt)+), ($($prev:tt)*)]
86 [$tra1t, ($($typ3)+), ($($prev)* $cur)]
92 [$tra1t:ty, ($($typ3:tt)*)]
95 impl $tra1t for $($typ3)* { }
99 [$tra1t:ty, ($($typ3:tt)*)]
102 impl $tra1t for $($typ3)* { }
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/alga-0.9.2/src/
H A Dmacros.rs58 [$tra1t:ty, ($($typ3:tt)+), ($($clause:tt)+)]
63 ($($typ3)+)
68 [$tra1t:ty, ($($typ3:tt)+), ($($clause:tt)+)]
73 ($($typ3)+)
82 [$tra1t:ty, ($($typ3:tt)+), ($($prev:tt)*)]
86 [$tra1t, ($($typ3)+), ($($prev)* $cur)]
92 [$tra1t:ty, ($($typ3:tt)*)]
95 impl $tra1t for $($typ3)* { }
99 [$tra1t:ty, ($($typ3:tt)*)]
102 impl $tra1t for $($typ3)* { }
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/go-critic/go-critic/checkers/testdata/ptrToRefParam/
H A Dnegative_tests.go24 type typ3 []string type
28 func (k *typ3) ok(kk *typ3) {} argument
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-cxx.r/cxx11-raw-strings.d/
H A Dexpected.tags4 memb3 input.cpp /^struct typ3 { int memb3; };$/;" m struct:typ3 typeref:typename:int file:
18 typ3 input.cpp /^struct typ3 { int memb3; };$/;" s file:
/dports/devel/geany-legacy/geany-1.37.1/tests/ctags/
H A Dcxx11-raw-strings.cpp.tags5 memb3�64�typ3�0�int
19 typ3�2048�0
/dports/devel/geany/geany-1.38/tests/ctags/
H A Dcxx11-raw-strings.cpp.tags5 memb3�64�typ3�0�int
19 typ3�2048�0
/dports/misc/p5-Geo-Postcodes-DK/Geo-Postcodes-DK-0.32/t/
H A D3_selection.t35 my @typ3 = Geo::Postcodes::DK::selection(type => 'PP');
36 is_deeply(\@typ1, \@typ3, "type_verbose => 'Ufrankerede svarforsendelser'");
/dports/databases/arrow/apache-arrow-6.0.1/go/arrow/scalar/
H A Dscalar_test.go273 typ3 := arrow.FixedWidthTypes.Time64us
289 time64Val := scalar.NewTime64Scalar(t64val, typ3)
295 assert.True(t, arrow.TypeEqual(time64Val.Type, typ3))
304 typ3 := arrow.FixedWidthTypes.Time64us
309 assertMakeScalarParam(t, scalar.NewTime64Scalar(arrow.Time64(1), typ3), typ3, arrow.Time64(1))
321 …assertParseScalar(t, typ3, "10:10:10.123456", scalar.NewTime64Scalar(arrow.Time64(tententen), typ3
322 assert.Equal(t, "10:10:10.123456", scalar.NewTime64Scalar(arrow.Time64(tententen), typ3).String())
362 typ3 := arrow.FixedWidthTypes.Timestamp_us
373 …assertMakeScalarParam(t, scalar.NewTimestampScalar(arrow.Timestamp(1), typ3), typ3, arrow.Timestam…
374 …assertParseScalar(t, typ3, epochPlus1s, scalar.NewTimestampScalar(arrow.Timestamp(1000*1000), typ3
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/cast/intersection/
H A DIntersectionTypeParserTest.java127 Type typ3 = new Type(t3, ak3); in main() local
128 … new IntersectionTypeParserTest(ck, typ1, typ2, typ3).run(comp, fm); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/cast/intersection/
H A DIntersectionTypeParserTest.java127 Type typ3 = new Type(t3, ak3); in main() local
128 … new IntersectionTypeParserTest(ck, typ1, typ2, typ3).run(comp, fm); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/cast/intersection/
H A DIntersectionTypeParserTest.java127 Type typ3 = new Type(t3, ak3); in main() local
128 … new IntersectionTypeParserTest(ck, typ1, typ2, typ3).run(comp, fm); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/cast/intersection/
H A DIntersectionTypeParserTest.java127 Type typ3 = new Type(t3, ak3); in main() local
128 … new IntersectionTypeParserTest(ck, typ1, typ2, typ3).run(comp, fm); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/cast/intersection/
H A DIntersectionTypeParserTest.java127 Type typ3 = new Type(t3, ak3); in main() local
128 … new IntersectionTypeParserTest(ck, typ1, typ2, typ3).run(comp, fm); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/cast/intersection/
H A DIntersectionTypeParserTest.java127 Type typ3 = new Type(t3, ak3); in main() local
128 … new IntersectionTypeParserTest(ck, typ1, typ2, typ3).run(comp, fm); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/cast/intersection/
H A DIntersectionTypeParserTest.java127 Type typ3 = new Type(t3, ak3); in main() local
128 … new IntersectionTypeParserTest(ck, typ1, typ2, typ3).run(comp, fm); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/cast/intersection/
H A DIntersectionTypeParserTest.java127 Type typ3 = new Type(t3, ak3); in main() local
128 … new IntersectionTypeParserTest(ck, typ1, typ2, typ3).run(comp, fm); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/cast/intersection/
H A DIntersectionTypeParserTest.java126 Type typ3 = new Type(t3, ak3); in main() local
127 … new IntersectionTypeParserTest(ck, typ1, typ2, typ3).run(comp, fm); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/cast/intersection/
H A DIntersectionTypeParserTest.java126 Type typ3 = new Type(t3, ak3); in main() local
127 … new IntersectionTypeParserTest(ck, typ1, typ2, typ3).run(comp, fm); in main()
/dports/devel/fpc-fcl-sdo/fpc-3.2.2/packages/fcl-sdo/tests/test_suite/
H A Dtest_type.pas1801 typ, typ2, typ3 : ISDOType;
1825 typ3 := typLst.find(s_URI_2,s_TYPE_3);
1826 CheckNull(typ3.getBaseType(),'getBaseType()');
1828 obj.setBaseType(typ2,typ3);
1830 Check(typ3=typ2.getBaseType());
1837 Check(typ3=typ2.getBaseType());
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-sdo/tests/test_suite/
H A Dtest_type.pas1801 typ, typ2, typ3 : ISDOType;
1825 typ3 := typLst.find(s_URI_2,s_TYPE_3);
1826 CheckNull(typ3.getBaseType(),'getBaseType()');
1828 obj.setBaseType(typ2,typ3);
1830 Check(typ3=typ2.getBaseType());
1837 Check(typ3=typ2.getBaseType());
/dports/games/uhexen2/hexen2source-1.5.9/utils/dcc/
H A Ddcc.c217 def_t *typ1 = NULL, *typ2 = NULL, *typ3 = NULL; in DccStatement() local
245 typ3 = pr_opcodes[s->op].type_c; in DccStatement()
251 arg3 = PR_PrintGlobal(s->c, typ3); in DccStatement()
294 arg3 = PR_PrintGlobal(s->c, typ3); in DccStatement()
316 arg3 = PR_PrintGlobal(s->c, typ3); in DccStatement()
392 arg3 = PR_PrintStringAtOfs(s->c, typ3); in DccStatement()
604 arg3 = PR_PrintStringAtOfs(s->c, typ3); in DccStatement()
/dports/games/frikqcc/frik26src/decompiler/
H A Ddecomp.c813 def_t *typ1, *typ2, *typ3; in DecompileDecompileStatement() local
852 typ3 = pr_opcodes[s->op].type_c; in DecompileDecompileStatement()
906 arg3 = DecompileGlobal(s->c, typ3); in DecompileDecompileStatement()
927 arg3 = DecompileGlobal(s->c, typ3); in DecompileDecompileStatement()
/dports/math/scilab-toolbox-swt/swt/src/gwsupport/
H A Ddwt_validate.c301 int typ1, typ2, typ3, typ4, typ5, typ6, typ7, typ8, typ9, typ10, typ11; in wfilters_content_validate() local
305 wavelet_family_check(wname,SYMLETS,&typ3); in wfilters_content_validate()
316 …if ((!typ1) && (!typ2) && (!typ3) && (!typ4) && (!typ5) && (!typ6) && (!typ7) && (!typ8) && (!typ9… in wfilters_content_validate()
/dports/math/reduce/Reduce-svn5758-src/contrib/boxdisplay/sml/
H A Dsml.red496 (typ3 ((typ2))
497 ((typ2 "->" typ3)))
499 (typ ((typ3))

12