Home
last modified time | relevance | path

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

/netbsd-src/lib/libm/noieee_src/
H A Dn_support.c78 static const unsigned short msign=0x7fff , mexp =0x7f80 ; variable
82 static const unsigned short msign=0x7fff, mexp =0x7ff0 ; variable
H A Dn_cbrt.c83 mexp,sign; in cbrt() local