MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / exponent_bits

Method exponent_bits

tests/gtest/gtest.h:6748–6748  ·  view source on GitHub ↗

Returns the exponent bits of this number.

Source from the content-addressed store, hash-verified

6746
6747 // Returns the exponent bits of this number.
6748 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; }
6749
6750 // Returns the fraction bits of this number.
6751 Bits fraction_bits() const { return kFractionBitMask & u_.bits_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected