Lines Matching refs:rettv
3 void f_abs(typval_T *argvars, typval_T *rettv);
4 void f_acos(typval_T *argvars, typval_T *rettv);
5 void f_asin(typval_T *argvars, typval_T *rettv);
6 void f_atan(typval_T *argvars, typval_T *rettv);
7 void f_atan2(typval_T *argvars, typval_T *rettv);
8 void f_ceil(typval_T *argvars, typval_T *rettv);
9 void f_cos(typval_T *argvars, typval_T *rettv);
10 void f_cosh(typval_T *argvars, typval_T *rettv);
11 void f_exp(typval_T *argvars, typval_T *rettv);
12 void f_float2nr(typval_T *argvars, typval_T *rettv);
13 void f_floor(typval_T *argvars, typval_T *rettv);
14 void f_fmod(typval_T *argvars, typval_T *rettv);
15 void f_isinf(typval_T *argvars, typval_T *rettv);
16 void f_isnan(typval_T *argvars, typval_T *rettv);
17 void f_log(typval_T *argvars, typval_T *rettv);
18 void f_log10(typval_T *argvars, typval_T *rettv);
19 void f_pow(typval_T *argvars, typval_T *rettv);
21 void f_round(typval_T *argvars, typval_T *rettv);
22 void f_sin(typval_T *argvars, typval_T *rettv);
23 void f_sinh(typval_T *argvars, typval_T *rettv);
24 void f_sqrt(typval_T *argvars, typval_T *rettv);
25 void f_str2float(typval_T *argvars, typval_T *rettv);
26 void f_tan(typval_T *argvars, typval_T *rettv);
27 void f_tanh(typval_T *argvars, typval_T *rettv);
28 void f_trunc(typval_T *argvars, typval_T *rettv);