Searched +refs:math +refs:hypot (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Dhypot.cpp23 #include <math.h>
26 double hypot(double, double);
31 double result = hypot(x, y);
34 /* hypot() on Interix is broken */
/macosx-10.10/ruby-106/ruby/missing/
H A Dhypot.c1 /* public domain rewrite of hypot */
4 #include <math.h>
6 double hypot(double x, double y) function
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/FieldGraph/
H A DfieldMath.py1 from math import pi, sin, cos, hypot, sqrt
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/FieldGraph/
H A DfieldMath.py1 from math import pi, sin, cos, hypot, sqrt
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/FieldGraph/
H A DfieldMath.py1 from math import pi, sin, cos, hypot, sqrt
/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/demos/mathswig/
H A Dmathswig.i10 #include <math.h>
53 double hypot(double, double);
H A Dmathswig_wrap.c1317 #include <math.h>
1860 if (SWIG_GetArgs(interp, objc, objv,"dd:hypot double double ",&arg1,&arg2) == TCL_ERROR) SWIG_fail;
1861 result = (double)hypot(arg1,arg2);
2122 { SWIG_prefix "hypot", (swig_wrapper_func) _wrap_hypot, NULL},
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinPort.h28 #include <math.h>
47 # ifndef hypot
48 # define hypot _hypot macro
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinPort.h28 #include <math.h>
52 # define hypot _hypot macro
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Dmissing.h23 #include <math.h> /* for INFINITY and NAN */
106 RUBY_EXTERN double hypot(double, double);
/macosx-10.10/ruby-106/ruby/
H A Dmath.c3 math.c -
14 #include <math.h>
557 * Math.hypot(x, y) -> float
562 * Math.hypot(3, 4) #=> 5.0
569 return DBL2NUM(hypot(RFLOAT_VALUE(x), RFLOAT_VALUE(y)));
738 exp2(hypot)
822 rb_define_module_function(rb_mMath, "hypot", math_hypot, 2);
H A Dcomplex.c10 #include <math.h>
533 imp2(hypot)
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dmathfunc.c2 * mathfunc.c - basic mathematical functions for use in math evaluations
33 #include <math.h>
150 NUMMATHFUNC("hypot", math_func, 2, 2, MF_HYPOT),
249 zerr("math: argument to %s out of range", name);
356 retd = hypot(argd, argd2);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dgeometry.tcl15 namespace eval ::math::geometry {}
17 package require math
57 proc ::math::geometry::p {x y} {
62 proc ::math::geometry::+ {pa pb} {
69 proc ::math::geometry::- {pa pb} {
76 proc ::math::geometry::distance {pa pb} {
79 return [expr {hypot($bx-$ax,$by-$ay)}]
83 proc ::math::geometry::length {v} {
85 return [expr {hypot($x,$y)}]
89 proc ::math
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Ddtml.vim80 syn keyword dtmlAttribute management_interface mapping math max- mean- median- meta_type min- contained
130 syn keyword dtmlMethod hour hypot index index_html inheritedAttribute insertBefore insertData contained
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkCanvSect.c26 #include <math.h>
1137 return hypot(dx, dy);
H A DjkCanvWave.c26 #include <math.h>
1349 return hypot(dx, dy);
H A DSnackOgg.c1 #include <math.h>
196 #include <math.h>
260 # define FAST_HYPOT hypot
H A DjkCanvSpeg.c30 #include <math.h>
1016 return hypot(dx, dy);
/macosx-10.10/Chess-310.6/Sources/
H A DMBCBoardViewDraw.mm53 #import <math.h>
765 hypot(toPos[0]-fromPos[0], toPos[2]-fromPos[2]);
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclBasic.c24 #include <math.h>
38 * The following structure defines the client data for a math function
239 { "hypot", ExprBinaryFunc, (ClientData) hypot },
258 * TIP#174's math operators. All are safe.
715 * Register the builtin math functions.
720 Tcl_Panic("Can't create math function namespace");
739 Tcl_Panic("can't create math operator namespace");
754 Tcl_Panic("failed to create math operator %s",
3084 * Creates a new math functio
[all...]
/macosx-10.10/groff-38/groff/
H A Dconfigure6197 string.h strings.h math.h sys/time.h direct.h process.h
6546 #include <math.h>
6612 echo "$as_me:$LINENO: checking whether hypot must be declared" >&5
6613 echo $ECHO_N "checking whether hypot must be declared... $ECHO_C" >&6
6649 #include <math.h>
6658 #ifndef hypot
6659 char *p = (char *) hypot;
6752 #include <math.h>
6855 #include <math.h>
6958 #include <math
[all...]

Completed in 429 milliseconds