|
numpy 2.0.0
|
Functions | |
| double | npy_copysign (double x, double y) |
| int | _npy_signbit_f (float x) |
| int | _npy_signbit_ld (long double x) |
| double | _next (double x, int p) |
| float | _nextf (float x, int p) |
| npy_longdouble | _nextl (npy_longdouble x, int p) |
| double | npy_nextafter (double x, double y) |
| float | npy_nextafterf (float x, float y) |
| npy_longdouble | npy_nextafterl (npy_longdouble x, npy_longdouble y) |
| type npy_spacing | suff (@type @x) |
| void | npy_set_floatstatus_divbyzero (void) |
| void | npy_set_floatstatus_overflow (void) |
| void | npy_set_floatstatus_underflow (void) |
| void | npy_set_floatstatus_invalid (void) |
Variables | |
| static volatile double | _npy_floatstatus_x |
| static volatile double | _npy_floatstatus_zero = 0.0 |
| static volatile double | _npy_floatstatus_big = 1e300 |
| static volatile double | _npy_floatstatus_small = 1e-300 |
| static volatile double | _npy_floatstatus_inf |
| double _next | ( | double | x, |
| int | p | ||
| ) |
<
<
<
<
<
<
<
<
<
<
<
References EXTRACT_WORDS, and INSERT_WORDS.
| float _nextf | ( | float | x, |
| int | p | ||
| ) |
<
<
<
<
<
<
<
<
<
<
<
| npy_longdouble _nextl | ( | npy_longdouble | x, |
| int | p | ||
| ) |
<
<
<
<
<
<
<
<
References SET_FLOAT_WORD.
| int _npy_signbit_f | ( | float | x | ) |
References _npy_signbit_d().
| int _npy_signbit_ld | ( | long double | x | ) |
References _npy_signbit_d().
| double npy_copysign | ( | double | x, |
| double | y | ||
| ) |
References GET_HIGH_WORD, and SET_HIGH_WORD.
Referenced by c().
| double npy_nextafter | ( | double | x, |
| double | y | ||
| ) |
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
Referenced by TIMEDELTA_md_m_multiply().
| float npy_nextafterf | ( | float | x, |
| float | y | ||
| ) |
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
References _npy_floatstatus_zero.
| npy_longdouble npy_nextafterl | ( | npy_longdouble | x, |
| npy_longdouble | y | ||
| ) |
<
<
<
<
<
<
<
<
<
| void npy_set_floatstatus_divbyzero | ( | void | ) |
| void npy_set_floatstatus_invalid | ( | void | ) |
Referenced by npy_half_spacing().
| void npy_set_floatstatus_overflow | ( | void | ) |
Referenced by npy_half_spacing().
| void npy_set_floatstatus_underflow | ( | void | ) |
Referenced by npy_floatbits_to_halfbits().
| type npy_spacing suff | ( | @type @ | x | ) |
| volatile double _npy_floatstatus_big = 1e300 |
| volatile double _npy_floatstatus_inf |
| volatile double _npy_floatstatus_small = 1e-300 |
volatile double _npy_floatstatus_x [static] |
| volatile double _npy_floatstatus_zero = 0.0 |
Referenced by npy_nextafterf().