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

/macosx-10.9.5/CPANInternal-140/Log-Log4perl/t/
H A D031NDC.t72 my $logb = get_logger("b");
74 $logb->debug("testmessage");
93 $logb = get_logger("b");
95 $logb->debug("testmessage");
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/t/
H A D031NDC.t79 my $logb = get_logger("b");
81 $logb->debug("testmessage");
100 $logb = get_logger("b");
102 $logb->debug("testmessage");
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/demos/mathswig/
H A Dmathswig.i36 double logb(double);
H A Dmathswig_wrap.c1614 if (SWIG_GetArgs(interp, objc, objv,"d:logb double ",&arg1) == TCL_ERROR) SWIG_fail;
1615 result = (double)logb(arg1);
2106 { SWIG_prefix "logb", (swig_wrapper_func) _wrap_logb, NULL},
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/uwin/
H A Dlog.c404 m = logb(x);
407 j = logb(g), m += j;
466 m = (int)logb(x);
469 j = (int)logb(g), m += j;
H A Dlog1p.c51 * logb(x)
135 k=(int)logb(one+x); z=scalb(x,-k); t=scalb(one,-k);
H A Dsupport.c67 * (c) logb(x)
69 * double precision, except that logb(0) is -INF, logb(INF)
70 * is +INF, and logb(NAN) is that NAN.
182 extern double logb(x) function
368 n=logb(x);
370 if((m=logb(x))!=0) x=scalb(x,-m); /* subnormal number */
600 return((int)logb(x));
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/demo/
H A Dtiming.c84 FILE *log, *logb, *logc, *logd; local
239 logb = fopen("logs/expt_dr.log", "w");
274 fprintf(n < 4 ? logd : (n < 9) ? logc : (n < 16) ? logb : log,
279 fclose(logb);
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dntlib.h104 #define logb _logb macro
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/tr1/
H A Dmath.h76 using std::tr1::logb;
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/demos/
H A Dlibm.tcl49 {double logb(double)}
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/tests/
H A Dlibm.test104 {double logb(double)}
/macosx-10.9.5/emacs-92/emacs/src/s/
H A Dms-w32.h382 #define logb _logb macro
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLibraryInfo.h201 /// double logb(double x);
202 logb, enumerator in enum:llvm::LibFunc::Func
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/
H A DTargetLibraryInfo.cpp116 "logb",
272 TLI.setUnavailable(LibFunc::logb);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dfloatfns.c80 #if !defined (HPUX) && defined (HAVE_LOGB) && !defined (logb)
81 extern double logb ();
82 #endif /* not HPUX and HAVE_LOGB and no logb macro */
690 DEFUN ("logb", Flogb, Slogb, 1, 1, 0,
705 IN_FLOAT (value = logb (f), "logb", arg);
709 IN_FLOAT (frexp (f, &ivalue), "logb", arg);
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dmathfunc.c162 NUMMATHFUNC("logb", math_func, 1, 1, MF_LOGB | BFLAG(BF_NONZ)),
393 retd = logb(argd);
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dbyte-opt.el1203 logb logior lognot logxor lsh
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dnnmaildir.el547 (if (zerop n) 1 (1- (lsh 1 (1+ (logb n))))))
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1715 AddOpt(LibFunc::logb, LibFunc::logbf, &UnsafeUnaryDoubleFP);
/macosx-10.9.5/emacs-92/emacs/
H A Dconfigure14725 # fmod, logb, and frexp are found in -lm on most systems.
14726 # On HPUX 9.01, -lm does not contain logb, so check for sqrt.
15303 random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \

Completed in 307 milliseconds