2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
6 #include <_mingw_mac.h>
9 * frexpl(long double x, int* expnt) extracts the exponent from x.
10 * It returns an integer power of two to expnt and the significand
11 * between 0.5 and 1 to y. Thus x = y * 2**expn.
18 .globl __MINGW_USYMBOL(frexpl)
19 __MINGW_USYMBOL(frexpl):