Home
last modified time | relevance | path

Searched refs:typ2 (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/dports/science/afni/afni-AFNI_21.3.16/src/
H A DAmalloc.h132 #define AFNI_CALL_VOID_2ARG(func,typ1,arg1,typ2,arg2) \ argument
133 do{ void (*fp)(typ1,typ2) = (void (*)(typ1,typ2))(func) ; \
135 fp((typ1)(arg1),(typ2)(arg2)) ; \
139 #define AFNI_CALL_VALU_2ARG(func,vtyp,vval,typ1,arg1,typ2,arg2) \ argument
140 do{ vtyp (*fp)(typ1,typ2) = (vtyp (*)(typ1,typ2))(func) ; \
142 (vval) = fp((typ1)(arg1),(typ2)(arg2)) ; \
147 do{ void (*fp)(typ1,typ2,typ3) = (void (*)(typ1,typ2,typ3))(func) ; \
154 do{ vtyp (*fp)(typ1,typ2,typ3) = (vtyp (*)(typ1,typ2,typ3))(func) ; \
161 do{ void (*fp)(typ1,typ2,typ3,typ4) = (void (*)(typ1,typ2,typ3,typ4))(func); \
168 do{ vtyp (*fp)(typ1,typ2,typ3,typ4) = (vtyp (*)(typ1,typ2,typ3,typ4))(func) ; \
[all …]
/dports/math/scilab-toolbox-swt/swt/src/gwsupport/
H A Dvalidate.c100 int typ1, typ2; in sci_matrix_vector_real() local
102 real_or_complex(pvApiCtx,number, &typ2); in sci_matrix_vector_real()
111 int typ1, typ2; in sci_matrix_vector_complex() local
113 real_or_complex(pvApiCtx, number, &typ2); in sci_matrix_vector_complex()
114 if (typ1 && typ2 && (swt_gwsupport_GetType(pvApiCtx, number)==sci_matrix)) in sci_matrix_vector_complex()
122 int typ1, typ2; in sci_matrix_matrix_complex() local
124 real_or_complex(pvApiCtx, number, &typ2); in sci_matrix_matrix_complex()
153 int typ1, typ2; in sci_matrix_scalar_real() local
155 real_or_complex(pvApiCtx, number, &typ2); in sci_matrix_scalar_real()
174 int typ1, typ2; in sci_matrix_matrix_real() local
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/ChFiKPart/
H A DChFiKPart_ComputeData.cxx108 GeomAbs_SurfaceType typ2 = S2->GetType(); in Compute() local
125 if ( typ1 == GeomAbs_Plane && typ2 == GeomAbs_Plane ){ in Compute()
154 else if ( typ1 == GeomAbs_Plane && typ2 == GeomAbs_Cone ){ in Compute()
178 if ( typ1 == GeomAbs_Plane && typ2 == GeomAbs_Plane ){ in Compute()
233 if ( typ1 == GeomAbs_Plane && typ2 == GeomAbs_Plane ){ in Compute()
289 if ( typ1 == GeomAbs_Plane && typ2 == GeomAbs_Plane ){ in Compute()
361 GeomAbs_SurfaceType typ2 = S2->GetType(); in ComputeCorner() local
372 if ( typ2 == GeomAbs_Cylinder ){ in ComputeCorner()
385 if ( typ2 != GeomAbs_Cylinder ){ in ComputeCorner()
444 GeomAbs_SurfaceType typ2 = S2->GetType(); in ComputeCorner() local
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/GccAna/
H A DGccAna_Circ2d3Tan_4.cxx110 if (typ2 == GccInt_Cir) { in GccAna_Circ2d3Tan()
113 else if (typ2 == GccInt_Lin) { in GccAna_Circ2d3Tan()
116 else if (typ2 == GccInt_Hpr) { in GccAna_Circ2d3Tan()
119 else if (typ2 == GccInt_Ell) { in GccAna_Circ2d3Tan()
124 if (typ2 == GccInt_Cir) { in GccAna_Circ2d3Tan()
127 else if (typ2 == GccInt_Lin) { in GccAna_Circ2d3Tan()
130 else if (typ2 == GccInt_Hpr) { in GccAna_Circ2d3Tan()
133 else if (typ2 == GccInt_Ell) { in GccAna_Circ2d3Tan()
138 if (typ2 == GccInt_Cir) { in GccAna_Circ2d3Tan()
141 else if (typ2 == GccInt_Lin) { in GccAna_Circ2d3Tan()
[all …]
/dports/editors/vim/vim-8.2.3745/src/
H A Dtypval.c1175 else if (typ1->v_type != typ2->v_type in typval_compare()
1178 if (typ1->v_type != typ2->v_type) in typval_compare()
1263 || (typ2->v_type == VAR_PARTIAL in typval_compare()
1275 && typ2->v_type == VAR_PARTIAL) in typval_compare()
1295 f2 = tv_get_float(typ2); in typval_compare()
1320 n2 = tv_get_number(typ2); in typval_compare()
1337 || typ2->v_type == VAR_BOOL in typval_compare()
1341 if (typ1->v_type != typ2->v_type) in typval_compare()
1349 n2 = typ2->vval.v_number; in typval_compare()
1367 || (typ2->v_type != VAR_STRING && typ2->v_type != VAR_SPECIAL))) in typval_compare()
[all …]
/dports/games/nethack33-nox11/nethack-3.3.1/include/
H A Dtradstdc.h72 # define VA_DECL2(typ1,var1,typ2,var2) \ argument
73 (typ1 var1, typ2 var2, ...) { va_list the_args;
87 # define VA_DECL2(typ1,var1,typ2,var2) (va_alist) va_dcl {\ argument
88 va_list the_args; typ1 var1; typ2 var2;
98 # define VA_DECL2(typ1,var1,typ2,var2) (var1,var2,VA_ARGS) \ argument
99 typ1 var1; typ2 var2;\
/dports/games/nethack33/nethack-3.3.1/include/
H A Dtradstdc.h72 # define VA_DECL2(typ1,var1,typ2,var2) \ argument
73 (typ1 var1, typ2 var2, ...) { va_list the_args;
87 # define VA_DECL2(typ1,var1,typ2,var2) (va_alist) va_dcl {\ argument
88 va_list the_args; typ1 var1; typ2 var2;
98 # define VA_DECL2(typ1,var1,typ2,var2) (var1,var2,VA_ARGS) \ argument
99 typ1 var1; typ2 var2;\
/dports/games/nethack34-nox11/nethack-3.4.3/include/
H A Dtradstdc.h72 # define VA_DECL2(typ1,var1,typ2,var2) \ argument
73 (typ1 var1, typ2 var2, ...) { va_list the_args;
87 # define VA_DECL2(typ1,var1,typ2,var2) (va_alist) va_dcl {\ argument
88 va_list the_args; typ1 var1; typ2 var2;
98 # define VA_DECL2(typ1,var1,typ2,var2) (var1,var2,VA_ARGS) \ argument
99 typ1 var1; typ2 var2;\
/dports/games/nethack34/nethack-3.4.3/include/
H A Dtradstdc.h72 # define VA_DECL2(typ1,var1,typ2,var2) \ argument
73 (typ1 var1, typ2 var2, ...) { va_list the_args;
87 # define VA_DECL2(typ1,var1,typ2,var2) (va_alist) va_dcl {\ argument
88 va_list the_args; typ1 var1; typ2 var2;
98 # define VA_DECL2(typ1,var1,typ2,var2) (var1,var2,VA_ARGS) \ argument
99 typ1 var1; typ2 var2;\
/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Dtradstdc.h72 # define VA_DECL2(typ1,var1,typ2,var2) \ argument
73 (typ1 var1, typ2 var2, ...) { va_list the_args;
87 # define VA_DECL2(typ1,var1,typ2,var2) (va_alist) va_dcl {\ argument
88 va_list the_args; typ1 var1; typ2 var2;
98 # define VA_DECL2(typ1,var1,typ2,var2) (var1,var2,VA_ARGS) \ argument
99 typ1 var1; typ2 var2;\
/dports/games/falconseye/falconseye-1.9.3_11/include/
H A Dtradstdc.h72 # define VA_DECL2(typ1,var1,typ2,var2) \ argument
73 (typ1 var1, typ2 var2, ...) { va_list the_args;
87 # define VA_DECL2(typ1,var1,typ2,var2) (va_alist) va_dcl {\ argument
88 va_list the_args; typ1 var1; typ2 var2;
98 # define VA_DECL2(typ1,var1,typ2,var2) (var1,var2,VA_ARGS) \ argument
99 typ1 var1; typ2 var2;\
/dports/games/vultures-eye/vulture-2.3.67/slashem/include/
H A Dtradstdc.h72 # define VA_DECL2(typ1,var1,typ2,var2) \ argument
73 (typ1 var1, typ2 var2, ...) { va_list the_args;
87 # define VA_DECL2(typ1,var1,typ2,var2) (va_alist) va_dcl {\ argument
88 va_list the_args; typ1 var1; typ2 var2;
98 # define VA_DECL2(typ1,var1,typ2,var2) (var1,var2,VA_ARGS) \ argument
99 typ1 var1; typ2 var2;\
/dports/games/vultures-eye/vulture-2.3.67/unnethack/include/
H A Dtradstdc.h72 # define VA_DECL2(typ1,var1,typ2,var2) \ argument
73 (typ1 var1, typ2 var2, ...) { va_list the_args;
87 # define VA_DECL2(typ1,var1,typ2,var2) (va_alist) va_dcl {\ argument
88 va_list the_args; typ1 var1; typ2 var2;
98 # define VA_DECL2(typ1,var1,typ2,var2) (var1,var2,VA_ARGS) \ argument
99 typ1 var1; typ2 var2;\
/dports/games/vultures-eye/vulture-2.3.67/nethack/include/
H A Dtradstdc.h72 # define VA_DECL2(typ1,var1,typ2,var2) \ argument
73 (typ1 var1, typ2 var2, ...) { va_list the_args;
87 # define VA_DECL2(typ1,var1,typ2,var2) (va_alist) va_dcl {\ argument
88 va_list the_args; typ1 var1; typ2 var2;
98 # define VA_DECL2(typ1,var1,typ2,var2) (var1,var2,VA_ARGS) \ argument
99 typ1 var1; typ2 var2;\
/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 DType.hs63 typeDoc <- docSharedWrapper layoutType typ2
66 let maybeForceML = case typ2 of
149 HsForAllTy _ _ bndrs typ2 -> do
151 HsForAllTy _ bndrs typ2 -> do
153 typeDoc <- layoutType typ2
155 let maybeForceML = case typ2 of
257 HsFunTy _ typ1 typ2 -> do
260 let maybeForceML = case typ2 of
296 HsAppTy _ typ1@(L _ HsAppTy{}) typ2 -> do
301 let (typHead, typRest) = gather [typ2] typ1
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/go-critic/go-critic/checkers/testdata/ptrToRefParam/
H A Dnegative_tests.go23 type typ2 chan string type
27 func (k *typ2) ok(kk *typ2) {} argument
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dtradstdc.h93 #define VA_DECL2(typ1, var1, typ2, var2) \ argument
94 (typ1 var1, typ2 var2, ...) \
117 #define VA_DECL2(typ1, var1, typ2, var2) \ argument
122 typ2 var2;
149 #define VA_DECL2(typ1, var1, typ2, var2) \ argument
150 (var1, var2, VA_ARGS) typ1 var1; typ2 var2; vA VA_ARGS; \
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dtradstdc.h93 #define VA_DECL2(typ1, var1, typ2, var2) \ argument
94 (typ1 var1, typ2 var2, ...) \
117 #define VA_DECL2(typ1, var1, typ2, var2) \ argument
122 typ2 var2;
149 #define VA_DECL2(typ1, var1, typ2, var2) \ argument
150 (var1, var2, VA_ARGS) typ1 var1; typ2 var2; vA VA_ARGS; \
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Dtradstdc.h93 #define VA_DECL2(typ1, var1, typ2, var2) \ argument
94 (typ1 var1, typ2 var2, ...) \
117 #define VA_DECL2(typ1, var1, typ2, var2) \ argument
122 typ2 var2;
149 #define VA_DECL2(typ1, var1, typ2, var2) \ argument
150 (var1, var2, VA_ARGS) typ1 var1; typ2 var2; vA VA_ARGS; \
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/go-critic/go-critic/checkers/
H A DunnamedResult_checker.go58 typ1, typ2 := results.List[0].Type, results.List[1].Type
59 name1, name2 := typeName(typ1), typeName(typ2)
61 (!isError(typ1) && isError(typ2)) ||
62 (!isBool(typ1) && isBool(typ2))
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/go-critic/go-critic/checkers/
H A DunnamedResult_checker.go58 typ1, typ2 := results.List[0].Type, results.List[1].Type
59 name1, name2 := typeName(typ1), typeName(typ2)
61 (!isError(typ1) && isError(typ2)) ||
62 (!isBool(typ1) && isBool(typ2))
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/go-critic/go-critic/checkers/
H A DunnamedResult_checker.go58 typ1, typ2 := results.List[0].Type, results.List[1].Type
59 name1, name2 := typeName(typ1), typeName(typ2)
61 (!isError(typ1) && isError(typ2)) ||
62 (!isBool(typ1) && isBool(typ2))
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/netfilter/
H A Dxt_repldata.h17 #define xt_alloc_initial_table(type, typ2) ({ \ argument
33 *term = (struct type##_error)typ2##_ERROR_INIT; \
44 typ2##_STANDARD_INIT(NF_ACCEPT); \
/dports/multimedia/libv4l/linux-5.13-rc2/net/netfilter/
H A Dxt_repldata.h17 #define xt_alloc_initial_table(type, typ2) ({ \ argument
33 *term = (struct type##_error)typ2##_ERROR_INIT; \
44 typ2##_STANDARD_INIT(NF_ACCEPT); \
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/netfilter/
H A Dxt_repldata.h17 #define xt_alloc_initial_table(type, typ2) ({ \ argument
33 *term = (struct type##_error)typ2##_ERROR_INIT; \
44 typ2##_STANDARD_INIT(NF_ACCEPT); \

12345678910>>...13