Home
last modified time | relevance | path

Searched defs:decError (Results 1 – 5 of 5) sorted by relevance

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/common/hexutil/
H A Dhexutil.go55 type decError struct{ msg string } struct
57 func (err decError) Error() string { return err.msg }
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/common/hexutil/
H A Dhexutil.go55 type decError struct{ msg string } struct
57 func (err decError) Error() string { return err.msg }
/dports/astro/kstars/kstars-3.5.6/kstars/fitsviewer/
H A Dstructuredefinitions.h78 …double decError; // The error between the search_dec position and the solution dec position in … member
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/
H A Dstructuredefinitions.h80 …double decError; // The error between the search_dec position and the solution dec position in … member
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/analyze/
H A Danalyze.cpp2442 void Analyze::guideStats(double raError, double decError, int raPulse, int decPulse, in guideStats()
2458 void Analyze::processGuideStats(double time, double raError, double decError, in processGuideStats()