Searched refs:cos (Results 101 - 125 of 202) sorted by relevance

123456789

/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXDraw.c1240 cos1 = cos(angle);
1243 cos2 = cos(angle);
1369 cos1 = cos(angle);
1372 cos2 = cos(angle);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlua.vim138 syn keyword luaFunc PI abs sin cos tan asin
202 syn match luaFunc /math\.cos/
H A Dabap.vim100 syn keyword abapOperator abs sign ceil floor trunc frac acos asin atan cos sin tan
H A Dawk.vim36 syn keyword awkFunction atan2 close cos exp fflush int log rand sin sqrt srand
H A Derlang.vim112 syn keyword erlangFunction acos asin atan atan2 cos cosh exp
H A Dhtmlos.vim43 syn keyword htmlosFunctions max min abs sign inverse square sqrt cube roundsig round ceiling roundup floor rounddown roundeven rounddowneven roundupeven roundodd roundupodd rounddownodd random factorial summand fibonacci remainder mod radians degrees cos sin tan cotan secant cosecant acos asin atan exp power power10 ln log10 log sinh cosh tanh contained
H A Dibasic.vim60 syn keyword ibasicBuiltInFunction abs asc atn cdbl cint clng cos csng csrlin cvd cvdmbf
H A Dicon.vim17 syn keyword iconFunction cos cset delay delete detab display dtor
H A Dlifelines.vim34 syn keyword lifelinesArithm cos sin tan arccos arcsin arctan
H A Dmoo.vim95 syn keyword mooKnownBuiltinFunction abs acos add_property add_verb asin atan binary_hash boot_player buffered_output_length callers caller_perms call_function ceil children chparent clear_property connected_players connected_seconds connection_name connection_option connection_options cos cosh create crypt ctime db_disk_size decode_binary delete_property delete_verb disassemble dump_database encode_binary equal eval exp floatstr floor flush_input force_input function_info idle_seconds index is_clear_property is_member is_player kill_task length listappend listdelete listen listeners listinsert listset log log10 match max max_object memory_usage min move notify object_bytes open_network_connection output_delimiters parent pass players properties property_info queued_tasks queue_info raise random read recycle renumber reset_max_object resume rindex rmatch seconds_left server_log server_version setadd setremove set_connection_option set_player_flag set_property_info set_task_perms set_verb_args set_verb_code set_verb_info shutdown sin sinh sqrt strcmp string_hash strsub substitute suspend tan tanh task_id task_stack ticks_left time tofloat toint toliteral tonum toobj tostr trunc typeof unlisten valid value_bytes value_hash verbs verb_args verb_code verb_info contained
H A Dnatural.vim71 syn keyword naturalKeyword abs atn cos exp frac int log sgn sin sqrt tan val old
H A Dsqlinformix.vim131 syn keyword sqlFunction cardinality cast char_length character_length cos count
H A Dstp.vim52 syn keyword stpFunction charlength convert col_name col_length cos cot count
H A Dverilogams.vim32 syn keyword verilogamsStatement connectrules cos cosh cross ddt ddx deassign
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dmathfunc.c139 NUMMATHFUNC("cos", math_func, 1, 1, MF_COS),
303 retd = cos(argd);
/macosx-10.9.5/screen-22/screen/
H A Dprocess.c5825 AddComms(cos, hand)
5826 struct comm *cos;
5830 for (n = 0; cos[n].name; n++)
5844 r = strcmp(cos[i].name, commtab[j]->name);
5846 Panic(0, "Duplicate command: %s\n", cos[i].name);
5852 commtab[j] = cos + i;
5853 cos[i].handler = hand;
5854 bzero(cos[i].userbits, sizeof(cos[i].userbits));
/macosx-10.9.5/emacs-92/emacs/src/
H A Dfloatfns.c24 acos, asin, atan, atan2, ceil, cos, cosh, exp, fabs, floor, fmod,
280 DEFUN ("cos", Fcos, Scos, 1, 1, 0,
286 IN_FLOAT (d = cos (d), "cos", arg);
306 double c = cos (d);
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h115 llvm::convertible_fwd_ostream cos(*os);
116 cos << val;
/macosx-10.9.5/swig-10/Lib/php/
H A Dphpkw.swg459 PHPFN(cos);
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dwatch.itk337 set x [expr {$_x0+$_radius($tag)*cos($radians)}]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/math/
H A Dgeometry.tcl97 set x [expr { cos($angle * $torad)}]
522 set xt [expr {$x + $dist*cos(($direction*$pi)/180)}]
H A Dpdf_stat.tcl489 set xrand [expr {$rad * cos($angle)}]
1322 set c [expr {cos(2.0 * $pi * $r2)}]
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinDraw.c1133 xstart = (int)((xr + cos(radian_start)*width/2.0) + 0.5);
1135 xend = (int)((xr + cos(radian_end)*width/2.0) + 0.5);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DConstantFolding.cpp1130 // return true for a name like "cos\0blah" which strcmp would return equal to
1131 // "cos", but has length 8.
1138 return Name == "cos" || Name == "ceil" || Name == "cosf" || Name == "cosh";
1263 else if (Name == "cos" && TLI->has(LibFunc::cos))
1264 return ConstantFoldFP(cos, V, Ty);
1268 return ConstantFoldFP(cos, V, Ty);
/macosx-10.9.5/WebCore-7537.78.1/rendering/shapes/
H A DPolygonShape.cpp127 vertices.append(arcCenter + FloatPoint(cos(angle) * arcRadius, sin(angle) * arcRadius));

Completed in 170 milliseconds

123456789