Home
last modified time | relevance | path

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

/external/mpdecimal/libmpdec++/
Ddecimal.hh295 ALWAYS_INLINE const mpd_context_t *getconst() const { return &ctx; } in getconst() function in decimal::Context
799 ALWAYS_INLINE const mpd_t *getconst() const { return &value; } in getconst() function in decimal::Decimal