Home
last modified time | relevance | path

Searched defs:update (Results 126 – 150 of 29924) sorted by relevance

12345678910>>...1197

/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/zip/
H A DAdler32.java59 public void update(int b) { in update() method in Adler32
71 public void update(byte[] b, int off, int len) { in update() method in Adler32
86 public void update(byte[] b) { in update() method in Adler32
104 public void update(ByteBuffer buffer) { in update() method in Adler32
137 private native static int update(int adler, int b); in update() method in Adler32
H A DCRC32.java57 public void update(int b) { in update() method in CRC32
69 public void update(byte[] b, int off, int len) { in update() method in CRC32
84 public void update(byte[] b) { in update() method in CRC32
101 public void update(ByteBuffer buffer) { in update() method in CRC32
134 private native static int update(int crc, int b); in update() method in CRC32
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/rcnn/symnet/
H A Dmetric.py33 def update(self, labels, preds): member in RPNAccMetric
57 def update(self, labels, preds): member in RCNNAccMetric
74 def update(self, labels, preds): member in RPNLogLossMetric
101 def update(self, labels, preds): member in RCNNLogLossMetric
122 def update(self, labels, preds): member in RPNL1LossMetric
138 def update(self, labels, preds): member in RCNNL1LossMetric
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/rcnn/symnet/
H A Dmetric.py33 def update(self, labels, preds): member in RPNAccMetric
57 def update(self, labels, preds): member in RCNNAccMetric
74 def update(self, labels, preds): member in RPNLogLossMetric
101 def update(self, labels, preds): member in RCNNLogLossMetric
122 def update(self, labels, preds): member in RPNL1LossMetric
138 def update(self, labels, preds): member in RCNNL1LossMetric
/dports/security/botan110/Botan-1.10.17/src/ssl/
H A Dtls_handshake_hash.h23 void update(const byte in[], size_t length) in update() function
26 void update(const MemoryRegion<byte>& in) in update() function
29 void update(byte in) in update() function
/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DDigestEngine.h90 inline void DigestEngine::update(const void* data, std::size_t length) in update() function
96 inline void DigestEngine::update(char data) in update() function
102 inline void DigestEngine::update(const std::string& data) in update() function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Ddynamic_dispatch_10.f0311 procedure(strategy_update), pass( this ), deferred :: update method
50 procedure, pass( this ) :: update method
57 subroutine update( this ) subroutine
60 print *, 'Calling LaxWendroff update' argument
90 procedure, pass( this ) :: update method
104 subroutine update( this ) subroutine
108 call this % child % update() argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Ddynamic_dispatch_10.f0311 procedure(strategy_update), pass( this ), deferred :: update method
50 procedure, pass( this ) :: update method
57 subroutine update( this ) subroutine
60 print *, 'Calling LaxWendroff update' argument
90 procedure, pass( this ) :: update method
104 subroutine update( this ) subroutine
108 call this % child % update() argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Ddynamic_dispatch_10.f0311 procedure(strategy_update), pass( this ), deferred :: update method
50 procedure, pass( this ) :: update method
57 subroutine update( this ) subroutine
60 print *, 'Calling LaxWendroff update' argument
90 procedure, pass( this ) :: update method
104 subroutine update( this ) subroutine
108 call this % child % update() argument
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/example/tutorial/Advanced_Views/03_subviews/
H A Dsubviews.cpp116 struct update { struct
120 update(ViewType a_, const double dt_) : a(a_), dt(dt_) {} in update() function
122 using size_type = typename ViewType::size_type;
125 void operator()(size_type i) const { in operator ()()
/dports/devel/kokkos/kokkos-3.4.01/example/tutorial/Advanced_Views/03_subviews/
H A Dsubviews.cpp116 struct update { struct
120 update(ViewType a_, const double dt_) : a(a_), dt(dt_) {} in update() function
122 using size_type = typename ViewType::size_type;
125 void operator()(size_type i) const { in operator ()()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Ddynamic_dispatch_10.f0311 procedure(strategy_update), pass( this ), deferred :: update method
50 procedure, pass( this ) :: update method
57 subroutine update( this ) subroutine
60 print *, 'Calling LaxWendroff update' argument
90 procedure, pass( this ) :: update method
104 subroutine update( this ) subroutine
108 call this % child % update() argument
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Ddynamic_dispatch_10.f0311 procedure(strategy_update), pass( this ), deferred :: update method
50 procedure, pass( this ) :: update method
57 subroutine update( this ) subroutine
60 print *, 'Calling LaxWendroff update' argument
90 procedure, pass( this ) :: update method
104 subroutine update( this ) subroutine
108 call this % child % update() argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Ddynamic_dispatch_10.f0311 procedure(strategy_update), pass( this ), deferred :: update method
50 procedure, pass( this ) :: update method
57 subroutine update( this ) subroutine
60 print *, 'Calling LaxWendroff update' argument
90 procedure, pass( this ) :: update method
104 subroutine update( this ) subroutine
108 call this % child % update() argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Ddynamic_dispatch_10.f0311 procedure(strategy_update), pass( this ), deferred :: update method
50 procedure, pass( this ) :: update method
57 subroutine update( this ) subroutine
60 print *, 'Calling LaxWendroff update' argument
90 procedure, pass( this ) :: update method
104 subroutine update( this ) subroutine
108 call this % child % update() argument
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Ddynamic_dispatch_10.f0311 procedure(strategy_update), pass( this ), deferred :: update method
50 procedure, pass( this ) :: update method
57 subroutine update( this ) subroutine
60 print *, 'Calling LaxWendroff update' argument
90 procedure, pass( this ) :: update method
104 subroutine update( this ) subroutine
108 call this % child % update() argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Ddynamic_dispatch_10.f0311 procedure(strategy_update), pass( this ), deferred :: update method
50 procedure, pass( this ) :: update method
57 subroutine update( this ) subroutine
60 print *, 'Calling LaxWendroff update' argument
90 procedure, pass( this ) :: update method
104 subroutine update( this ) subroutine
108 call this % child % update() argument
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Ddynamic_dispatch_10.f0311 procedure(strategy_update), pass( this ), deferred :: update method
50 procedure, pass( this ) :: update method
57 subroutine update( this ) subroutine
60 print *, 'Calling LaxWendroff update' argument
90 procedure, pass( this ) :: update method
104 subroutine update( this ) subroutine
108 call this % child % update() argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Ddynamic_dispatch_10.f0311 procedure(strategy_update), pass( this ), deferred :: update method
50 procedure, pass( this ) :: update method
57 subroutine update( this ) subroutine
60 print *, 'Calling LaxWendroff update' argument
90 procedure, pass( this ) :: update method
104 subroutine update( this ) subroutine
108 call this % child % update() argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Ddynamic_dispatch_10.f0311 procedure(strategy_update), pass( this ), deferred :: update method
50 procedure, pass( this ) :: update method
57 subroutine update( this ) subroutine
60 print *, 'Calling LaxWendroff update' argument
90 procedure, pass( this ) :: update method
104 subroutine update( this ) subroutine
108 call this % child % update() argument
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Ddynamic_dispatch_10.f0311 procedure(strategy_update), pass( this ), deferred :: update method
50 procedure, pass( this ) :: update method
57 subroutine update( this ) subroutine
60 print *, 'Calling LaxWendroff update' argument
90 procedure, pass( this ) :: update method
104 subroutine update( this ) subroutine
108 call this % child % update() argument
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Ddynamic_dispatch_10.f0311 procedure(strategy_update), pass( this ), deferred :: update method
50 procedure, pass( this ) :: update method
57 subroutine update( this ) subroutine
60 print *, 'Calling LaxWendroff update' argument
90 procedure, pass( this ) :: update method
104 subroutine update( this ) subroutine
108 call this % child % update() argument
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Ddynamic_dispatch_10.f0311 procedure(strategy_update), pass( this ), deferred :: update method
50 procedure, pass( this ) :: update method
57 subroutine update( this ) subroutine
60 print *, 'Calling LaxWendroff update' argument
90 procedure, pass( this ) :: update method
104 subroutine update( this ) subroutine
108 call this % child % update() argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Ddynamic_dispatch_10.f0311 procedure(strategy_update), pass( this ), deferred :: update method
50 procedure, pass( this ) :: update method
57 subroutine update( this ) subroutine
60 print *, 'Calling LaxWendroff update' argument
90 procedure, pass( this ) :: update method
104 subroutine update( this ) subroutine
108 call this % child % update() argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Ddynamic_dispatch_10.f0311 procedure(strategy_update), pass( this ), deferred :: update method
50 procedure, pass( this ) :: update method
57 subroutine update( this ) subroutine
60 print *, 'Calling LaxWendroff update' argument
90 procedure, pass( this ) :: update method
104 subroutine update( this ) subroutine
108 call this % child % update() argument

12345678910>>...1197