|
| void | eval_add (number_backend_float_architype &result, const number_backend_float_architype &o) |
| |
| void | eval_subtract (number_backend_float_architype &result, const number_backend_float_architype &o) |
| |
| void | eval_multiply (number_backend_float_architype &result, const number_backend_float_architype &o) |
| |
| void | eval_divide (number_backend_float_architype &result, const number_backend_float_architype &o) |
| |
| void | eval_convert_to (unsigned long long *result, const number_backend_float_architype &val) |
| |
| void | eval_convert_to (long long *result, const number_backend_float_architype &val) |
| |
| void | eval_convert_to (long double *result, number_backend_float_architype &val) |
| |
| void | eval_frexp (number_backend_float_architype &result, const number_backend_float_architype &arg, int *exp) |
| |
| void | eval_ldexp (number_backend_float_architype &result, const number_backend_float_architype &arg, int exp) |
| |
| void | eval_floor (number_backend_float_architype &result, const number_backend_float_architype &arg) |
| |
| void | eval_ceil (number_backend_float_architype &result, const number_backend_float_architype &arg) |
| |
| void | eval_sqrt (number_backend_float_architype &result, const number_backend_float_architype &arg) |
| |
| int | eval_fpclassify (const number_backend_float_architype &arg) |
| |