Home
last modified time | relevance | path

Searched refs:base_1 (Results 1 – 25 of 257) sorted by relevance

1234567891011

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/opaque_SUITE_data/src/wings/
H A Dwings_shape.erl57 case base_1(OldName) of
62 base_1([H|T]) when $0 =< H, H =< $9 -> base_1(T); function
63 base_1("tuc_"++Base) -> Base; %"_cut" function
64 base_1("enolc_"++Base) -> Base; %"_clone" function
65 base_1("ypoc_"++Base) -> Base; %"_copy" function
66 base_1("tcartxe_"++Base) -> Base; %"_extract" function
67 base_1("rorrim_"++Base) -> Base; %"_mirror" function
68 base_1("pes_"++Base) -> Base; %"_sep" function
69 base_1(_Base) -> error. function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/opaque_SUITE_data/src/wings/
H A Dwings_shape.erl57 case base_1(OldName) of
62 base_1([H|T]) when $0 =< H, H =< $9 -> base_1(T); function
63 base_1("tuc_"++Base) -> Base; %"_cut" function
64 base_1("enolc_"++Base) -> Base; %"_clone" function
65 base_1("ypoc_"++Base) -> Base; %"_copy" function
66 base_1("tcartxe_"++Base) -> Base; %"_extract" function
67 base_1("rorrim_"++Base) -> Base; %"_mirror" function
68 base_1("pes_"++Base) -> Base; %"_sep" function
69 base_1(_Base) -> error. function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/wings/
H A Dwings_shape.erl57 case base_1(OldName) of
62 base_1([H|T]) when $0 =< H, H =< $9 -> base_1(T); function
63 base_1("tuc_"++Base) -> Base; %"_cut" function
64 base_1("enolc_"++Base) -> Base; %"_clone" function
65 base_1("ypoc_"++Base) -> Base; %"_copy" function
66 base_1("tcartxe_"++Base) -> Base; %"_extract" function
67 base_1("rorrim_"++Base) -> Base; %"_mirror" function
68 base_1("pes_"++Base) -> Base; %"_sep" function
69 base_1(_Base) -> error. function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/wings/
H A Dwings_shape.erl57 case base_1(OldName) of
62 base_1([H|T]) when $0 =< H, H =< $9 -> base_1(T); function
63 base_1("tuc_"++Base) -> Base; %"_cut" function
64 base_1("enolc_"++Base) -> Base; %"_clone" function
65 base_1("ypoc_"++Base) -> Base; %"_copy" function
66 base_1("tcartxe_"++Base) -> Base; %"_extract" function
67 base_1("rorrim_"++Base) -> Base; %"_mirror" function
68 base_1("pes_"++Base) -> Base; %"_sep" function
69 base_1(_Base) -> error. function
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/wings/
H A Dwings_shape.erl57 case base_1(OldName) of
62 base_1([H|T]) when $0 =< H, H =< $9 -> base_1(T); function
63 base_1("tuc_"++Base) -> Base; %"_cut" function
64 base_1("enolc_"++Base) -> Base; %"_clone" function
65 base_1("ypoc_"++Base) -> Base; %"_copy" function
66 base_1("tcartxe_"++Base) -> Base; %"_extract" function
67 base_1("rorrim_"++Base) -> Base; %"_mirror" function
68 base_1("pes_"++Base) -> Base; %"_sep" function
69 base_1(_Base) -> error. function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/opaque_SUITE_data/src/wings/
H A Dwings_shape.erl57 case base_1(OldName) of
62 base_1([H|T]) when $0 =< H, H =< $9 -> base_1(T); function
63 base_1("tuc_"++Base) -> Base; %"_cut" function
64 base_1("enolc_"++Base) -> Base; %"_clone" function
65 base_1("ypoc_"++Base) -> Base; %"_copy" function
66 base_1("tcartxe_"++Base) -> Base; %"_extract" function
67 base_1("rorrim_"++Base) -> Base; %"_mirror" function
68 base_1("pes_"++Base) -> Base; %"_sep" function
69 base_1(_Base) -> error. function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/wings/
H A Dwings_shape.erl57 case base_1(OldName) of
62 base_1([H|T]) when $0 =< H, H =< $9 -> base_1(T); function
63 base_1("tuc_"++Base) -> Base; %"_cut" function
64 base_1("enolc_"++Base) -> Base; %"_clone" function
65 base_1("ypoc_"++Base) -> Base; %"_copy" function
66 base_1("tcartxe_"++Base) -> Base; %"_extract" function
67 base_1("rorrim_"++Base) -> Base; %"_mirror" function
68 base_1("pes_"++Base) -> Base; %"_sep" function
69 base_1(_Base) -> error. function
/dports/games/flightgear-data/fgdata/Shaders/
H A Dhud-ALS.vert105 vec3 base_1 = vec3 (-corrected_splash.y, corrected_splash.x, 0.0);
106 vec3 base_2 = cross (corrected_splash, base_1);
108 base_1 = normalize(base_1);
111 rawPos = vec2 (dot(gl_Vertex.xyz, base_1), dot(gl_Vertex.xyz, base_2));
113 base_1 = vec3 (-gl_Normal.y, gl_Normal.x, 0.0);
114 base_2 = cross(gl_Normal, base_1);
116 base_1 = normalize(base_1);
119 nPos = vec2 (dot(gl_Vertex.xyz, base_1), dot(gl_Vertex.xyz, base_2));
H A Dglass-ALS.vert105 vec3 base_1 = vec3 (-corrected_splash.y, corrected_splash.x, 0.0);
106 vec3 base_2 = cross (corrected_splash, base_1);
108 base_1 = normalize(base_1);
111 rawPos = vec2 (dot(gl_Vertex.xyz, base_1), dot(gl_Vertex.xyz, base_2));
113 base_1 = vec3 (-gl_Normal.y, gl_Normal.x, 0.0);
114 base_2 = cross(gl_Normal, base_1);
116 base_1 = normalize(base_1);
119 nPos = vec2 (dot(gl_Vertex.xyz, base_1), dot(gl_Vertex.xyz, base_2));
/dports/games/flightgear-data/fgdata/Compositor/Shaders/ALS/
H A Dglass.vert107 vec3 base_1 = vec3 (-corrected_splash.y, corrected_splash.x, 0.0);
108 vec3 base_2 = cross (corrected_splash, base_1);
110 base_1 = normalize(base_1);
113 rawPos = vec2 (dot(gl_Vertex.xyz, base_1), dot(gl_Vertex.xyz, base_2));
115 base_1 = vec3 (-gl_Normal.y, gl_Normal.x, 0.0);
116 base_2 = cross(gl_Normal, base_1);
118 base_1 = normalize(base_1);
121 nPos = vec2 (dot(gl_Vertex.xyz, base_1), dot(gl_Vertex.xyz, base_2));
H A Dhud.vert107 vec3 base_1 = vec3 (-corrected_splash.y, corrected_splash.x, 0.0);
108 vec3 base_2 = cross (corrected_splash, base_1);
110 base_1 = normalize(base_1);
113 rawPos = vec2 (dot(gl_Vertex.xyz, base_1), dot(gl_Vertex.xyz, base_2));
115 base_1 = vec3 (-gl_Normal.y, gl_Normal.x, 0.0);
116 base_2 = cross(gl_Normal, base_1);
118 base_1 = normalize(base_1);
121 nPos = vec2 (dot(gl_Vertex.xyz, base_1), dot(gl_Vertex.xyz, base_2));
/dports/devel/emscripten/emscripten-2.0.3/tests/core/
H A Dtest_exceptions_multiple_inherit_rethrow.cpp8 struct base_1 struct
18 struct derived : base_1, base_2 argument
22 base_1::v = "a"; in derived()
39 catch (const base_1& ex) in main()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900519_13.C18 struct base_1 { struct
26 struct derived_0 : public base_0, public base_1 { argument
34 struct derived_2 : public base_1, public base_2 {
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900519_13.C18 struct base_1 { struct
26 struct derived_0 : public base_0, public base_1 { argument
34 struct derived_2 : public base_1, public base_2 {
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900519_13.C18 struct base_1 { struct
26 struct derived_0 : public base_0, public base_1 { argument
34 struct derived_2 : public base_1, public base_2 {
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900519_13.C18 struct base_1 { struct
26 struct derived_0 : public base_0, public base_1 { argument
34 struct derived_2 : public base_1, public base_2 {
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900519_13.C18 struct base_1 { struct
26 struct derived_0 : public base_0, public base_1 { argument
34 struct derived_2 : public base_1, public base_2 {
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900519_13.C18 struct base_1 { struct
26 struct derived_0 : public base_0, public base_1 { argument
34 struct derived_2 : public base_1, public base_2 {
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900519_13.C18 struct base_1 { struct
26 struct derived_0 : public base_0, public base_1 { argument
34 struct derived_2 : public base_1, public base_2 {
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900519_13.C18 struct base_1 { struct
26 struct derived_0 : public base_0, public base_1 { argument
34 struct derived_2 : public base_1, public base_2 {
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900519_13.C18 struct base_1 { struct
26 struct derived_0 : public base_0, public base_1 { argument
34 struct derived_2 : public base_1, public base_2 {
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900519_13.C18 struct base_1 { struct
26 struct derived_0 : public base_0, public base_1 { argument
34 struct derived_2 : public base_1, public base_2 {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900519_13.C18 struct base_1 { struct
26 struct derived_0 : public base_0, public base_1 { argument
34 struct derived_2 : public base_1, public base_2 {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900519_13.C18 struct base_1 { struct
26 struct derived_0 : public base_0, public base_1 { argument
34 struct derived_2 : public base_1, public base_2 {
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900519_13.C18 struct base_1 { struct
26 struct derived_0 : public base_0, public base_1 { argument
34 struct derived_2 : public base_1, public base_2 {

1234567891011