Searched refs:MIN_NORMAL_EXP (Results 1 - 2 of 2) 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.c34 # define MIN_NORMAL_EXP (LDBL_MIN_EXP + 57) macro
35 # define MIN_SUBNORMAL_EXP MIN_NORMAL_EXP
37 # define MIN_NORMAL_EXP (LDBL_MIN_EXP + 53) macro
38 # define MIN_SUBNORMAL_EXP MIN_NORMAL_EXP
40 # define MIN_NORMAL_EXP LDBL_MIN_EXP macro
70 for (i = 1, x = 1.0L; i >= MIN_NORMAL_EXP; i--, x *= 0.5L)
92 for (i = 1, x = 1.01L; i >= MIN_NORMAL_EXP; i--, x *= 0.5L)
116 for (i = 1, x = 1.73205L; i >= MIN_NORMAL_EXP; i--, x *= 0.5L)
H A Dtest-frexpl.c44 # define MIN_NORMAL_EXP (LDBL_MIN_EXP + 57) macro
46 # define MIN_NORMAL_EXP (LDBL_MIN_EXP + 53) macro
48 # define MIN_NORMAL_EXP LDBL_MIN_EXP macro
137 for (i = 1, x = 1.0L; i >= MIN_NORMAL_EXP; i--, x *= 0.5L)
159 for (i = 1, x = -1.0L; i >= MIN_NORMAL_EXP; i--, x *= 0.5L)
181 for (i = 1, x = 1.01L; i >= MIN_NORMAL_EXP; i--, x *= 0.5L)
205 for (i = 1, x = 1.73205L; i >= MIN_NORMAL_EXP; i--, x *= 0.5L)

Completed in 57 milliseconds