Home
last modified time | relevance | path

Searched refs:compliment (Results 1 – 25 of 994) sorted by relevance

12345678910>>...40

/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgrl/
H A Drgrl_est_dis_homo2d_lm.cxx461 vnl_matrix<double> compliment( 11, 10, 0.0 ); in estimate() local
465 compliment(i,j) = block_compliment(i,j); in estimate()
468 compliment(9,8) = 1.0; in estimate()
469 compliment(10,9) = 1.0; in estimate()
471 vnl_svd<double> svd( vnl_transpose(compliment) * jtj *compliment, 1e-6 ); in estimate()
477 vnl_matrix<double>covar = compliment * svd.inverse() * compliment.transpose(); in estimate()
H A Drgrl_est_homo2d_lm.cxx303 const vnl_matrix<double> compliment = vnl_orthogonal_complement( p ); in estimate() local
305 vnl_svd<double> svd( vnl_transpose(compliment) * jtj *compliment, 1e-6 ); in estimate()
311 vnl_matrix<double>covar = compliment * svd.inverse() * compliment.transpose(); in estimate()
/dports/www/bolt/bolt-2.2.24/vendor/ircmaxell/security-lib/lib/SecurityLib/BigMath/
H A DPHPMath.php126 $right = $this->compliment($right);
137 return array('-', $this->compliment($result));
147 protected function compliment($string) { function in SecurityLib\\BigMath\\PHPMath
/dports/finance/prestashop/prestashop/vendor/ircmaxell/security-lib/lib/SecurityLib/BigMath/
H A DPHPMath.php126 $right = $this->compliment($right);
137 return array('-', $this->compliment($result));
147 protected function compliment($string) { function in SecurityLib\\BigMath\\PHPMath
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/nicejob/
H A DREADME.md1 ## Give a compliment (or not!)
3 Generates a short random compliment, or motivation to do better.
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DMeshSet.cpp1038 std::vector<EntityHandle> compliment; in intersect() local
1039 compliment.reserve( other_count + 4 ); in intersect()
1041 compliment.push_back( 0 ); in intersect()
1042 compliment.push_back( *other_vect - 1 ); in intersect()
1047 compliment.push_back( other_vect[0] + 1 ); in intersect()
1048 compliment.push_back( other_vect[1] - 1 ); in intersect()
1051 compliment.push_back( *other_vect + 1 ); in intersect()
1052 compliment.push_back( ~(EntityHandle)0 ); in intersect()
1055 return remove_entity_ranges( &compliment[0], compliment.size(), my_handle, adj ); in intersect()
/dports/devel/clojure-cider/cider-1.1.0/doc/modules/ROOT/pages/usage/
H A Dcode_completion.adoc8 https://github.com/alexander-yakushev/compliment[compliment] for Clojure and
102 https://github.com/alexander-yakushev/compliment/wiki/Examples[here].
/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/G-Force/GForceWaveShapes/
H A DMelt_O_Rama2 …ma for SoundJamMP... With help from Thomas Geier's "Airport" (consider it a compliment). Enjoy...
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/istanbul-diff/
H A DREADME.md29 --nomotivate disabling compliment, or not!
124 ### #print.compliment(positive)
127 * positive {boolean} - whether compliment should be positive or negative
/dports/databases/db18/db-18.1.40/test/tcl/
H A Dwordlist296 96 compliment
/dports/devel/avra/avra-1.4.2/examples/
H A Dthrottle_backemf.asm63 lsr error_hi ; Convert to 2's compliment
208 ;* Result is signed two's compliment in *
/dports/irc/quassel-core/quassel-0.14-rc2/3rdparty/icons/
H A DREADME.Breeze16 and we do hope that they see our use of their icon theme as a compliment :)
H A DREADME.BreezeDark17 and we do hope that they see our use of their icon theme as a compliment :)
H A DREADME.Oxygen16 and we do hope that they see our use of their icon theme as a compliment :)
/dports/irc/quassel/quassel-0.14-rc2/3rdparty/icons/
H A DREADME.Breeze16 and we do hope that they see our use of their icon theme as a compliment :)
H A DREADME.BreezeDark17 and we do hope that they see our use of their icon theme as a compliment :)
H A DREADME.Oxygen16 and we do hope that they see our use of their icon theme as a compliment :)
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/dylanmei/winrmtest/
H A DREADME.md4 An in-progress testing package to compliment the [masterzen/winrm](https://github.com/masterzen/win…
/dports/x11-fm/rodent/rodent-5.3.16.3/apps/rodent-fgr/
H A Drodent-fgr.spec28 Rodent-fgr is meant to be a desktop graphic interface to fgr to compliment
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/sourcegraph/go-diff/diff/testdata/
H A Dsample_multi_file_without_extended.diff30 Nay affronting bed projection compliment instrument.
/dports/x11-fm/rodent/rodent-5.3.16.3/apps/rodent-fgr/debian/
H A Dcontrol19 Rodent-fgr is meant to be a desktop graphic interface to fgr to compliment
H A Dcontrol.in19 Rodent-fgr is meant to be a desktop graphic interface to fgr to compliment
/dports/sysutils/webmin/webmin-1.981/bind8/lang/
H A Dca.auto24 value_CAA1=Necessiteu fer complir el compliment?
/dports/math/p5-Math-RPN/Math-RPN-1.11/
H A DChanges22 - Added ones-compliment functionality
/dports/devel/p5-File-Cache/File-Cache-0.16/
H A DREADME25 across processes in the filesystem. It was written to compliment

12345678910>>...40