Searched refs:fx (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | float.c | 195 float_T fx = 0.0, fy = 0.0; in f_atan2() local 203 if (get_float_arg(argvars, &fx) == OK in f_atan2() 205 rettv->vval.v_float = atan2(fx, fy); in f_atan2() 328 float_T fx = 0.0, fy = 0.0; in f_fmod() local 336 if (get_float_arg(argvars, &fx) == OK in f_fmod() 338 rettv->vval.v_float = fmod(fx, fy); in f_fmod() 413 float_T fx = 0.0, fy = 0.0; in f_pow() local 421 if (get_float_arg(argvars, &fx) == OK in f_pow() 423 rettv->vval.v_float = pow(fx, fy); in f_pow()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | cupl.vim | 45 syn match cuplNumber "'h'[0-9a-fx]\+\>"
|
| H A D | lftp.vim | 91 \ use-fe[at] use-fx[p] use-hf[tp]
|
| H A D | eterm.vim | 93 syn keyword etermFontType contained fx nextgroup=etermString skipwhite
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_03.txt | 109 command. The command "fx" searches forward in the line for the single 133 The "tx" command works like the "fx" command, except it stops one character 576 the character searches with "fx" and "tx" or the word movements "w" and "e".
|
| H A D | options.txt | 3503 hor horizontal movements: "l", "w", "fx", etc.
|