Searched refs:expm1 (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/demos/mathswig/
H A Dmathswig.i34 double expm1(double);
H A Dmathswig_wrap.c1584 if (SWIG_GetArgs(interp, objc, objv,"d:expm1 double ",&arg1) == TCL_ERROR) SWIG_fail;
1585 result = (double)expm1(arg1);
2104 { SWIG_prefix "expm1", (swig_wrapper_func) _wrap_expm1, NULL},
/macosx-10.10/ksh-23/ksh/src/lib/libast/uwin/
H A Dexpm1.c39 static char sccsid[] = "@(#)expm1.c 8.1 (Berkeley) 6/4/93";
112 extern double expm1(x) function
159 /* expm1(-big#) rounded to -1 (inexact) */
163 /* expm1(-INF) is -1 */
169 /* expm1(INF) is INF, expm1(+big#) overflows to INF */
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/tr1/
H A Dmath.h57 using std::tr1::expm1;
/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/demos/
H A Dlibm.tcl47 {double expm1(double)}
/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/tests/
H A Dlibm.test102 {double expm1(double)}
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetLibraryInfo.h144 /// double expm1(double x);
145 expm1, enumerator in enum:llvm::LibFunc::Func
/macosx-10.10/llvmCore-3425.0.34/lib/Target/
H A DTargetLibraryInfo.cpp88 "expm1",
263 TLI.setUnavailable(LibFunc::expm1);
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dmathfunc.c144 NUMMATHFUNC("expm1", math_func, 1, 1, MF_EXPM1),
323 retd = expm1(argd);
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DMathObject.cpp110 putDirectNativeFunctionWithoutTransition(vm, globalObject, Identifier(&vm, "expm1"), 1, mathProtoFuncExpm1, NoIntrinsic, DontEnum | Function);
357 return JSValue::encode(jsDoubleNumber(expm1(exec->argument(0).toNumber(exec))));
/macosx-10.10/ksh-23/ksh/src/lib/libast/
H A DMakefile207 err.c exp.c exp__E.c expm1.c gamma.c getpass.c lgamma.c log.c log1p.c \
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1710 AddOpt(LibFunc::expm1, LibFunc::expm1f, &UnsafeUnaryDoubleFP);
/macosx-10.10/vim-55/runtime/syntax/
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
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim1620 \ 'expm1(': 'float number | float',

Completed in 266 milliseconds