ReactOS 0.4.16-dev-734-g364d6e0
|
#include "calc.h"
Go to the source code of this file.
void apply_int_mask | ( | calc_number_t * | r | ) |
Definition at line 26 of file fun_mpfr.c.
Referenced by convert_real_integer(), DlgMainProc(), run_operator(), and upload_stat_number().
|
static |
Definition at line 112 of file fun_mpfr.c.
void rpn_2pi | ( | calc_number_t * | c | ) |
Definition at line 297 of file fun_mpfr.c.
void rpn_acos | ( | calc_number_t * | c | ) |
Definition at line 204 of file fun_mpfr.c.
void rpn_acosh | ( | calc_number_t * | c | ) |
Definition at line 236 of file fun_mpfr.c.
void rpn_alloc | ( | calc_number_t * | c | ) |
Definition at line 542 of file fun_mpfr.c.
Referenced by exec_closeparent(), and run_dat_sta().
void rpn_asin | ( | calc_number_t * | c | ) |
Definition at line 199 of file fun_mpfr.c.
void rpn_asinh | ( | calc_number_t * | c | ) |
void rpn_atan | ( | calc_number_t * | c | ) |
Definition at line 209 of file fun_mpfr.c.
void rpn_atanh | ( | calc_number_t * | c | ) |
void rpn_ave | ( | calc_number_t * | c | ) |
Definition at line 382 of file fun_mpfr.c.
void rpn_ave2 | ( | calc_number_t * | c | ) |
Definition at line 396 of file fun_mpfr.c.
void rpn_cbrt | ( | calc_number_t * | c | ) |
void rpn_copy | ( | calc_number_t * | dst, |
calc_number_t * | src | ||
) |
Definition at line 532 of file fun_mpfr.c.
Referenced by convert_text2number(), DlgMainProc(), evalStack(), exec_closeparent(), exec_infix2postfix(), run_dat_sta(), run_ms(), and run_mw().
void rpn_cos | ( | calc_number_t * | c | ) |
Definition at line 153 of file fun_mpfr.c.
void rpn_cosh | ( | calc_number_t * | c | ) |
void rpn_dec2dms | ( | calc_number_t * | c | ) |
void rpn_dms2dec | ( | calc_number_t * | c | ) |
void rpn_exp | ( | calc_number_t * | c | ) |
void rpn_exp10 | ( | calc_number_t * | c | ) |
void rpn_exp2 | ( | calc_number_t * | c | ) |
void rpn_exp3 | ( | calc_number_t * | c | ) |
void rpn_fact | ( | calc_number_t * | c | ) |
Definition at line 265 of file fun_mpfr.c.
void rpn_frac | ( | calc_number_t * | c | ) |
Definition at line 252 of file fun_mpfr.c.
void rpn_free | ( | calc_number_t * | c | ) |
Definition at line 547 of file fun_mpfr.c.
Referenced by clean_stat_list(), delete_stat_item(), and exec_closeparent().
void rpn_int | ( | calc_number_t * | c | ) |
Definition at line 247 of file fun_mpfr.c.
int rpn_is_zero | ( | calc_number_t * | c | ) |
Definition at line 537 of file fun_mpfr.c.
Referenced by prepare_rpn_result_2(), rpn_sin(), run_ms(), and run_mw().
void rpn_ln | ( | calc_number_t * | c | ) |
void rpn_log | ( | calc_number_t * | c | ) |
void rpn_not | ( | calc_number_t * | c | ) |
void rpn_pi | ( | calc_number_t * | c | ) |
Definition at line 292 of file fun_mpfr.c.
void rpn_reci | ( | calc_number_t * | c | ) |
void rpn_s | ( | calc_number_t * | c | ) |
Definition at line 463 of file fun_mpfr.c.
|
static |
Definition at line 426 of file fun_mpfr.c.
Referenced by rpn_s(), and rpn_s_m1().
void rpn_s_m1 | ( | calc_number_t * | c | ) |
Definition at line 468 of file fun_mpfr.c.
void rpn_sign | ( | calc_number_t * | c | ) |
Definition at line 303 of file fun_mpfr.c.
Referenced by DlgMainProc().
void rpn_sin | ( | calc_number_t * | c | ) |
Definition at line 129 of file fun_mpfr.c.
void rpn_sinh | ( | calc_number_t * | c | ) |
void rpn_sqrt | ( | calc_number_t * | c | ) |
void rpn_sum | ( | calc_number_t * | c | ) |
Definition at line 410 of file fun_mpfr.c.
void rpn_sum2 | ( | calc_number_t * | c | ) |
Definition at line 418 of file fun_mpfr.c.
void rpn_tan | ( | calc_number_t * | c | ) |
Definition at line 177 of file fun_mpfr.c.
void rpn_tanh | ( | calc_number_t * | c | ) |
void rpn_zero | ( | calc_number_t * | c | ) |
Definition at line 527 of file fun_mpfr.c.
Referenced by convert_text2number(), DlgMainProc(), prepare_rpn_result(), rpn_cos(), rpn_sin(), rpn_tan(), run_canc(), and start_rpn_engine().
|
static |
Definition at line 356 of file fun_mpfr.c.
|
static |
|
static |
Definition at line 81 of file fun_mpfr.c.
|
static |
Definition at line 54 of file fun_mpfr.c.
Referenced by rpn_acos(), rpn_asin(), and rpn_atan().