Add trivial implementations of scalbln() and scalblnf().
These routines are specified in C99 for the sake of
architectures where an int isn't big enough to represent
the full range of floating-point exponents. However,
even the 128-bit long double format has an exponent smaller
than 15 bits, so for all practical purposes, scalbln() and
scalblnf() are aliases for scalbn() and scalbnf(), respectively.
Description
Description
Details
Details
- Provenance
das Authored on - Parents
- rS130765: Add pmap locking to pmap_is_prefaultable().
- Branches
- Unknown
- Tags