HomeFreeBSD

Add trivial implementations of scalbln() and scalblnf().
rS130766Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

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.

Details

Provenance
dasAuthored on
Parents
rS130765: Add pmap locking to pmap_is_prefaultable().
Branches
Unknown
Tags
Unknown

Event Timeline