EXTREMELY limited 'round away to zero'. Assumes values that fit in intmax_t. */
| 403 | /* EXTREMELY limited 'round away to zero'. |
| 404 | Assumes values that fit in intmax_t. */ |
| 405 | static inline intmax_t |
| 406 | simple_round_to_zero (long double val) |
| 407 | { |
| 408 | return val; |
| 409 | } |
| 410 | |
| 411 | /* EXTREMELY limited 'round' - without 'libm'. |
| 412 | Assumes values that fit in intmax_t. */ |