Searched refs:cbrt (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/ksh-23/ksh/src/lib/libast/uwin/
H A Dcbrt.c32 extern double cbrt(double x) function
/macosx-10.10/ruby-106/ruby/missing/
H A Dcbrt.c4 double cbrt(double x) function
/macosx-10.10/ruby-106/ruby/test/
H A Dtest_cmath.rb14 assert_equal CMath.cbrt(-8), (-8)**(1.0/3), '#3676'
/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/demos/mathswig/
H A Dmathswig.i40 double cbrt(double);
H A Dmathswig_wrap.c1660 if (SWIG_GetArgs(interp, objc, objv,"d:cbrt double ",&arg1) == TCL_ERROR) SWIG_fail;
1661 result = (double)cbrt(arg1);
2109 { SWIG_prefix "cbrt", (swig_wrapper_func) _wrap_cbrt, NULL},
/macosx-10.10/ruby-106/ruby/lib/
H A Dcmath.rb27 alias cbrt! cbrt
149 def cbrt(z) method in class:CMath
350 module_function :cbrt!
351 module_function :cbrt
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/tr1/
H A Dmath.h48 using std::tr1::cbrt;
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Dmissing.h123 RUBY_EXTERN double cbrt(double);
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_math.rb276 check(1, Math.cbrt(1))
277 check(-2, Math.cbrt(-8))
278 check(3, Math.cbrt(27))
279 check(-0.1, Math.cbrt(-0.001))
/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/demos/
H A Dlibm.tcl53 {double cbrt(double)}
/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/tests/
H A Dlibm.test108 {double cbrt(double)}
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetLibraryInfo.h96 /// double cbrt(double x);
97 cbrt, enumerator in enum:llvm::LibFunc::Func
/macosx-10.10/llvmCore-3425.0.34/lib/Target/
H A DTargetLibraryInfo.cpp64 "cbrt",
254 TLI.setUnavailable(LibFunc::cbrt);
/macosx-10.10/ruby-106/ruby/
H A Dmath.c477 * Math.cbrt(numeric) -> float
482 * p [x, Math.cbrt(x), Math.cbrt(x)**3]
511 return DBL2NUM(cbrt(RFLOAT_VALUE(x)));
817 rb_define_module_function(rb_mMath, "cbrt", math_cbrt, 1);
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dmathfunc.c136 NUMMATHFUNC("cbrt", math_func, 1, 1, MF_CBRT),
291 retd = cbrt(argd);
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DMathObject.cpp105 putDirectNativeFunctionWithoutTransition(vm, globalObject, Identifier(&vm, "cbrt"), 1, mathProtoFuncCbrt, NoIntrinsic, DontEnum | Function);
347 return JSValue::encode(jsDoubleNumber(cbrt(exec->argument(0).toNumber(exec))));
/macosx-10.10/emacs-93/emacs/src/
H A Dfloatfns.c28 Define HAVE_CBRT if you have cbrt.
426 IN_FLOAT (d = cbrt (d), "cube-root", arg);
/macosx-10.10/ksh-23/ksh/src/lib/libast/
H A DMakefile206 a64l.c acosh.c asinh.c atanh.c cbrt.c crypt.c erf.c \
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1706 AddOpt(LibFunc::cbrt, LibFunc::cbrtf, &UnsafeUnaryDoubleFP);
2499 // cbrt:
2500 // * cbrt(expN(X)) -> expN(x/3)
2501 // * cbrt(sqrt(x)) -> pow(x,1/6)
2502 // * cbrt(sqrt(x)) -> pow(x,1/9)
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dsql.el1249 "atan2" "avg" "bit_length" "both" "broadcast" "btrim" "cbrt" "ceil"
/macosx-10.10/emacs-93/emacs/
H A Dconfigure15303 random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \

Completed in 215 milliseconds