Home
last modified time | relevance | path

Searched refs:Id2 (Results 1 – 25 of 676) sorted by last modified time

12345678910>>...28

/dports/math/gap/gap-4.11.0/pkg/singular-2019.10.01/gap/
H A Disola.g6 R2, B1, B2, C1, C2, Id1, b, Id2, spaces1, inds,
193 Id2:=[];
196 Add( Id2, Dimension( VectorSpace( F, b ) ) );
200 if not i in Id2 then return false; fi;
468 # R2, B1, B2, C1, C2, Id1, b, Id2,
/dports/graphics/wings/wings-8d019ebe48/plugins_src/autouv/
H A Dwpc_autouv.erl1260 We2_0 = #we{vp=Vpos2}=gb_trees:get(Id2,Sh0),
1265 Sh = case {gb_sets:is_member(Id2,Moved),gb_sets:is_member(Id2,Moved)} of
1272 gb_trees:update(Id2, We2, Sh0);
1289 We2 = #we{vp=Vpos2} = gb_trees:get(Id2,Sh0),
1293 Sh = gb_trees:update(Id2, We2#we{vp=Vp2}, Sh1),
1342 cluster_chart_moves2(Id1,Id2,[EM={_,{Id1,_,_},{Id2,_,_}}|R],Same,Other) ->
1343 cluster_chart_moves2(Id1,Id2,R,[EM|Same],Other);
1345 cluster_chart_moves2(Id1,Id2,R,Same,[EM|Other]);
1369 Sel0 = lists:append([[{Id1,E1},{Id2,E2}] ||
1370 {_,{Id1,E1,_},{Id2,E2,_}}
[all …]
H A Dauv_mapping.erl1047 Tris = [{Face,[{Id1,{S1*S,T1*S}},{Id2,{S2*S,T2*S}},{Id3,{S3*S,T3*S}}]} ||
1048 {Face,[{Id1,{S1,T1}},{Id2,{S2,T2}},{Id3,{S3,T3}}]} <- Tris0],
1168 init_stretch([{Face,FUvs=[{Id1,P1},{Id2,P2},{Id3,P3}]}|R],
1174 [{Face, [Id1,Id2,Id3]}|F2Vs],
1175 [{Id1,Face},{Id2,Face},{Id3,Face}|V2Fs],
1187 calc_scale([{Face,[{Id1,P1},{Id2,P2},{Id3,P3}]}|R], Ovs, A2D, A3D,F2A,F2OVs) ->
1190 Q2 = array:get(Id2,Ovs),
/dports/graphics/wings/wings-8d019ebe48/plugins_src/commands/
H A Dwpc_sculpt.erl1125 prepare_edge_pump([{Id1,Inf1,Id2,Inf2}|SegInf], Vtab, Col, Range, Acc0) ->
1126 case {array:get(Id1, Vtab),array:get(Id2, Vtab)} of
H A Dwpc_magnet_mask.erl196 subtract([{Id1,_}=E1|Es1], [{Id2,_}|_]=Set2) when Id1 < Id2 ->
198 subtract([{Id1,_}|_]=Set1, [{Id2,_}|Es2]) when Id1 > Id2 ->
H A Dwpc_deselect_previous.erl55 subtract([{Id1,_}=E1|Es1], [{Id2,_}|_]=Set2) when Id1 < Id2 ->
57 subtract([{Id1,_}|_]=Set1, [{Id2,_}|Es2]) when Id1 > Id2 ->
H A Dwpc_connect_tool.erl285 [#vi{id=Id2}|_] when Prev =:= ObjId ->
286 Ok = vertex_fs(Id2, We0),
287 We = connect_link(get_line(Id1, Id2, MM, We0),
288 Id1, Fs, Id2, Ok, LC, MM, We0),
313 connect_edge(C0=#cs{v=[#vi{id=Id1,mm=MM}=VI,#vi{id=Id2}],
317 Ok = vertex_fs(Id2, We0),
318 #we{} = connect_link(get_line(Id1, Id2, MM, We0),
319 Id1, Fs, Id2, Ok, LC, MM, We0)
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_undo.erl242 obj_change_1([#we{id=Id1}|T1], [#we{id=Id2}|_]=T2, New, Del, Ch) when Id1 < Id2 ->
244 obj_change_1([#we{id=Id1}|_]=T1, [#we{id=Id2}|T2], New, Del, Ch) when Id1 > Id2 ->
H A Dwings_tweak.erl2465 pump_edges_1([{Id1,Id2}|SegInf], Vtab, VsBin0) ->
2467 case {array:get(Id1, Vtab),array:get(Id2, Vtab)} of
H A Dwings_sel_cmd.erl486 subtract([{Id1,_}=E1|Es1], [{Id2,_}|_]=Set2) when Id1 < Id2 ->
488 subtract([{Id1,_}|_]=Set1, [{Id2,_}|Es2]) when Id1 > Id2 ->
H A Dwings_bool.erl234 ?D("~p ~p ~p done~n",[?FUNCTION_NAME, Id1, Id2]),
238 [Del] = lists:delete(We#we.id, [Id1,Id2]),
268 #{we:=#we{id=Id2}=We2,op:=Op2}) ->
384 dissolve_ps(Id1, Op1, Id2, Op2, {_,Parts0, _} = PALs0) ->
1275 {I1,Tree1} = add_vtab(Vtab2, I0, Id2, Tree0),
1319 MF1 = remap_1(MF10, Id1, M1, Id2, M2),
1320 MF2 = remap_1(MF20, Id1, M1, Id2, M2),
1321 Oth = remap_1(Other, Id1, M1, Id2, M2),
1324 case Id1 < Id2 of
1329 MF1 = remap_1(MF10, Id1, M1, Id2, M2),
[all …]
/dports/games/vavoom/vavoom-1.33/source/
H A Dsnd_reverbs.cpp368 int Id2 = sc->Number; in ParseReverbs() local
728 NewEnv->Id = (Id1 << 8) | Id2; in ParseReverbs()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/bindgen/src/ir/analysis/
H A Dhas_vtable.rs118 fn forward<Id1, Id2>(&mut self, from: Id1, to: Id2) -> ConstrainResult in forward()
121 Id2: Into<ItemId>, in forward()
/dports/www/firefox/firefox-99.0/third_party/rust/bindgen/src/ir/analysis/
H A Dhas_vtable.rs118 fn forward<Id1, Id2>(&mut self, from: Id1, to: Id2) -> ConstrainResult in forward()
121 Id2: Into<ItemId>, in forward()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/bindgen/src/ir/analysis/
H A Dhas_vtable.rs118 fn forward<Id1, Id2>(&mut self, from: Id1, to: Id2) -> ConstrainResult in forward()
121 Id2: Into<ItemId>, in forward()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/ucbhelper/
H A Dproviderhelper.hxx166 const css::uno::Reference< css::ucb::XContentIdentifier >& Id2 ) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/ucb/
H A DXContentProvider.idl61 @param Id2
67 is less than Id2. A value greater than <code>0</code>
68 is returned, if Id1 is greater than Id2.
72 [in] com::sun::star::ucb::XContentIdentifier Id2 );
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/type_reference/
H A Doffapi.idl15822 …::com::sun::star::ucb::XContentIdentifier Id1, [in] ::com::sun::star::ucb::XContentIdentifier Id2);
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/core/
H A Dprovprox.cxx217 const Reference< XContentIdentifier >& Id2 ) in compareContentIds()
224 return xProvider->compareContentIds( Id1, Id2 ); in compareContentIds()
H A Ducb.cxx489 const Reference< XContentIdentifier >& Id2 ) in compareContentIds()
492 OUString aURI2( Id2->getContentIdentifier() ); in compareContentIds()
503 return xProv1->compareContentIds( Id1, Id2 ); in compareContentIds()
H A Ducb.hxx94 const css::uno::Reference< css::ucb::XContentIdentifier >& Id2 ) override;
H A Dprovprox.hxx118 const css::uno::Reference< css::ucb::XContentIdentifier >& Id2 ) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucbhelper/source/provider/
H A Dproviderhelper.cxx86 const uno::Reference< css::ucb::XContentIdentifier >& Id2 ) in compareContentIds()
91 OUString aURL2( Id2->getContentIdentifier() ); in compareContentIds()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/image/
H A Ducpimage.cxx143 css::uno::Reference<css::ucb::XContentIdentifier> const & Id2) override in compareContentIds() argument
146 Id2->getContentIdentifier()); in compareContentIds()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/file/
H A Dprov.cxx133 const Reference< XContentIdentifier >& Id2 ) in compareContentIds()
137 OUString aUrl2 = Id2->getContentIdentifier(); in compareContentIds()

12345678910>>...28