Home
last modified time | relevance | path

Searched refs:ifc2 (Results 1 – 25 of 57) sorted by relevance

123

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/glsl-1.50/execution/
H A Dunsized-in-named-interface-block-multiple.shader_test41 } ifc2;
50 ifc2.var1[0] = 3.0;
51 ifc2.var2[1] = 4.0;
64 } ifc2;
70 ifc2.var1[1] = 7.0;
71 ifc2.var2[0] = 8.0;
85 } ifc2[];
100 if (ifc2[i].var1[0] != 3.0)
123 } ifc2[];
132 if (ifc2[i].var1[1] != 7.0)
[all …]
H A Dunsized-in-unnamed-interface-block-multiple.shader_test86 } ifc2[];
101 if (ifc2[i].var2_1[0] != 3.0)
103 if (ifc2[i].var2_2[1] != 4.0)
124 } ifc2[];
133 if (ifc2[i].var2_1[1] != 7.0)
135 if (ifc2[i].var2_2[0] != 8.0)
/dports/net/quagga/quagga-1.2.4/zebra/
H A Dconnected.c124 connected_same (struct connected *ifc1, struct connected *ifc2) in connected_same() argument
126 if (ifc1->ifp != ifc2->ifp) in connected_same()
130 if (!ifc2->destination) in connected_same()
132 if (ifc2->destination) in connected_same()
136 if (ifc1->destination && ifc2->destination) in connected_same()
137 if (!prefix_same (ifc1->destination, ifc2->destination)) in connected_same()
140 if (ifc1->flags != ifc2->flags) in connected_same()
143 if (ifc1->conf != ifc2->conf) in connected_same()
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dconnected.c137 static int connected_same(struct connected *ifc1, struct connected *ifc2) in connected_same() argument
139 if (ifc1->ifp != ifc2->ifp) in connected_same()
142 if (ifc1->flags != ifc2->flags) in connected_same()
145 if (ifc1->conf != ifc2->conf) in connected_same()
149 if (!ifc2->destination) in connected_same()
151 if (ifc2->destination) in connected_same()
155 if (ifc1->destination && ifc2->destination) in connected_same()
156 if (!prefix_same(ifc1->destination, ifc2->destination)) in connected_same()
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dconnected.c137 static int connected_same(struct connected *ifc1, struct connected *ifc2) in connected_same() argument
139 if (ifc1->ifp != ifc2->ifp) in connected_same()
142 if (ifc1->flags != ifc2->flags) in connected_same()
145 if (ifc1->conf != ifc2->conf) in connected_same()
149 if (!ifc2->destination) in connected_same()
151 if (ifc2->destination) in connected_same()
155 if (ifc1->destination && ifc2->destination) in connected_same()
156 if (!prefix_same(ifc1->destination, ifc2->destination)) in connected_same()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_arrays_of_arrays/compiler/
H A Dgs-output.geom26 } ifc2[2][3];
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/glsl-1.50/compiler/
H A Dgs-output-array-inconsistent-with-input.geom27 } ifc2[2];
/dports/math/maxima/maxima-5.43.2/share/tensor/
H A Diframe.mac69 (if iframe_flag then 'ifc2(l1,l2) else 'ichr2(l1,l2))+
77 ifc2(l1,l2,[ld]):=if length(ld)>0 then
78 apply('idiff,cons(ifc2(l1,l2),rest((?putinones)(ld))))
213 * decsym(ifc2,2,1,[sym(all)],[]);
H A Ditensor9.dem30 ishow(ifc2([i,j],[k]))$
73 ishow(contract(canform(ev(%,icc2,ifc2,ifc1,ikt2,ikt1,ifg))))$
/dports/dns/totd/totd-1.5.1/
H A Dne_io.c60 static int net_ifc_cmp (struct ifconf *ifc1, struct ifconf *ifc2) { in net_ifc_cmp() argument
66 if (ifc1->ifc_len != ifc2->ifc_len) { in net_ifc_cmp()
73 cp2 = ifc2->ifc_buf; in net_ifc_cmp()
/dports/math/maxima/maxima-5.43.2/doc/info/
H A DItensor.texi245 (%t15) v - v ifc2
247 (%i16) ishow(radcan(ev(%,ifc2,ifc1)))$
1775 and @code{ifc2}) which form part of the connection coefficients (@code{icc1}
1790 (%t4) v ifc2 + v
1792 (%i5) ishow(ev(%,ifc2))$
1922 @code{ichr2} is replaced with the frame connection coefficient @code{ifc2}.
1959 @anchor{ifc2}
1960 @defvr {Variable} ifc2
1970 ifc2 = ifg ifc1
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dmaxima.vim96 syn keyword maximaFunc ifc1 ifc2 ifg ifgi ifr iframe_bracket_form iframes ifri ift
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dmaxima.vim96 syn keyword maximaFunc ifc1 ifc2 ifg ifgi ifr iframe_bracket_form iframes ifri ift
/dports/lang/gcc9/gcc-9.4.0/gcc/cp/
H A Dsemantics.c9136 tree ifc2 = omp_find_clause (OMP_CLAUSE_CHAIN (ifc), OMP_CLAUSE_IF); in finish_omp_cancel() local
9137 if (ifc2 != NULL_TREE) in finish_omp_cancel()
9140 && OMP_CLAUSE_IF_MODIFIER (ifc2) != ERROR_MARK in finish_omp_cancel()
9141 && OMP_CLAUSE_IF_MODIFIER (ifc2) != VOID_CST); in finish_omp_cancel()
9142 error_at (OMP_CLAUSE_LOCATION (ifc2), in finish_omp_cancel()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/cp/
H A Dsemantics.c9125 tree ifc2 = omp_find_clause (OMP_CLAUSE_CHAIN (ifc), OMP_CLAUSE_IF); in finish_omp_cancel() local
9126 if (ifc2 != NULL_TREE) in finish_omp_cancel()
9129 && OMP_CLAUSE_IF_MODIFIER (ifc2) != ERROR_MARK in finish_omp_cancel()
9130 && OMP_CLAUSE_IF_MODIFIER (ifc2) != VOID_CST); in finish_omp_cancel()
9131 error_at (OMP_CLAUSE_LOCATION (ifc2), in finish_omp_cancel()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/cp/
H A Dsemantics.c9136 tree ifc2 = omp_find_clause (OMP_CLAUSE_CHAIN (ifc), OMP_CLAUSE_IF); in finish_omp_cancel() local
9137 if (ifc2 != NULL_TREE) in finish_omp_cancel()
9140 && OMP_CLAUSE_IF_MODIFIER (ifc2) != ERROR_MARK in finish_omp_cancel()
9141 && OMP_CLAUSE_IF_MODIFIER (ifc2) != VOID_CST); in finish_omp_cancel()
9142 error_at (OMP_CLAUSE_LOCATION (ifc2), in finish_omp_cancel()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/cp/
H A Dsemantics.c9500 tree ifc2 = omp_find_clause (OMP_CLAUSE_CHAIN (ifc), OMP_CLAUSE_IF); in finish_omp_cancel() local
9501 if (ifc2 != NULL_TREE) in finish_omp_cancel()
9504 && OMP_CLAUSE_IF_MODIFIER (ifc2) != ERROR_MARK in finish_omp_cancel()
9505 && OMP_CLAUSE_IF_MODIFIER (ifc2) != VOID_CST); in finish_omp_cancel()
9506 error_at (OMP_CLAUSE_LOCATION (ifc2), in finish_omp_cancel()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/cp/
H A Dsemantics.c9900 tree ifc2 = omp_find_clause (OMP_CLAUSE_CHAIN (ifc), OMP_CLAUSE_IF); in finish_omp_cancel() local
9901 if (ifc2 != NULL_TREE) in finish_omp_cancel()
9904 && OMP_CLAUSE_IF_MODIFIER (ifc2) != ERROR_MARK in finish_omp_cancel()
9905 && OMP_CLAUSE_IF_MODIFIER (ifc2) != VOID_CST); in finish_omp_cancel()
9906 error_at (OMP_CLAUSE_LOCATION (ifc2), in finish_omp_cancel()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/cp/
H A Dsemantics.c9900 tree ifc2 = omp_find_clause (OMP_CLAUSE_CHAIN (ifc), OMP_CLAUSE_IF); in finish_omp_cancel() local
9901 if (ifc2 != NULL_TREE) in finish_omp_cancel()
9904 && OMP_CLAUSE_IF_MODIFIER (ifc2) != ERROR_MARK in finish_omp_cancel()
9905 && OMP_CLAUSE_IF_MODIFIER (ifc2) != VOID_CST); in finish_omp_cancel()
9906 error_at (OMP_CLAUSE_LOCATION (ifc2), in finish_omp_cancel()
/dports/lang/gcc10/gcc-10.3.0/gcc/cp/
H A Dsemantics.c9500 tree ifc2 = omp_find_clause (OMP_CLAUSE_CHAIN (ifc), OMP_CLAUSE_IF); in finish_omp_cancel() local
9501 if (ifc2 != NULL_TREE) in finish_omp_cancel()
9504 && OMP_CLAUSE_IF_MODIFIER (ifc2) != ERROR_MARK in finish_omp_cancel()
9505 && OMP_CLAUSE_IF_MODIFIER (ifc2) != VOID_CST); in finish_omp_cancel()
9506 error_at (OMP_CLAUSE_LOCATION (ifc2), in finish_omp_cancel()
/dports/lang/gcc11/gcc-11.2.0/gcc/cp/
H A Dsemantics.c9900 tree ifc2 = omp_find_clause (OMP_CLAUSE_CHAIN (ifc), OMP_CLAUSE_IF); in finish_omp_cancel() local
9901 if (ifc2 != NULL_TREE) in finish_omp_cancel()
9904 && OMP_CLAUSE_IF_MODIFIER (ifc2) != ERROR_MARK in finish_omp_cancel()
9905 && OMP_CLAUSE_IF_MODIFIER (ifc2) != VOID_CST); in finish_omp_cancel()
9906 error_at (OMP_CLAUSE_LOCATION (ifc2), in finish_omp_cancel()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/cp/
H A Dsemantics.c9500 tree ifc2 = omp_find_clause (OMP_CLAUSE_CHAIN (ifc), OMP_CLAUSE_IF); in finish_omp_cancel() local
9501 if (ifc2 != NULL_TREE) in finish_omp_cancel()
9504 && OMP_CLAUSE_IF_MODIFIER (ifc2) != ERROR_MARK in finish_omp_cancel()
9505 && OMP_CLAUSE_IF_MODIFIER (ifc2) != VOID_CST); in finish_omp_cancel()
9506 error_at (OMP_CLAUSE_LOCATION (ifc2), in finish_omp_cancel()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/cp/
H A Dsemantics.c10232 tree ifc2 = omp_find_clause (OMP_CLAUSE_CHAIN (ifc), OMP_CLAUSE_IF); in finish_omp_cancel() local
10233 if (ifc2 != NULL_TREE) in finish_omp_cancel()
10236 && OMP_CLAUSE_IF_MODIFIER (ifc2) != ERROR_MARK in finish_omp_cancel()
10237 && OMP_CLAUSE_IF_MODIFIER (ifc2) != VOID_CST); in finish_omp_cancel()
10238 error_at (OMP_CLAUSE_LOCATION (ifc2), in finish_omp_cancel()
/dports/www/nextcloud/nextcloud/apps-pkg/text/js/highlight/
H A Dmaxima.js.map1 …tion %iargs ibase' +\n ' icc1 icc2 icounter idummyx ieqnprint ifb ifc1 ifc2 ifg ifgi ifr iframe…
/dports/math/maxima/maxima-5.43.2/doc/info/de/
H A Dmaxima.info-42846 (%t15) v - v ifc2
2848 (%i16) ishow(radcan(ev(%,ifc2,ifc1)))$
4086 and 'ifc2') which form part of the connection coefficients ('icc1' and
4099 (%t4) v ifc2 + v
4101 (%i5) ishow(ev(%,ifc2))$
4210 coefficient 'ifc2'. If 'itorsion_flag' is 'false', 'ikt2' will be
4227 -- Variable: ifc2
4236 ifc2 = ifg ifc1

123