Home
last modified time | relevance | path

Searched refs:trans_ (Results 1 – 25 of 524) sorted by relevance

12345678910>>...21

/dports/graphics/libgnomecanvasmm26/libgnomecanvasmm-2.26.0/libgnomecanvas/libgnomecanvasmm/
H A Daffinetrans.cc34 trans_[0] = scale; in AffineTrans()
35 trans_[1] = 0.0; in AffineTrans()
36 trans_[2] = 0.0; in AffineTrans()
37 trans_[3] = scale; in AffineTrans()
38 trans_[4] = 0.0; in AffineTrans()
39 trans_[5] = 0.0; in AffineTrans()
65 trans_[i] = src.trans_[i]; in operator =()
129 art_affine_invert(trans_, trans_); in invert()
134 art_affine_flip(trans_, trans_, horiz, vert); in flip()
211 return trans_; in gobj()
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/protocol/
H A DTBinaryProtocol.java171 trans_.write(inoutTemp, 0, 1); in writeByte()
286 byte b = trans_.getBuffer()[trans_.getBufferPosition()]; in readByte()
287 trans_.consumeBuffer(1); in readByte()
299 buf = trans_.getBuffer(); in readI16()
301 trans_.consumeBuffer(2); in readI16()
317 buf = trans_.getBuffer(); in readI32()
319 trans_.consumeBuffer(4); in readI32()
335 buf = trans_.getBuffer(); in readI64()
337 trans_.consumeBuffer(8); in readI64()
364 String s = new String(trans_.getBuffer(), trans_.getBufferPosition(), size, "UTF-8"); in readString()
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/java/src/org/apache/thrift/protocol/
H A DTBinaryProtocol.java171 trans_.write(inoutTemp, 0, 1); in writeByte()
286 byte b = trans_.getBuffer()[trans_.getBufferPosition()]; in readByte()
287 trans_.consumeBuffer(1); in readByte()
299 buf = trans_.getBuffer(); in readI16()
301 trans_.consumeBuffer(2); in readI16()
317 buf = trans_.getBuffer(); in readI32()
319 trans_.consumeBuffer(4); in readI32()
335 buf = trans_.getBuffer(); in readI64()
337 trans_.consumeBuffer(8); in readI64()
364 String s = new String(trans_.getBuffer(), trans_.getBufferPosition(), size, "UTF-8"); in readString()
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/protocol/
H A DTBinaryProtocol.java186 trans_.write(inoutTemp, 0, 1); in writeByte()
317 byte b = trans_.getBuffer()[trans_.getBufferPosition()]; in readByte()
318 trans_.consumeBuffer(1); in readByte()
331 buf = trans_.getBuffer(); in readI16()
333 trans_.consumeBuffer(2); in readI16()
350 buf = trans_.getBuffer(); in readI32()
352 trans_.consumeBuffer(4); in readI32()
369 buf = trans_.getBuffer(); in readI64()
371 trans_.consumeBuffer(8); in readI64()
399 String s = new String(trans_.getBuffer(), trans_.getBufferPosition(), in readString()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgrl/
H A Drgrl_trans_translation.cxx27 trans_( in_trans ), in rgrl_trans_translation()
38 : trans_( in_trans ), in rgrl_trans_translation()
60 assert ( from.size() == trans_.size() ); in map_loc()
62 to = (from-from_centre_) + trans_; in map_loc()
77 assert ( p.size() == trans_.size() ); in transfer_error_covar()
86 return trans_ - from_centre_; in t()
115 from = to - trans_ + from_centre_; in inv_map()
140 unsigned int m = trans_.size(); in jacobian_wrt_loc()
164 << trans_.size() << std::endl in write()
193 trans_.set_size( dim ); in read()
[all …]
H A Drgrl_trans_rigid.cxx51 trans_[0]=tx; in set_translation()
52 trans_[1]=ty; in set_translation()
53 trans_[2]=tz; in set_translation()
59 trans_[0]=tx; in set_translation()
60 trans_[1]=ty; in set_translation()
78 assert (trans_.size() == 3); in determine_angles()
84 assert (trans_.size() == 2); in determine_angles()
94 to = R_ * from + trans_; in map_loc()
157 return trans_; in t()
266 trans_.set_size( dim ); in read()
[all …]
H A Drgrl_trans_affine.cxx26 trans_( vnl_vector<double>( dimension, 0.0 ) ), in rgrl_trans_affine()
37 assert ( A_.rows() == trans_.size() ); in rgrl_trans_affine()
50 assert ( A_.rows() == trans_.size() ); in rgrl_trans_affine()
56 : A_(std::move(in_A)), trans_(in_trans), in rgrl_trans_affine()
59 assert ( A_.rows() == trans_.size() ); in rgrl_trans_affine()
70 assert ( A_.rows() == trans_.size() ); in rgrl_trans_affine()
88 to += trans_; in map_loc()
133 return trans_ - A_ * from_centre_; in t()
218 << trans_.size() << std::endl in write()
246 trans_.set_size( dim ); in read()
[all …]
/dports/devel/thrift-cpp/thrift-0.14.0/lib/java/src/org/apache/thrift/protocol/
H A DTBinaryProtocol.java187 trans_.write(inoutTemp, 0, 1); in writeByte()
324 byte b = trans_.getBuffer()[trans_.getBufferPosition()]; in readByte()
325 trans_.consumeBuffer(1); in readByte()
338 buf = trans_.getBuffer(); in readI16()
340 trans_.consumeBuffer(2); in readI16()
357 buf = trans_.getBuffer(); in readI32()
359 trans_.consumeBuffer(4); in readI32()
376 buf = trans_.getBuffer(); in readI64()
378 trans_.consumeBuffer(8); in readI64()
404 String s = new String(trans_.getBuffer(), trans_.getBufferPosition(), in readString()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/protocol/
H A DTBinaryProtocol.java187 trans_.write(inoutTemp, 0, 1); in writeByte()
324 byte b = trans_.getBuffer()[trans_.getBufferPosition()]; in readByte()
325 trans_.consumeBuffer(1); in readByte()
338 buf = trans_.getBuffer(); in readI16()
340 trans_.consumeBuffer(2); in readI16()
357 buf = trans_.getBuffer(); in readI32()
359 trans_.consumeBuffer(4); in readI32()
376 buf = trans_.getBuffer(); in readI64()
378 trans_.consumeBuffer(8); in readI64()
404 String s = new String(trans_.getBuffer(), trans_.getBufferPosition(), in readString()
[all …]
/dports/devel/py-thrift/thrift-0.14.0/lib/java/src/org/apache/thrift/protocol/
H A DTBinaryProtocol.java187 trans_.write(inoutTemp, 0, 1); in writeByte()
324 byte b = trans_.getBuffer()[trans_.getBufferPosition()]; in readByte()
325 trans_.consumeBuffer(1); in readByte()
338 buf = trans_.getBuffer(); in readI16()
340 trans_.consumeBuffer(2); in readI16()
357 buf = trans_.getBuffer(); in readI32()
359 trans_.consumeBuffer(4); in readI32()
376 buf = trans_.getBuffer(); in readI64()
378 trans_.consumeBuffer(8); in readI64()
404 String s = new String(trans_.getBuffer(), trans_.getBufferPosition(), in readString()
[all …]
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/java/src/org/apache/thrift/protocol/
H A DTBinaryProtocol.java187 trans_.write(inoutTemp, 0, 1); in writeByte()
324 byte b = trans_.getBuffer()[trans_.getBufferPosition()]; in readByte()
325 trans_.consumeBuffer(1); in readByte()
338 buf = trans_.getBuffer(); in readI16()
340 trans_.consumeBuffer(2); in readI16()
357 buf = trans_.getBuffer(); in readI32()
359 trans_.consumeBuffer(4); in readI32()
376 buf = trans_.getBuffer(); in readI64()
378 trans_.consumeBuffer(8); in readI64()
404 String s = new String(trans_.getBuffer(), trans_.getBufferPosition(), in readString()
[all …]
/dports/devel/thrift/thrift-0.14.0/lib/java/src/org/apache/thrift/protocol/
H A DTBinaryProtocol.java187 trans_.write(inoutTemp, 0, 1); in writeByte()
324 byte b = trans_.getBuffer()[trans_.getBufferPosition()]; in readByte()
325 trans_.consumeBuffer(1); in readByte()
338 buf = trans_.getBuffer(); in readI16()
340 trans_.consumeBuffer(2); in readI16()
357 buf = trans_.getBuffer(); in readI32()
359 trans_.consumeBuffer(4); in readI32()
376 buf = trans_.getBuffer(); in readI64()
378 trans_.consumeBuffer(8); in readI64()
404 String s = new String(trans_.getBuffer(), trans_.getBufferPosition(), in readString()
[all …]
/dports/devel/node-thrift/thrift-0.14.0/lib/java/src/org/apache/thrift/protocol/
H A DTBinaryProtocol.java187 trans_.write(inoutTemp, 0, 1); in writeByte()
324 byte b = trans_.getBuffer()[trans_.getBufferPosition()]; in readByte()
325 trans_.consumeBuffer(1); in readByte()
338 buf = trans_.getBuffer(); in readI16()
340 trans_.consumeBuffer(2); in readI16()
357 buf = trans_.getBuffer(); in readI32()
359 trans_.consumeBuffer(4); in readI32()
376 buf = trans_.getBuffer(); in readI64()
378 trans_.consumeBuffer(8); in readI64()
404 String s = new String(trans_.getBuffer(), trans_.getBufferPosition(), in readString()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/java/src/main/java/com/facebook/thrift/protocol/
H A DTBinaryProtocol.java166 trans_.write(buffer, 0, 1); in writeByte()
172 trans_.write(buffer, 0, 2); in writeI16()
180 trans_.write(buffer, 0, 4); in writeI32()
192 trans_.write(buffer, 0, 8); in writeI64()
287 byte b = trans_.getBuffer()[trans_.getBufferPosition()]; in readByte()
288 trans_.consumeBuffer(1); in readByte()
300 buf = trans_.getBuffer(); in readI16()
302 trans_.consumeBuffer(2); in readI16()
315 buf = trans_.getBuffer(); in readI32()
317 trans_.consumeBuffer(4); in readI32()
[all …]
/dports/science/py-rmf/rmf-1.3.1/include/RMF/internal/
H A DTransform.h58 Vector3 trans_; variable
62 trans_[0] = 0; in Transform()
63 trans_[1] = 0; in Transform()
64 trans_[2] = 0; in Transform()
67 trans_ = a.get_transformed(b.get_translation()); in Transform()
69 Transform(const Rotation& r, const Vector3& t) : rot_(r), trans_(t) {} in Transform()
72 ret[0] += trans_[0]; in get_transformed()
73 ret[1] += trans_[1]; in get_transformed()
74 ret[2] += trans_[2]; in get_transformed()
77 const Vector3& get_translation() const { return trans_; } in get_translation()
[all …]
/dports/science/rmf/rmf-1.3.1/include/RMF/internal/
H A DTransform.h58 Vector3 trans_; variable
62 trans_[0] = 0; in Transform()
63 trans_[1] = 0; in Transform()
64 trans_[2] = 0; in Transform()
67 trans_ = a.get_transformed(b.get_translation()); in Transform()
69 Transform(const Rotation& r, const Vector3& t) : rot_(r), trans_(t) {} in Transform()
72 ret[0] += trans_[0]; in get_transformed()
73 ret[1] += trans_[1]; in get_transformed()
74 ret[2] += trans_[2]; in get_transformed()
77 const Vector3& get_translation() const { return trans_; } in get_translation()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/adapters/pebbl/src/function/
H A DROL_TransformedObjective_PEBBL.hpp67 const Ptr<Transform_PEBBL<Real>> trans_; member in ROL::TransformedObjective_PEBBL
85 trans_->value(*Tx_,x,tol); in transform()
96 : obj_(obj.obj_), trans_(obj.trans_), isInit_(false), isTransformed_(false) {} in TransformedObjective_PEBBL()
120 trans_->applyAdjointJacobian(g,*dx_,x,tol); in gradient()
129 trans_->applyJacobian(*Tv_,v,x,tol); in hessVec()
131 trans_->applyAdjointJacobian(hv,*dx_,x,tol); in hessVec()
137 trans_->applyJacobian(*Tv_,v,x,tol); in precond()
143 return trans_->isEmpty(); in isEmpty()
147 trans_->clear(); in reset()
151 trans_->add(in); in add()
[all …]
/dports/biology/dsr-pdb/dsr-pdb-1.0.3/include/dsrpdb/
H A DTransform.h18 trans_[i]=0; in Transform()
26 trans_[i]=trans[i]; in Transform()
48 double x= ix*rot_[0][0] + iy*rot_[0][1] + iz*rot_[0][2] + trans_[0]; in operator()
49 double y= ix*rot_[1][0] + iy*rot_[1][1] + iz*rot_[1][2] + trans_[1]; in operator()
50 double z= ix*rot_[2][0] + iy*rot_[2][1] + iz*rot_[2][2] + trans_[2]; in operator()
59 trans_[0]=tr.x(); in set_translation()
60 trans_[1]=tr.y(); in set_translation()
61 trans_[2]=tr.z(); in set_translation()
66 out << rot_[i][0] << "\t" << rot_[i][1] << "\t" << rot_[i][2] << "\t" << trans_[i] << std::endl; in write()
75 n += std::abs(o.trans_[i]- trans_[i]); in error()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/php/lib/Protocol/
H A DTSimpleJSONProtocol.php98 $this->trans_->write(self::QUOTE);
101 $this->trans_->write((int)$num);
104 $this->trans_->write(self::QUOTE);
115 $this->trans_->write(self::QUOTE);
121 $this->trans_->write(self::QUOTE);
143 $this->trans_->write(self::LBRACKET);
156 $this->trans_->write(self::RBRACKET);
167 $this->trans_->write(self::LBRACE);
177 $this->trans_->write(self::RBRACE);
197 $this->trans_->write(self::LBRACE);
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/php/lib/Protocol/
H A DTSimpleJSONProtocol.php98 $this->trans_->write(self::QUOTE);
101 $this->trans_->write((int)$num);
104 $this->trans_->write(self::QUOTE);
115 $this->trans_->write(self::QUOTE);
121 $this->trans_->write(self::QUOTE);
143 $this->trans_->write(self::LBRACKET);
156 $this->trans_->write(self::RBRACKET);
167 $this->trans_->write(self::LBRACE);
177 $this->trans_->write(self::RBRACE);
197 $this->trans_->write(self::LBRACE);
[all …]
/dports/devel/py-thrift/thrift-0.14.0/lib/php/lib/Protocol/
H A DTSimpleJSONProtocol.php98 $this->trans_->write(self::QUOTE);
101 $this->trans_->write((int)$num);
104 $this->trans_->write(self::QUOTE);
115 $this->trans_->write(self::QUOTE);
121 $this->trans_->write(self::QUOTE);
143 $this->trans_->write(self::LBRACKET);
156 $this->trans_->write(self::RBRACKET);
167 $this->trans_->write(self::LBRACE);
177 $this->trans_->write(self::RBRACE);
197 $this->trans_->write(self::LBRACE);
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/php/lib/Protocol/
H A DTSimpleJSONProtocol.php98 $this->trans_->write(self::QUOTE);
101 $this->trans_->write((int)$num);
104 $this->trans_->write(self::QUOTE);
115 $this->trans_->write(self::QUOTE);
121 $this->trans_->write(self::QUOTE);
143 $this->trans_->write(self::LBRACKET);
156 $this->trans_->write(self::RBRACKET);
167 $this->trans_->write(self::LBRACE);
177 $this->trans_->write(self::RBRACE);
197 $this->trans_->write(self::LBRACE);
[all …]
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/php/lib/Protocol/
H A DTSimpleJSONProtocol.php98 $this->trans_->write(self::QUOTE);
101 $this->trans_->write((int)$num);
104 $this->trans_->write(self::QUOTE);
115 $this->trans_->write(self::QUOTE);
121 $this->trans_->write(self::QUOTE);
143 $this->trans_->write(self::LBRACKET);
156 $this->trans_->write(self::RBRACKET);
167 $this->trans_->write(self::LBRACE);
177 $this->trans_->write(self::RBRACE);
197 $this->trans_->write(self::LBRACE);
[all …]
/dports/devel/thrift-cpp/thrift-0.14.0/lib/php/lib/Protocol/
H A DTSimpleJSONProtocol.php98 $this->trans_->write(self::QUOTE);
101 $this->trans_->write((int)$num);
104 $this->trans_->write(self::QUOTE);
115 $this->trans_->write(self::QUOTE);
121 $this->trans_->write(self::QUOTE);
143 $this->trans_->write(self::LBRACKET);
156 $this->trans_->write(self::RBRACKET);
167 $this->trans_->write(self::LBRACE);
177 $this->trans_->write(self::RBRACE);
197 $this->trans_->write(self::LBRACE);
[all …]
/dports/devel/thrift/thrift-0.14.0/lib/php/lib/Protocol/
H A DTSimpleJSONProtocol.php98 $this->trans_->write(self::QUOTE);
101 $this->trans_->write((int)$num);
104 $this->trans_->write(self::QUOTE);
115 $this->trans_->write(self::QUOTE);
121 $this->trans_->write(self::QUOTE);
143 $this->trans_->write(self::LBRACKET);
156 $this->trans_->write(self::RBRACKET);
167 $this->trans_->write(self::LBRACE);
177 $this->trans_->write(self::RBRACE);
197 $this->trans_->write(self::LBRACE);
[all …]

12345678910>>...21