![]() |
Dataflow Runtime API
3.0.3.0
|
Classes | |
| union | ieee_quad_shape_type |
| union | ieee_extended_shape_type |
Macros | |
| #define | GET_LDOUBLE_WORDS64(ix0, ix1, d) |
| #define | SET_LDOUBLE_WORDS64(d, ix0, ix1) |
| #define | GET_LDOUBLE_MSW64(v, d) |
| #define | SET_LDOUBLE_MSW64(d, v) |
| #define | GET_LDOUBLE_LSW64(v, d) |
| #define | GET_LDOUBLE_WORDS(se, ix0, ix1, d) |
| #define | SET_LDOUBLE_WORDS(d, se, ix0, ix1) |
| #define | GET_LDOUBLE_MSW(v, d) |
| #define | SET_LDOUBLE_MSW(d, v) |
| #define | GET_LDOUBLE_EXP(se, d) |
| #define | SET_LDOUBLE_EXP(d, se) |
Functions | |
| void | __scan_nan (uint32_t *__words, int __num_words, const char *__s) |
| double | __exp__D (double, double) |
| struct Double | __log__D (double) |
| long double | __p1evll (long double, void *, int) |
| long double | __polevll (long double, void *, int) |
| #define GET_LDOUBLE_EXP | ( | se, | |
| d | |||
| ) |
| #define GET_LDOUBLE_LSW64 | ( | v, | |
| d | |||
| ) |
| #define GET_LDOUBLE_MSW | ( | v, | |
| d | |||
| ) |
| #define GET_LDOUBLE_MSW64 | ( | v, | |
| d | |||
| ) |
| #define GET_LDOUBLE_WORDS | ( | se, | |
| ix0, | |||
| ix1, | |||
| d | |||
| ) |
| #define GET_LDOUBLE_WORDS64 | ( | ix0, | |
| ix1, | |||
| d | |||
| ) |
| #define SET_LDOUBLE_EXP | ( | d, | |
| se | |||
| ) |
| #define SET_LDOUBLE_MSW | ( | d, | |
| v | |||
| ) |
| #define SET_LDOUBLE_MSW64 | ( | d, | |
| v | |||
| ) |
| #define SET_LDOUBLE_WORDS | ( | d, | |
| se, | |||
| ix0, | |||
| ix1 | |||
| ) |
| #define SET_LDOUBLE_WORDS64 | ( | d, | |
| ix0, | |||
| ix1 | |||
| ) |
| double __exp__D | ( | double | , |
| double | |||
| ) |
| struct Double __log__D | ( | double | ) |
| long double __p1evll | ( | long double | , |
| void * | , | ||
| int | |||
| ) |
| long double __polevll | ( | long double | , |
| void * | , | ||
| int | |||
| ) |
| void __scan_nan | ( | uint32_t * | __words, |
| int | __num_words, | ||
| const char * | __s | ||
| ) |