Searched refs:toint (Results 1 – 2 of 2) sorted by relevance
32 static inline int64_t toint(double x, int64_t maxval) { in toint() function261 int64_t yi = toint(y, 1ULL<<(nc-1)); in main()284 int64_t yi = toint(y, 1ULL<<(nc-1)); in main()
150 static inline int64_t toint(double x, int64_t maxval, double& err) { in toint() function157 static inline int64_t toint(double x, int64_t maxval) { in toint() function697 *coef++ = static_cast<T>(toint(y, 1ULL<<(sizeof(T)*8-1), err));699 *coef++ = static_cast<T>(toint(y, 1ULL<<(sizeof(T)*8-1)));