Searched refs:MIN_SUBNORMAL_EXP (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-printf-frexpl.c35 # define MIN_SUBNORMAL_EXP MIN_NORMAL_EXP macro
38 # define MIN_SUBNORMAL_EXP MIN_NORMAL_EXP macro
41 # define MIN_SUBNORMAL_EXP (LDBL_MIN_EXP - 100) macro
77 for (; i >= MIN_SUBNORMAL_EXP && x > 0.0L; i--, x *= 0.5L)
99 for (; i >= MIN_SUBNORMAL_EXP && x > 0.0L; i--, x *= 0.5L)
123 for (; i >= MIN_SUBNORMAL_EXP && x > 0.0L; i--, x *= 0.5L)

Completed in 93 milliseconds