Home
last modified time | relevance | path

Searched defs:init (Results 476 – 500 of 85989) sorted by relevance

1...<<11121314151617181920>>...3440

/dports/devel/avr-gcc/gcc-10.2.0/libgomp/testsuite/libgomp.fortran/examples-4/
H A Dsimd-1.f907 subroutine init (a, a_ref, b, c, n, ioff_ptr) subroutine
8 double precision :: a(*), a_ref(*), b(*), c(*)
9 integer :: n, i, s local
10 integer, pointer :: ioff_ptr
/dports/lang/gcc9-devel/gcc-9-20211007/libgomp/testsuite/libgomp.fortran/examples-4/
H A Dsimd-1.f907 subroutine init (a, a_ref, b, c, n, ioff_ptr) subroutine
8 double precision :: a(*), a_ref(*), b(*), c(*)
9 integer :: n, i, s local
10 integer, pointer :: ioff_ptr
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgomp/testsuite/libgomp.fortran/examples-4/
H A Dsimd-1.f907 subroutine init (a, a_ref, b, c, n, ioff_ptr) subroutine
8 double precision :: a(*), a_ref(*), b(*), c(*)
9 integer :: n, i, s local
10 integer, pointer :: ioff_ptr
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgomp/testsuite/libgomp.fortran/examples-4/
H A Dsimd-1.f907 subroutine init (a, a_ref, b, c, n, ioff_ptr) subroutine
8 double precision :: a(*), a_ref(*), b(*), c(*)
9 integer :: n, i, s local
10 integer, pointer :: ioff_ptr
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/Traits/
H A DChronoshiftable.cs38 public override object Create(ActorInitializer init) { return new Chronoshiftable(init, this); } in Create()
57 public Chronoshiftable(ActorInitializer init, ChronoshiftableInfo info) in Chronoshiftable()
166 void ModifyActorInit(TypeDictionary init) in ModifyActorInit()
178 …void IDeathActorInitModifier.ModifyDeathActorInit(Actor self, TypeDictionary init) { ModifyActorIn… in IDeathActorInitModifier.ModifyDeathActorInit()
179 …void ITransformActorInitModifier.ModifyTransformActorInit(Actor self, TypeDictionary init) { Modif… in ITransformActorInitModifier.ModifyTransformActorInit()
188 public ChronoshiftReturnInit(int init) { value = init; } in ChronoshiftReturnInit()
198 public ChronoshiftDurationInit(int init) { value = init; } in ChronoshiftDurationInit()
207 public ChronoshiftOriginInit(CPos init) { value = init; } in ChronoshiftOriginInit()
214 public ChronoshiftChronosphereInit(Actor init) { value = init; } in ChronoshiftChronosphereInit()
/dports/devel/riscv64-gcc/gcc-8.3.0/libgomp/testsuite/libgomp.fortran/examples-4/
H A Dsimd-1.f907 subroutine init (a, a_ref, b, c, n, ioff_ptr) subroutine
8 double precision :: a(*), a_ref(*), b(*), c(*)
9 integer :: n, i, s local
10 integer, pointer :: ioff_ptr
/dports/lang/gnat_util/gcc-6-20180516/libgomp/testsuite/libgomp.fortran/examples-4/
H A Dsimd-1.f907 subroutine init (a, a_ref, b, c, n, ioff_ptr) subroutine
8 double precision :: a(*), a_ref(*), b(*), c(*)
9 integer :: n, i, s local
10 integer, pointer :: ioff_ptr
/dports/lang/gcc10-devel/gcc-10-20211008/libgomp/testsuite/libgomp.fortran/examples-4/
H A Dsimd-1.f907 subroutine init (a, a_ref, b, c, n, ioff_ptr) subroutine
8 double precision :: a(*), a_ref(*), b(*), c(*)
9 integer :: n, i, s local
10 integer, pointer :: ioff_ptr
/dports/lang/gcc9/gcc-9.4.0/libgomp/testsuite/libgomp.fortran/examples-4/
H A Dsimd-1.f907 subroutine init (a, a_ref, b, c, n, ioff_ptr) subroutine
8 double precision :: a(*), a_ref(*), b(*), c(*)
9 integer :: n, i, s local
10 integer, pointer :: ioff_ptr
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgomp/testsuite/libgomp.fortran/examples-4/
H A Dsimd-1.f907 subroutine init (a, a_ref, b, c, n, ioff_ptr) subroutine
8 double precision :: a(*), a_ref(*), b(*), c(*)
9 integer :: n, i, s local
10 integer, pointer :: ioff_ptr
/dports/lang/gcc9-aux/gcc-9.1.0/libgomp/testsuite/libgomp.fortran/examples-4/
H A Dsimd-1.f907 subroutine init (a, a_ref, b, c, n, ioff_ptr) subroutine
8 double precision :: a(*), a_ref(*), b(*), c(*)
9 integer :: n, i, s local
10 integer, pointer :: ioff_ptr
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/syslog/src/
H A Dsyslog_lager_backend.erl79 init([]) -> function
81 init([Level]) -> function
83 init([Level, {}, {Formatter, FormatterConfig}]) when is_atom(Formatter) -> function
85 init([Level, SData, {Formatter, FormatterConfig}]) function
89 init([Level, {}, {Formatter, FormatterConfig}, AppnameKey]) function
92 init([Level, {SDataId, MDKeys}, {Formatter, FormatterConfig}, AppnameKey]) function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/megaco/src/engine/
H A Dmegaco_sup.erl70 init([]) -> % Supervisor function
72 init([[]]) -> % Application function
74 init(BadArg) -> function
79 init() -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/megaco/src/engine/
H A Dmegaco_sup.erl70 init([]) -> % Supervisor function
72 init([[]]) -> % Application function
74 init(BadArg) -> function
79 init() -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/megaco/src/engine/
H A Dmegaco_sup.erl70 init([]) -> % Supervisor function
72 init([[]]) -> % Application function
74 init(BadArg) -> function
79 init() -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/megaco/src/engine/
H A Dmegaco_sup.erl70 init([]) -> % Supervisor function
72 init([[]]) -> % Application function
74 init(BadArg) -> function
79 init() -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/megaco/src/engine/
H A Dmegaco_sup.erl70 init([]) -> % Supervisor function
72 init([[]]) -> % Application function
74 init(BadArg) -> function
79 init() -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/megaco/src/engine/
H A Dmegaco_sup.erl70 init([]) -> % Supervisor function
72 init([[]]) -> % Application function
74 init(BadArg) -> function
79 init() -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/megaco/src/engine/
H A Dmegaco_sup.erl70 init([]) -> % Supervisor function
72 init([[]]) -> % Application function
74 init(BadArg) -> function
79 init() -> function
/dports/games/simutrans/simutrans-121.0/
H A Dsimtool-dialogs.h63 bool init(player_t*) OVERRIDE{ in init() function
78 bool init(player_t*) OVERRIDE{ in init() function
93 bool init(player_t*) OVERRIDE{ in init() function
126 bool init(player_t*) OVERRIDE{ in init() function
156 bool init(player_t*) OVERRIDE{ in init() function
171 bool init(player_t*) OVERRIDE{ in init() function
186 bool init(player_t*) OVERRIDE{ in init() function
201 bool init(player_t*) OVERRIDE{ in init() function
231 bool init(player_t*) OVERRIDE{ in init() function
246 bool init(player_t*) OVERRIDE{ in init() function
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cTestPackages.cpp120 void GL40TestPackage::init(void) in init() function in gl4cts::GL40TestPackage
160 void GL41TestPackage::init(void) in init() function in gl4cts::GL41TestPackage
188 void init(void) in init() function in gl4cts::GL42ShaderTests
205 void GL42TestPackage::init(void) in init() function in gl4cts::GL42TestPackage
240 void GL43TestPackage::init(void) in init() function in gl4cts::GL43TestPackage
283 void init(void) in init() function in gl4cts::GL44ShaderTests
301 void GL44TestPackage::init(void) in init() function in gl4cts::GL44TestPackage
347 void init(void) in init() function in gl4cts::GL45ShaderTests
364 void GL45TestPackage::init(void) in init() function in gl4cts::GL45TestPackage
414 void GL46TestPackage::init(void) in init() function in gl4cts::GL46TestPackage
/dports/x11-wm/durden/durden-0.6.1/durden/input/classifiers/
H A Dtouch.lua6 local function init(scaled, prof) function
92 init = function(...) function
104 init = function(...) function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Dmirrored_supervisor_sups.erl19 init({overall, _Group, _TxFun, ignore}) -> ignore; function
20 init({overall, Group, TxFun, {ok, {Restart, ChildSpecs}}}) -> function
33 init({delegate, Restart}) -> function
/dports/devel/erlang-jobs/jobs-0.7.2/src/
H A Djobs_prod_simple.erl23 init(F, _Info) when is_function(F, 0) -> function
25 init(F, Info) when is_function(F, 2) -> function
27 init({_, F, A} = MFA, _Info) when is_atom(F), is_list(A) -> function
/dports/math/libpgmath/flang-d07daf3/test/f90_correct/src/
H A Dkv12.f99 subroutine init(ld,n,a,b,c,d,e) subroutine
100 double precision zero, small, half, one, two, any, array

1...<<11121314151617181920>>...3440