Home
last modified time | relevance | path

Searched refs:Fs0 (Results 1 – 25 of 537) sorted by relevance

12345678910>>...22

/dports/graphics/gmt/gmt-6.3.0/test/sample1d/
H A Dsmooth.sh11 gmt sample1d @topo_crossection.txt -T300/500/0.1 -Fs0.1 > new.txt
13 gmt sample1d @topo_crossection.txt -T300/500/0.1 -Fs0.001 > new.txt
15 gmt sample1d @topo_crossection.txt -T300/500/0.1 -Fs0.0001 > new.txt
21 gmt sample1d @topo_crossection.txt -T300/500/0.1 -Fs0.1 -W2 > new.txt
23 gmt sample1d @topo_crossection.txt -T300/500/0.1 -Fs0.001 -W2 > new.txt
25 gmt sample1d @topo_crossection.txt -T300/500/0.1 -Fs0.0001 -W2 > new.txt
H A Dsmooth_deriv.sh9 gmt sample1d @topo_crossection.txt -T300/500/0.1 -Fs0.0001 > new.txt
12 gmt sample1d @topo_crossection.txt -T300/500/0.1 -Fs0.0001+d1 > new.txt
15 gmt sample1d @topo_crossection.txt -T300/500/0.1 -Fs0.0001+d2 > new.txt
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/src/
H A Dbeam_clean.erl30 module({Mod,Exp,Attr,Fs0,_}, Opts) ->
31 Order = [Lbl || {function,_,_,Lbl,_} <- Fs0],
32 All = maps:from_list([{Lbl,Func} || {function,_,_,Lbl,_}=Func <- Fs0]),
33 WorkList = rootset(Fs0, Exp, Attr),
64 find_all_used([F|Fs0], All, Used0) ->
66 {Fs,Used} = update_work_list(Code, {Fs0,Used0}),
101 clean_labels(Fs0) ->
103 {Fs1,#st{lmap=Lmap0,lc=Lc}} = function_renumber(Fs0, St0, []),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_clean.erl30 module({Mod,Exp,Attr,Fs0,_}, Opts) ->
31 Order = [Lbl || {function,_,_,Lbl,_} <- Fs0],
32 All = maps:from_list([{Lbl,Func} || {function,_,_,Lbl,_}=Func <- Fs0]),
33 WorkList = rootset(Fs0, Exp, Attr),
65 find_all_used([F|Fs0], All, Used0) ->
67 {Fs,Used} = update_work_list(Code, {Fs0,Used0}),
104 clean_labels(Fs0) ->
106 {Fs1,#st{lmap=Lmap0,lc=Lc}} = function_renumber(Fs0, St0, []),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/src/
H A Dbeam_clean.erl30 module({Mod,Exp,Attr,Fs0,_}, Opts) ->
31 Order = [Lbl || {function,_,_,Lbl,_} <- Fs0],
32 All = maps:from_list([{Lbl,Func} || {function,_,_,Lbl,_}=Func <- Fs0]),
33 WorkList = rootset(Fs0, Exp, Attr),
65 find_all_used([F|Fs0], All, Used0) ->
67 {Fs,Used} = update_work_list(Code, {Fs0,Used0}),
102 clean_labels(Fs0) ->
104 {Fs1,#st{lmap=Lmap0,lc=Lc}} = function_renumber(Fs0, St0, []),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_clean.erl30 module({Mod,Exp,Attr,Fs0,_}, Opts) ->
31 Order = [Lbl || {function,_,_,Lbl,_} <- Fs0],
32 All = maps:from_list([{Lbl,Func} || {function,_,_,Lbl,_}=Func <- Fs0]),
33 WorkList = rootset(Fs0, Exp, Attr),
65 find_all_used([F|Fs0], All, Used0) ->
67 {Fs,Used} = update_work_list(Code, {Fs0,Used0}),
104 clean_labels(Fs0) ->
106 {Fs1,#st{lmap=Lmap0,lc=Lc}} = function_renumber(Fs0, St0, []),
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_clean.erl30 module({Mod,Exp,Attr,Fs0,_}, Opts) ->
31 Order = [Lbl || {function,_,_,Lbl,_} <- Fs0],
32 All = maps:from_list([{Lbl,Func} || {function,_,_,Lbl,_}=Func <- Fs0]),
33 WorkList = rootset(Fs0, Exp, Attr),
65 find_all_used([F|Fs0], All, Used0) ->
67 {Fs,Used} = update_work_list(Code, {Fs0,Used0}),
104 clean_labels(Fs0) ->
106 {Fs1,#st{lmap=Lmap0,lc=Lc}} = function_renumber(Fs0, St0, []),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_clean.erl30 module({Mod,Exp,Attr,Fs0,_}, Opts) ->
31 Order = [Lbl || {function,_,_,Lbl,_} <- Fs0],
32 All = maps:from_list([{Lbl,Func} || {function,_,_,Lbl,_}=Func <- Fs0]),
33 WorkList = rootset(Fs0, Exp, Attr),
65 find_all_used([F|Fs0], All, Used0) ->
67 {Fs,Used} = update_work_list(Code, {Fs0,Used0}),
104 clean_labels(Fs0) ->
106 {Fs1,#st{lmap=Lmap0,lc=Lc}} = function_renumber(Fs0, St0, []),
/dports/lang/lfe/lfe-1.3/src/
H A Dlfe_env.erl174 add_fbinding(N, A, V, #env{funs=Fs0}=Env) ->
175 Fs1 = add_fbinding_1(N, A, {A,V}, Fs0),
186 add_fbindings(Fbs, #env{funs=Fs0}=Env) ->
188 Fs0, Fbs),
191 add_ibinding(M, R, A, L, #env{funs=Fs0}=Env) ->
192 Fs1 = add_fbinding_1(L, A, {A,M,R}, Fs0),
221 add_mbindings(Fbs, #env{funs=Fs0}=Env) ->
223 Fs0, Fbs),
H A Dlfescript.erl79 Fs0 = parse_file(File, Args, Lopts),
80 {Fs1,Fenv0} = expand_macros(Fs0, File, Args, Lopts),
144 expand_macros(Fs0, File, _, _) ->
145 case lfe_macro:expand_forms(Fs0, lfe_env:new(), true, false) of
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_sel_conv.erl246 face_selection(face, Fs0, We) ->
247 Fs = wings_face:extend_border(Fs0, We),
259 face_more(Fs0, We) ->
262 end, Fs0, Fs0),
296 remove_invisible_faces_1(Fs0) ->
297 case gb_sets:is_empty(Fs0) of
298 true -> Fs0;
300 case gb_sets:take_smallest(Fs0) of
304 gb_sets:balance(Fs0)
H A Dwings_tesselation.erl126 tri_faces(Fs0,We0) ->
127 tri_faces([],Fs0,gb_sets:empty(), We0).
129 tri_faces([], Fs0, TriV0, We0) ->
130 case gb_sets:is_empty(Fs0) of
133 {Face, Fs1} = gb_sets:take_smallest(Fs0),
137 tri_faces([Face|R],Fs0,TriV0,We0) ->
138 {Pref, Fs, TriV,We} = triface(Face,Fs0,TriV0,We0),
170 get_pref_faces(V,Fs0,We) ->
176 end, {[],Fs0}, V, We).
H A Dwings_we_build.erl28 we(Fs0, Vs0, HardEdges0) ->
30 {Es1,Fs,Vs,HardEdges} = build_etab(Fs0, Vs0, HardEdges0),
56 build_etab(Fs0, Vs0, HardEdges0) ->
57 case eliminate_shared_vertices(Fs0, Vs0, HardEdges0) of
329 eliminate_shared_vertices(Fs0, Vs0, HardEdges0) ->
330 {Edges,Uncombinable} = build_edges(Fs0),
337 {Edges,Fs0,Vs0,HardEdges0};
342 {HF++Fs0,Vs0,HardEdges0}
345 do_eliminate_shared_vs(Shared, Fs0, Vs0, HardEdges0)
348 do_eliminate_shared_vs(Shared, Fs0, Vs0, HardEdges0) ->
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/src/
H A Derts_debug.erl339 Fs0 when is_list(Fs0) ->
341 Fs = [{Mod,Func,Arity} || {Func,Arity} <- Fs0],
350 Fs0 when is_list(Fs0) ->
352 Fs = [{Mod,Func1,Arity} || {Func1,Arity} <- Fs0, Func1 =:= Func],
361 Fs0 when is_list(Fs0) ->
363 Fs = [{Mod,Func1,Arity1} || {Func1,Arity1} <- Fs0,
373 Fs0 when is_list(Fs0) ->
374 Fs = [{Mod,Func,Arity} || {Func,Arity} <- Fs0],
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/src/
H A Derts_debug.erl353 Fs0 when is_list(Fs0) ->
355 Fs = [{Mod,Func,Arity} || {Func,Arity} <- Fs0],
364 Fs0 when is_list(Fs0) ->
366 Fs = [{Mod,Func1,Arity} || {Func1,Arity} <- Fs0, Func1 =:= Func],
375 Fs0 when is_list(Fs0) ->
377 Fs = [{Mod,Func1,Arity1} || {Func1,Arity1} <- Fs0,
387 Fs0 when is_list(Fs0) ->
388 Fs = [{Mod,Func,Arity} || {Func,Arity} <- Fs0],
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/src/
H A Derts_debug.erl346 Fs0 when is_list(Fs0) ->
348 Fs = [{Mod,Func,Arity} || {Func,Arity} <- Fs0],
357 Fs0 when is_list(Fs0) ->
359 Fs = [{Mod,Func1,Arity} || {Func1,Arity} <- Fs0, Func1 =:= Func],
368 Fs0 when is_list(Fs0) ->
370 Fs = [{Mod,Func1,Arity1} || {Func1,Arity1} <- Fs0,
380 Fs0 when is_list(Fs0) ->
381 Fs = [{Mod,Func,Arity} || {Func,Arity} <- Fs0],
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/src/
H A Derts_debug.erl353 Fs0 when is_list(Fs0) ->
355 Fs = [{Mod,Func,Arity} || {Func,Arity} <- Fs0],
364 Fs0 when is_list(Fs0) ->
366 Fs = [{Mod,Func1,Arity} || {Func1,Arity} <- Fs0, Func1 =:= Func],
375 Fs0 when is_list(Fs0) ->
377 Fs = [{Mod,Func1,Arity1} || {Func1,Arity1} <- Fs0,
387 Fs0 when is_list(Fs0) ->
388 Fs = [{Mod,Func,Arity} || {Func,Arity} <- Fs0],
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/src/
H A Derts_debug.erl353 Fs0 when is_list(Fs0) ->
355 Fs = [{Mod,Func,Arity} || {Func,Arity} <- Fs0],
364 Fs0 when is_list(Fs0) ->
366 Fs = [{Mod,Func1,Arity} || {Func1,Arity} <- Fs0, Func1 =:= Func],
375 Fs0 when is_list(Fs0) ->
377 Fs = [{Mod,Func1,Arity1} || {Func1,Arity1} <- Fs0,
387 Fs0 when is_list(Fs0) ->
388 Fs = [{Mod,Func,Arity} || {Func,Arity} <- Fs0],
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/src/
H A Derts_debug.erl353 Fs0 when is_list(Fs0) ->
355 Fs = [{Mod,Func,Arity} || {Func,Arity} <- Fs0],
364 Fs0 when is_list(Fs0) ->
366 Fs = [{Mod,Func1,Arity} || {Func1,Arity} <- Fs0, Func1 =:= Func],
375 Fs0 when is_list(Fs0) ->
377 Fs = [{Mod,Func1,Arity1} || {Func1,Arity1} <- Fs0,
387 Fs0 when is_list(Fs0) ->
388 Fs = [{Mod,Func,Arity} || {Func,Arity} <- Fs0],
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/src/
H A Derts_debug.erl355 Fs0 when is_list(Fs0) ->
357 Fs = [{Mod,Func,Arity} || {Func,Arity} <- Fs0],
366 Fs0 when is_list(Fs0) ->
368 Fs = [{Mod,Func1,Arity} || {Func1,Arity} <- Fs0, Func1 =:= Func],
377 Fs0 when is_list(Fs0) ->
379 Fs = [{Mod,Func1,Arity1} || {Func1,Arity1} <- Fs0,
389 Fs0 when is_list(Fs0) ->
390 Fs = [{Mod,Func,Arity} || {Func,Arity} <- Fs0],
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/src/
H A Dbeam_clean.erl32 module({Mod,Exp,Attr,Fs0,_}, Opts) ->
33 Order = [Lbl || {function,_,_,Lbl,_} <- Fs0],
35 dict:new(), Fs0),
36 WorkList = rootset(Fs0, Exp, Attr),
77 find_all_used([F|Fs0], All, Used0) ->
79 {Fs,Used} = update_work_list(Code, {Fs0,Used0}),
118 clean_labels(Fs0) ->
120 {Fs1,#st{lmap=Lmap0,lc=Lc}} = function_renumber(Fs0, St0, []),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_clean.erl26 module({Mod,Exp,Attr,Fs0,_}, _Opt) ->
27 Order = [Lbl || {function,_,_,Lbl,_} <- Fs0],
29 dict:new(), Fs0),
30 {WorkList,Used0} = exp_to_labels(Fs0, Exp),
58 find_all_used([F|Fs0], All, Used0) ->
60 {Fs,Used} = update_work_list(Code, {Fs0,Used0}),
100 clean_labels(Fs0) ->
102 {Fs1,#st{lmap=Lmap,lc=Lc}} = mapfoldl(fun function_renumber/2, St0, Fs0),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_clean.erl26 module({Mod,Exp,Attr,Fs0,_}, _Opt) ->
27 Order = [Lbl || {function,_,_,Lbl,_} <- Fs0],
29 dict:new(), Fs0),
30 {WorkList,Used0} = exp_to_labels(Fs0, Exp),
58 find_all_used([F|Fs0], All, Used0) ->
60 {Fs,Used} = update_work_list(Code, {Fs0,Used0}),
100 clean_labels(Fs0) ->
102 {Fs1,#st{lmap=Lmap,lc=Lc}} = mapfoldl(fun function_renumber/2, St0, Fs0),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_clean.erl26 module({Mod,Exp,Attr,Fs0,_}, _Opt) ->
27 Order = [Lbl || {function,_,_,Lbl,_} <- Fs0],
29 dict:new(), Fs0),
30 {WorkList,Used0} = exp_to_labels(Fs0, Exp),
58 find_all_used([F|Fs0], All, Used0) ->
60 {Fs,Used} = update_work_list(Code, {Fs0,Used0}),
100 clean_labels(Fs0) ->
102 {Fs1,#st{lmap=Lmap,lc=Lc}} = mapfoldl(fun function_renumber/2, St0, Fs0),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_clean.erl26 module({Mod,Exp,Attr,Fs0,_}, _Opt) ->
27 Order = [Lbl || {function,_,_,Lbl,_} <- Fs0],
29 dict:new(), Fs0),
30 {WorkList,Used0} = exp_to_labels(Fs0, Exp),
58 find_all_used([F|Fs0], All, Used0) ->
60 {Fs,Used} = update_work_list(Code, {Fs0,Used0}),
100 clean_labels(Fs0) ->
102 {Fs1,#st{lmap=Lmap,lc=Lc}} = mapfoldl(fun function_renumber/2, St0, Fs0),

12345678910>>...22