Searched +refs:math +refs:min (Results 51 - 75 of 78) sorted by relevance

1234

/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexp_command.c58 #include <math.h> /* for log/pow computation in send -h */
1530 float min, max; member in struct:human_arg
1547 &x->alpha,&x->alpha_eow,&x->c,&x->min,&x->max))) {
1562 if (x->min < 0) {
1563 exp_error(interp,"send -h: minimum (%f) in send_human must be non-negative",x->min);
1570 if (x->max < x->min) {
1571 exp_error(interp,"send -h: maximum (%f) must be >= minimum (%f) in send_human",x->max,x->min);
1613 expDiagLog("human_write: avg_arr=%f/%f 1/shape=%f min=%f max=%f\r\n",
1614 arg->alpha,arg->alpha_eow,arg->c,arg->min,arg->max);
1626 /* enforce min an
[all...]
/macosx-10.10/msdosfs-209.1.1/
H A Dmsdosfs.py27 import math
219 frac, whole = math.modf(second)
1313 print "Longest fragment: %d clusters, Shortest: %d clusters" % (max(contigs), min(contigs))
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkGetF0.c20 #include <math.h>
200 actsize = min(buff_size, sound->length);
233 actsize = min(buff_size, sound->length - ndone);
289 "ERROR: min(max)_f0 parameter inconsistent with sampling frequency.",NULL);
689 the candidate # in the previous frame yielding the min. err.
1071 if(err < errmin){ /* find min. cost */
1087 if(err < errmin){ /* find min. cost */
1691 actsize = min(buff_size, sound->length);
1715 actsize = min(buff_size, sound->length - ndone);
H A DSnackOgg.c1 #include <math.h>
196 #include <math.h>
273 #ifndef min
274 # define min(x,y) ((x)>(y)?(y):(x)) macro
2121 int size = min(sizeof(pcmout), (len - nread) * s->sampsize);
H A DjkSoundProc.c25 #include <math.h>
1620 float max = -1000000.0f, min; local
1625 min = (float) (max - 50.0f * log(10.0f) / 10.0f);
1627 if (outarr[i] < min) outarr[i] = min;
H A DjkSoundFile.c24 #include <math.h>
489 size = min(tot, sizeof(short) * PBSIZE);
491 size = min(tot, sizeof(short) * (PBSIZE - 1));
509 size = min(s->length * s->nchannels, PBSIZE);
542 size = min(tot / (s->sampsize * s->nchannels), PBSIZE);
911 int size = min(tot, FBLKSIZE/2), res;
3152 len = min(obj->length, buflen);
3159 len = min(length, buflen);
H A DjkFormatMP3.c1312 #include <math.h>
2919 int l = min(18*32*2*4, len - ext->ind);
2928 int l = min(18*32*4, len - ext->ind);
3027 depth = min(CHANNEL_HEADER_BUFFER,len);
/macosx-10.10/emacs-93/emacs/etc/
H A Dcalccard.tex175 % we won't be using math mode much, so redefine some of the characters
477 \iline{time: \kbd{s} or \kbd{sec}, \kbd{ms}, \kbd{us}, \kbd{ns}, \kbd{min},
603 \key{find local min, max of formula}{a N\, a X}
H A Dpt-br-refcard.tex195 % we won't be using math mode much, so redefine some of the characters
466 \key{Palavra para min{\'u}sculas}{M-l}
470 \key{Regi{\~a}o para min{\'u}sculas}{C-x C-l}
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Denv.cpp36 #include <math.h>
212 return ((size_range *)p1)->min - ((size_range *)p2)->min;
225 size_table[i].min = sizes[i*2];
234 if (sp < size_table[i].min) {
235 if (i > 0 && size_table[i].min - sp >= sp - size_table[i - 1].max)
238 p = size_table[i].min;
1006 vunits min, max;
1007 last->vertical_extent(&min, &max);
1008 return -min;
1046 vunits min = 0, max = 0, cur = 0; local
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderBox.cpp61 #include <math.h>
551 return clientWidth() - std::min<LayoutUnit>(0, layoutOverflowRect().x() - borderLeft());
612 logicalWidth = std::min(logicalWidth, computeLogicalWidthInRegionUsing(MaxSize, styleToUse.logicalMaxWidth(), availableWidth, cb, region));
622 logicalHeight = std::min(logicalHeight, maxH);
633 logicalHeight = std::min(logicalHeight, maxH);
1242 int width = std::min(paintRect.width(), paintRect.height());
1891 return std::min(fillAvailableExtent, fillFallbackExtent);
2385 return std::max(minLogicalWidth, std::min(maxLogicalWidth, fillAvailableMeasure(availableLogicalWidth)));
2408 logicalWidthResult = std::min(logicalWidthResult, shrinkLogicalWidthToAvoidFloats(marginStart, marginEnd, cb, region));
2411 return std::max(minPreferredLogicalWidth(), std::min(maxPreferredLogicalWidt
[all...]
H A DRenderThemeMac.mm71 #import <math.h>
796 // FIXME: Check is flawed, since it doesn't take min-width/max-width into account.
1038 [cell setMinValue:element->min()];
1069 IntRect progressBarBounds(bounds.x(), bounds.y(), std::min(bounds.width(), maxDimension), std::min(bounds.height(), maxDimension));
1124 trackInfo.min = 0;
1281 float fontScale = std::min(renderer.style().fontSize() / baseFontSize, bounds.height() / (baseArrowHeight * 2 + baseSpaceBetweenArrows));
/macosx-10.10/network_cmds-457/ping.tproj/
H A Dping.c107 #include <math.h>
1519 (void)fprintf(stderr, " %.3f min / %.3f avg / %.3f max",
1558 "round-trip min/avg/max/stddev = %.3f/%.3f/%.3f/%.3f ms\n",
1808 int hour, min, sec; local
1812 min = (sec % (60 * 60)) / 60;
1815 (void)snprintf(buf, sizeof(buf), "%02d:%02d:%02d", hour, min, sec);
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-aent.el53 (alg-exp (mapcar 'math-evaluate-expr entry)))
63 (math-format-value x 1000)))
73 (math-format-value (car alg-exp) 1000))
76 (math-format-value (car alg-exp) 1000))
85 (let ((long (concat (math-format-value (car entry) 1000)
103 (math-expr-opers math-standard-opers)
159 (calc-pop (min str (calc-stack-size))))
165 (math-format-value (calc-top-n str (car args)) 1000)))
181 (setq x (math
[all...]
H A Dcalc-bin.el143 (if (> (math-abs n) 100)
146 (list n (math-power-of-2 (math-abs n)))
191 (math-compute-max-digits (math-abs calc-word-size)
197 (defvar math-power-of-2-cache (list 1 2 4 8 16 32 64 128 256 512 1024))
198 (defvar math-big-power-of-2-cache nil)
199 (defun math-power-of-2 (n) ; [I I] [Public]
201 (or (nth n math-power-of-2-cache)
202 (let* ((i (length math
[all...]
H A Dcalccomp.el35 (defconst math-eqn-special-funcs
65 ;; math-comp-just and math-comp-comma-spc are local to
66 ;; math-compose-expr, but are used by math-compose-matrix, which is
67 ;; called by math-compose-expr
68 (defvar math-comp-just)
69 (defvar math-comp-comma-spc)
71 ;; math-comp-vector-prec is local to math
[all...]
/macosx-10.10/Chess-310.6/Sources/
H A DMBCBoardViewDraw.mm53 #import <math.h>
59 using std::min;
672 glBindTexture(GL_TEXTURE_2D, fNumberTextures[min(numInHand,8)-1]);
696 glBindTexture(GL_TEXTURE_2D, fNumberTextures[min(numInHand,8)-1]);
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ddecimfmt.cpp69 #include <math.h>
77 * On certain platforms, round is a macro defined in math.h
5099 void DecimalFormat::setMinimumSignificantDigits(int32_t min) {
5100 if (min < 1) {
5101 min = 1;
5103 // pin max sig dig to >= min
5104 int32_t max = _max(fMaxSignificantDigits, min);
5105 fMinSignificantDigits = min;
5117 // pin min sig dig to 1..max
5119 int32_t min
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSObject.cpp48 #include <math.h>
552 unsigned usedVectorLength = std::min(storage->length(), storage->vectorLength());
1545 unsigned usedVectorLength = std::min(storage->length(), storage->vectorLength());
2308 unsigned maxInitLength = std::min(currentLength, 100000U);
2320 lastArraySize = std::min(increasedLength, FIRST_VECTOR_GROW);
2322 return std::min(increasedLength, MAX_STORAGE_VECTOR_LENGTH);
2423 unsigned newIndexBias = std::min(indexBias >> 1, MAX_STORAGE_VECTOR_LENGTH - newVectorLength);
2442 unsigned newVectorLength = std::min(
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dvhdl-mode.el682 (const :tag "Math packages" math)))
2477 (goto-char (point-min))
2634 (when (vhdl-standard-p 'math)
2635 (define-key vhdl-template-map "\C-pc" 'vhdl-template-package-math-complex)
2636 (define-key vhdl-template-map "\C-pr" 'vhdl-template-package-math-real)
3138 (when (vhdl-standard-p 'math)
3140 ("math_complex" vhdl-template-package-math-complex)
3141 ("math_real" vhdl-template-package-math-real)
3311 (when (vhdl-standard-p 'math)
3312 '(["math_complex" vhdl-template-package-math
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcucdtst.c17 #include <math.h>
2278 { 0x1d79d, UCHAR_NFKD_INERT, FALSE }, /* math compat version of xi */
2287 { 0x1d79d, UCHAR_NFKC_INERT, FALSE }, /* math compat version of xi */
2990 int32_t i, p, min, max; local
2997 min = u_getIntPropertyMinValue(propEnum);
2998 if (min != 0) {
3008 name, min);
3179 uset_retainAll(set2, set1); /* [math blocks]&[:Math:] */
3181 uset_retainAll(set1, set3); /* [math blocks]&[assigned] */
3183 "[assigned Math block chars]", "[math block
[all...]
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dtexinfmt.el186 (goto-char (point-min))
203 (goto-char (point-min))
213 (min header-beginning region-beginning)
233 (goto-char (point-min))
255 (goto-char (point-min))
263 (goto-char (point-min))
266 (goto-char (point-min))
280 (goto-char (point-min))
285 (goto-char (point-min))
316 (goto-char (point-min))
[all...]
/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
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 function for expressions in a given interpreter.
3110 Tcl_MathProc *proc, /* C function that implements the math
3141 * Dispatch to a math functio
6835 long max = LONG_MAX, min = LONG_MIN; local
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dpostscr.vim690 " GS relational operators (seem like math ones to me!)
691 syn keyword postscrGSMathOperator max min
/macosx-10.10/emacs-93/emacs/src/
H A Dmacfns.c26 #include <math.h>
3024 return make_number (1 << min (dpyinfo->n_planes, 24));
4533 len = min (len, sizeof (filename) - 1);

Completed in 278 milliseconds

1234