Searched refs:atan2 (Results 76 - 100 of 100) sorted by relevance

1234

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dtcl.vim162 syn keyword tcltkMaths contained abs acos asin atan atan2 bool ceil cos cosh double entier
H A Daml.vim26 syn keyword amlArcCmd contained arcpl[ot] arcplot arcpo[int] arcr[oute] arcs arcsc[itex] arcse[ction] arcsh[ape] arcsl[f] arcsn[ap] arcsp[ot] arcte[xt] arctig[er] arctin arcto[ols] arctools arcty[pe] area areaq[uery] arm arrow arrows[ize] arrowt[ype] as asc asciig[rid] asciih[elp] asciihelp asco[nnect] asconnect asd asda[tabase] asdi[sconnect] asdisconnect asel[ect] asex[ecute] asf asin asinh asp[ect] asr[eadlocks] ast[race] at atan atan2 atanh atusage aud[ittrail] autoi[ncrement] autol[ink] axis axish[atch] axisl[abels] axisr[uler] axist[ext] bac[klocksymbol] backcoverage backenvironment backnodeangleite backsymbolitem backtextitem base[select] basi[n] bat[ch] bc be be[lls] blackout blockmaj[ority] blockmax blockmea[n] blockmed[ian] blockmin blockmino[rity] blockr[ange] blockst[d] blocksu[m] blockv[ariety] bnai bou[ndaryclean] box br[ief] bsi bti buf[fer] bug[form] bugform build builds[ta] buildv[at] calco[mp] calcomp calcu[late] cali[brateroutes] calibrateroutes can[d] cartr[ead] cartread
H A Dfortran.vim163 syn keyword fortran77Intrinsic abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log log10 max min nint sign sin sinh sqrt tan tanh
H A Dperl.vim75 syn match perlStatementNumeric "\<\%(abs\|atan2\|cos\|exp\|hex\|int\|log\|oct\|rand\|sin\|sqrt\|srand\)\>"
H A Dsqlanywhere.vim374 syn keyword sqlKeyword assign at atan2 atomic attach attended audit authorization
H A Dstata.vim197 syn region stataFunc matchgroup=Function start=/\<atan2(/ end=/)/ contains=@stataFuncGroup
H A Dperl6.vim224 \ "roots cis unpolar polar atan2 pick chop p5chop chomp p5chomp lc",
H A Dphp.vim194 syn keyword phpFunctions abs acos acosh asin asinh atan2 atan atanh base_convert bindec ceil cos cosh decbin dechex decoct deg2rad exp expm1 floor fmod getrandmax hexdec hypot is_finite is_infinite is_nan lcg_value log10 log1p log max min mt_getrandmax mt_rand mt_srand octdec pi pow rad2deg rand round sin sinh sqrt srand tan tanh contained
H A Dvim.vim73 syn keyword vimFuncName contained abs append argv atan2 bufexists bufname byte2line ceil cindent complete confirm cosh cursor did_filetype empty eventhandler exp extend filewritable findfile fmod foldclosed foldtext function getbufline getcharmod getcmdtype getfperm getftype getmatches getqflist gettabvar getwinposy globpath haslocaldir histdel hlexists iconv input inputrestore insert items len line localtime map match matchdelete matchstr min mode nextnonblank pathshorten prevnonblank pumvisible readfile reltimestr remote_foreground remote_read remove repeat reverse search searchpair searchpos serverlist setcmdpos setloclist setpos setreg settabwinvar shellescape sin sort spellbadword split str2float strchars strftime string strpart strtrans submatch synconcealed synIDattr synstack tabpagebuflist tabpagewinnr taglist tanh tolower tr type undotree virtcol winbufnr winheight winnr winrestview winwidth
H A Dbaan.vim1167 syn keyword baanBshell atan2
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSGradientValue.cpp685 float angle = 90 - rad2deg(atan2(rise, run));
/macosx-10.9.5/groff-38/groff/src/preproc/pic/
H A Dpic.y1565 $$ = atan2($3, $5);
1567 lex_error("atan2 argument out of domain");
1571 lex_error("atan2 result out of range");
H A Dpic.cpp5520 yyval.x = atan2(yyvsp[-3].x, yyvsp[-1].x);
5522 lex_error("atan2 argument out of domain");
5526 lex_error("atan2 result out of range");
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_luv.c755 * atan2((v)-V_NEU,(u)-U_NEU) + .5*NANGLES )
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsql.el1032 "abs" "acos" "add_months" "ascii" "asciistr" "asin" "atan" "atan2"
1249 "atan2" "avg" "bit_length" "both" "broadcast" "btrim" "cbrt" "ceil"
1389 "abs" "acos" "asin" "atan" "atan2" "avg" "ceil" "cos" "cosh" "divtime"
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/transforms/
H A DTransformationMatrix.cpp426 // ret.rotateX = atan2(row[1][2], row[2][2]);
427 // ret.rotateZ = atan2(row[0][1], row[0][0]);
429 // ret.rotateX = atan2(-row[2][0], row[1][1]);
533 return rotate(rad2deg(atan2(y, x)));
/macosx-10.9.5/ruby-104/ruby/
H A Dcomplex.c529 imp2(atan2)
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A Dsigproc2.c1162 theta = atan2(ri[ii],rr[ii]);
/macosx-10.9.5/awk-18/src/
H A Drun.c1501 WARNING("atan2 requires two arguments; returning 1.0");
1505 u = atan2(getfval(x), getfval(y));
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/demos/mathswig/
H A Dmathswig_wrap.c1373 if (SWIG_GetArgs(interp, objc, objv,"dd:atan2 double double ",&arg1,&arg2) == TCL_ERROR) SWIG_fail;
1374 result = (double)atan2(arg1,arg2);
2090 { SWIG_prefix "atan2", (swig_wrapper_func) _wrap_atan2, NULL},
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotchart.tcl688 set xy_angle [expr {(360 + round(atan2(${yrel},${xrel})/${torad})) % 360}]
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclBasic.c229 { "atan2", ExprBinaryFunc, (ClientData) atan2 },
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclExecute.c434 {"atan2", 2, {TCL_DOUBLE, TCL_DOUBLE}, ExprBinaryFunc, (ClientData) atan2},
/macosx-10.9.5/vim-53/src/
H A Deval.c7659 {"atan2", 2, 2, f_atan2},
8647 * "atan2()" function
8659 rettv->vval.v_float = atan2(fx, fy);
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim1127 \ 'atan2(': 'float y, float x | float',

Completed in 567 milliseconds

1234