Home
last modified time | relevance | path

Searched refs:MAX_ABS_EXP (Results 1 – 14 of 14) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/media/sphinxbase/src/libsphinxbase/util/
H A Ddtoa.c152 #ifndef MAX_ABS_EXP
153 #define MAX_ABS_EXP 1100000000U macro
198 #ifndef MAX_ABS_EXP
199 #define MAX_ABS_EXP 1100000000U macro
212 #if MAX_ABS_EXP > 0x7fffffff
1653 if (s - s1 > 9 || abs_exp > MAX_ABS_EXP) in sb_strtod()
1654 e = (int)MAX_ABS_EXP; in sb_strtod()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/sphinxbase/src/libsphinxbase/util/
H A Ddtoa.c152 #ifndef MAX_ABS_EXP
153 #define MAX_ABS_EXP 1100000000U
198 #ifndef MAX_ABS_EXP
199 #define MAX_ABS_EXP 1100000000U
212 #if MAX_ABS_EXP > 0x7fffffff
1653 if (s - s1 > 9 || abs_exp > MAX_ABS_EXP)
1654 e = (int)MAX_ABS_EXP;
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Ddtoa.c197 #ifndef MAX_ABS_EXP
198 #define MAX_ABS_EXP 1100000000U macro
211 #if MAX_ABS_EXP > INT_MAX
1549 if (s - s1 > 9 || abs_exp > MAX_ABS_EXP) in _Py_dg_strtod()
1550 e = (int)MAX_ABS_EXP; in _Py_dg_strtod()
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Ddtoa.c197 #ifndef MAX_ABS_EXP
198 #define MAX_ABS_EXP 1100000000U macro
211 #if MAX_ABS_EXP > INT_MAX
1549 if (s - s1 > 9 || abs_exp > MAX_ABS_EXP) in _Py_dg_strtod()
1550 e = (int)MAX_ABS_EXP; in _Py_dg_strtod()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Ddtoa.c202 #ifndef MAX_ABS_EXP
203 #define MAX_ABS_EXP 1100000000U macro
216 #if MAX_ABS_EXP > INT_MAX
1554 if (s - s1 > 9 || abs_exp > MAX_ABS_EXP) in _Py_dg_strtod()
1555 e = (int)MAX_ABS_EXP; in _Py_dg_strtod()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Ddtoa.c197 #ifndef MAX_ABS_EXP
198 #define MAX_ABS_EXP 1100000000U macro
211 #if MAX_ABS_EXP > INT_MAX
1549 if (s - s1 > 9 || abs_exp > MAX_ABS_EXP) in _Py_dg_strtod()
1550 e = (int)MAX_ABS_EXP; in _Py_dg_strtod()
/dports/lang/python38/Python-3.8.12/Python/
H A Ddtoa.c197 #ifndef MAX_ABS_EXP
198 #define MAX_ABS_EXP 1100000000U macro
211 #if MAX_ABS_EXP > INT_MAX
1549 if (s - s1 > 9 || abs_exp > MAX_ABS_EXP) in _Py_dg_strtod()
1550 e = (int)MAX_ABS_EXP; in _Py_dg_strtod()
/dports/lang/python39/Python-3.9.9/Python/
H A Ddtoa.c201 #ifndef MAX_ABS_EXP
202 #define MAX_ABS_EXP 1100000000U macro
215 #if MAX_ABS_EXP > INT_MAX
1553 if (s - s1 > 9 || abs_exp > MAX_ABS_EXP) in _Py_dg_strtod()
1554 e = (int)MAX_ABS_EXP; in _Py_dg_strtod()
/dports/lang/python310/Python-3.10.1/Python/
H A Ddtoa.c201 #ifndef MAX_ABS_EXP
202 #define MAX_ABS_EXP 1100000000U macro
215 #if MAX_ABS_EXP > INT_MAX
1553 if (s - s1 > 9 || abs_exp > MAX_ABS_EXP) in _Py_dg_strtod()
1554 e = (int)MAX_ABS_EXP; in _Py_dg_strtod()
/dports/lang/python37/Python-3.7.12/Python/
H A Ddtoa.c197 #ifndef MAX_ABS_EXP
198 #define MAX_ABS_EXP 1100000000U macro
211 #if MAX_ABS_EXP > INT_MAX
1549 if (s - s1 > 9 || abs_exp > MAX_ABS_EXP) in _Py_dg_strtod()
1550 e = (int)MAX_ABS_EXP; in _Py_dg_strtod()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Ddtoa.c197 #ifndef MAX_ABS_EXP
198 #define MAX_ABS_EXP 1100000000U macro
211 #if MAX_ABS_EXP > INT_MAX
1549 if (s - s1 > 9 || abs_exp > MAX_ABS_EXP) in _Py_dg_strtod()
1550 e = (int)MAX_ABS_EXP; in _Py_dg_strtod()
/dports/lang/python27/Python-2.7.18/Python/
H A Ddtoa.c206 #ifndef MAX_ABS_EXP
207 #define MAX_ABS_EXP 1100000000U macro
220 #if MAX_ABS_EXP > INT_MAX
1622 if (s - s1 > 9 || abs_exp > MAX_ABS_EXP) in _Py_dg_strtod()
1623 e = (int)MAX_ABS_EXP; in _Py_dg_strtod()
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Ddtoa.c206 #ifndef MAX_ABS_EXP
207 #define MAX_ABS_EXP 1100000000U macro
220 #if MAX_ABS_EXP > INT_MAX
1622 if (s - s1 > 9 || abs_exp > MAX_ABS_EXP) in _Py_dg_strtod()
1623 e = (int)MAX_ABS_EXP; in _Py_dg_strtod()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Ddtoa.c206 #ifndef MAX_ABS_EXP
207 #define MAX_ABS_EXP 19999U macro
1590 if (s - s1 > 9 || abs_exp > MAX_ABS_EXP) in _Py_dg_strtod()
1591 e = (int)MAX_ABS_EXP; in _Py_dg_strtod()