Home
last modified time | relevance | path

Searched refs:MPD_EXP_CLAMP (Results 1 – 25 of 26) sorted by relevance

12

/dports/databases/py-gdbm/Python-3.8.12/Modules/_decimal/libmpdec/
H A Dmpdecimal.h177 #define MPD_EXP_CLAMP (-4000000000000000001LL) macro
221 #define MPD_EXP_CLAMP (-2000000001L) /* allows for emin=-999999999 in the tests */ macro
H A Dmpdecimal.c2984 exp = (exp < MPD_EXP_CLAMP) ? MPD_EXP_CLAMP : exp; in mpd_qscaleb()
2999 if (x_sign && x > -MPD_EXP_CLAMP) x = -MPD_EXP_CLAMP; in mpd_qscaleb()
/dports/lang/python37/Python-3.7.12/Modules/_decimal/libmpdec/
H A Dmpdecimal.h174 #define MPD_EXP_CLAMP (-4000000000000000001LL) macro
218 #define MPD_EXP_CLAMP (-2000000001L) /* allows for emin=-999999999 in the tests */ macro
H A Dmpdecimal.c2984 exp = (exp < MPD_EXP_CLAMP) ? MPD_EXP_CLAMP : exp; in mpd_qscaleb()
2999 if (x_sign && x > -MPD_EXP_CLAMP) x = -MPD_EXP_CLAMP; in mpd_qscaleb()
/dports/lang/python-tools/Python-3.8.12/Modules/_decimal/libmpdec/
H A Dmpdecimal.h177 #define MPD_EXP_CLAMP (-4000000000000000001LL) macro
221 #define MPD_EXP_CLAMP (-2000000001L) /* allows for emin=-999999999 in the tests */ macro
H A Dmpdecimal.c2984 exp = (exp < MPD_EXP_CLAMP) ? MPD_EXP_CLAMP : exp; in mpd_qscaleb()
2999 if (x_sign && x > -MPD_EXP_CLAMP) x = -MPD_EXP_CLAMP; in mpd_qscaleb()
/dports/lang/python39/Python-3.9.9/Modules/_decimal/libmpdec/
H A Dmpdecimal.h163 #define MPD_EXP_CLAMP (-4000000000000000001LL) macro
207 #define MPD_EXP_CLAMP (-2000000001L) /* allows for emin=-999999999 in the tests */ macro
/dports/lang/python38/Python-3.8.12/Modules/_decimal/libmpdec/
H A Dmpdecimal.h177 #define MPD_EXP_CLAMP (-4000000000000000001LL) macro
221 #define MPD_EXP_CLAMP (-2000000001L) /* allows for emin=-999999999 in the tests */ macro
H A Dmpdecimal.c2984 exp = (exp < MPD_EXP_CLAMP) ? MPD_EXP_CLAMP : exp; in mpd_qscaleb()
2999 if (x_sign && x > -MPD_EXP_CLAMP) x = -MPD_EXP_CLAMP; in mpd_qscaleb()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/_decimal/libmpdec/
H A Dmpdecimal.h177 #define MPD_EXP_CLAMP (-4000000000000000001LL) macro
221 #define MPD_EXP_CLAMP (-2000000001L) /* allows for emin=-999999999 in the tests */ macro
H A Dmpdecimal.c2984 exp = (exp < MPD_EXP_CLAMP) ? MPD_EXP_CLAMP : exp; in mpd_qscaleb()
2999 if (x_sign && x > -MPD_EXP_CLAMP) x = -MPD_EXP_CLAMP; in mpd_qscaleb()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/_decimal/libmpdec/
H A Dmpdecimal.h177 #define MPD_EXP_CLAMP (-4000000000000000001LL) macro
221 #define MPD_EXP_CLAMP (-2000000001L) /* allows for emin=-999999999 in the tests */ macro
H A Dmpdecimal.c2984 exp = (exp < MPD_EXP_CLAMP) ? MPD_EXP_CLAMP : exp; in mpd_qscaleb()
2999 if (x_sign && x > -MPD_EXP_CLAMP) x = -MPD_EXP_CLAMP; in mpd_qscaleb()
/dports/lang/python311/Python-3.11.0a3/Modules/_decimal/libmpdec/
H A Dmpdecimal.h154 #define MPD_EXP_CLAMP (-4000000000000000001LL) macro
199 #define MPD_EXP_CLAMP (-2000000001L) /* allows for emin=-999999999 in the tests */ macro
H A Dmpdecimal.c3080 exp = (exp < MPD_EXP_CLAMP) ? MPD_EXP_CLAMP : exp; in mpd_qscaleb()
3095 if (x_sign && x > -MPD_EXP_CLAMP) x = -MPD_EXP_CLAMP; in mpd_qscaleb()
/dports/lang/python310/Python-3.10.1/Modules/_decimal/libmpdec/
H A Dmpdecimal.h154 #define MPD_EXP_CLAMP (-4000000000000000001LL) macro
199 #define MPD_EXP_CLAMP (-2000000001L) /* allows for emin=-999999999 in the tests */ macro
H A Dmpdecimal.c3080 exp = (exp < MPD_EXP_CLAMP) ? MPD_EXP_CLAMP : exp; in mpd_qscaleb()
3095 if (x_sign && x > -MPD_EXP_CLAMP) x = -MPD_EXP_CLAMP; in mpd_qscaleb()
/dports/math/py-cdecimal/cdecimal-2.3/
H A Dmpdecimal.h.in93 #define MPD_EXP_CLAMP (-4000000000000000001LL) macro
133 #define MPD_EXP_CLAMP (-2000000001L) /* allows for emin=-999999999 in the tests */
H A Dmpdecimal32vc.h98 #define MPD_EXP_CLAMP (-2000000001L) /* allows for emin=-999999999 in the tests */ macro
H A Dmpdecimal64vc.h93 #define MPD_EXP_CLAMP (-4000000000000000001LL) macro
H A Dmpdecimal.c2818 exp = (exp < MPD_EXP_CLAMP) ? MPD_EXP_CLAMP : exp; in mpd_qscaleb()
2833 if (x_sign && x > -MPD_EXP_CLAMP) x = -MPD_EXP_CLAMP; in mpd_qscaleb()
/dports/math/mpdecimal/mpdecimal-2.5.1/libmpdec/
H A Dmpdecimal.h.in116 #define MPD_EXP_CLAMP (-4000000000000000001LL) macro
161 #define MPD_EXP_CLAMP (-2000000001L) /* allows for emin=-999999999 in the tests */
H A Dmpdecimal32vc.h135 #define MPD_EXP_CLAMP (-2000000001L) /* allows for emin=-999999999 in the tests */ macro
H A Dmpdecimal64vc.h130 #define MPD_EXP_CLAMP (-4000000000000000001LL) macro
H A Dmpdecimal.c3080 exp = (exp < MPD_EXP_CLAMP) ? MPD_EXP_CLAMP : exp; in mpd_qscaleb()
3095 if (x_sign && x > -MPD_EXP_CLAMP) x = -MPD_EXP_CLAMP; in mpd_qscaleb()

12