Searched refs:scale (Results 1 - 25 of 34) sorted by relevance

12

/barrelfish-master/lib/msun/src/
H A Ds_csqrt.c54 int scale; local
89 scale = 1;
91 scale = 0;
104 if (scale)
H A Ds_csqrtl.c54 int scale; local
89 scale = 1;
91 scale = 0;
104 if (scale)
H A Dk_exp.c53 * minimize |exp(kln2) - 2**k|. We also scale the exponent of
77 double exp_x, scale; local
82 INSERT_WORDS(scale, (0x3ff + expt) << 20, 0);
83 return (exp_x * scale);
H A Dk_expf.c60 float exp_x, scale; local
65 SET_FLOAT_WORD(scale, (0x7f + expt) << 23);
66 return (exp_x * scale);
H A Ds_fmal.c90 * Compute ldexp(a+b, scale) with a single rounding error. It is assumed
95 add_and_denormalize(long double a, long double b, int scale) argument
115 bits_lost = -u.bits.exp - scale + 1;
119 return (ldexp(sum.hi, scale));
H A Dcatrig.c526 double scale; local
547 scale = 1;
548 SET_HIGH_WORD(scale, 0x7ff00000 - ix); /* 2**(1-ilogb(x)) */
549 x *= scale;
550 y *= scale;
551 return (x / (x * x + y * y) * scale);
H A Ds_fma.c94 * Compute ldexp(a+b, scale) with a single rounding error. It is assumed
99 add_and_denormalize(double a, double b, int scale) argument
119 bits_lost = -((int)(hibits >> 52) & 0x7ff) - scale + 1;
127 return (ldexp(sum.hi, scale));
H A Dcatrigf.c316 float scale; local
332 SET_FLOAT_WORD(scale, 0x7f800000 - ix);
333 x *= scale;
334 y *= scale;
335 return (x / (x * x + y * y) * scale);
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DTickBar.java46 * the observed component divided by the value of "scale".
77 double scale; field in class:TickBar
112 double scale,
119 this.initialScale = scale;
120 this.scale = scale;
156 " scale="+scale);
164 int y = height - ((int)(margin*zoomLevel)+(int)(i*scale*zoomLevel));
175 int y = height - ((int)(margin*zoomLevel)+(int)(i*scale*zoomLeve
108 TickBar(JComponent panel, boolean vertical, int majorTickSpace, int minorTickSpace, double scale, double margin) argument
206 setScale(double scale) argument
[all...]
/barrelfish-master/lib/compiler-rt/builtins/
H A Ddivsf3.c29 int scale = 0; local
71 // normal number. Renormalize one or both of a and b, and set scale to
74 scale += normalize(&aSignificand);
76 scale -= normalize(&bSignificand);
84 int quotientExponent = aExponent - bExponent + scale;
H A Ddivtf3.c30 int scale = 0; local
72 // normal number. Renormalize one or both of a and b, and set scale to
75 scale += normalize(&aSignificand);
77 scale -= normalize(&bSignificand);
85 int quotientExponent = aExponent - bExponent + scale;
H A Ddivdf3.c29 int scale = 0; local
71 // normal number. Renormalize one or both of a and b, and set scale to
74 scale += normalize(&aSignificand);
76 scale -= normalize(&bSignificand);
84 int quotientExponent = aExponent - bExponent + scale;
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/jdotview/
H A DGraphVizPanel.java155 boolean scale=true;
161 // record previous scale and zoom state
162 scale = gp.getScaleToFit();
169 // set the new scale and zoom state
170 gp.setScaleToFit(scale);
202 // zoom and scale settings
210 public void setScaleToFit(boolean scale) { argument
211 super.setScaleToFit(scale);
212 myScaleToFit=scale;
/barrelfish-master/lib/gdtoa/
H A Dstrtod.c66 (x, scale) U *x; int scale;
68 (U *x, int scale)
76 if (!scale || (i = 2*P + 1 - ((word0(x) & Exp_mask) >> Exp_shift)) <= 0)
93 int scale; local
440 scale = 0;
529 scale = 2*P;
533 if (scale && (j = 2*P + 1 - ((word0(&rv) & Exp_mask)
605 j = bbe - scale;
635 bd2 += scale;
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/whrlpool/asm/
H A Dwp-mmx.pl65 sub scale() subroutine
125 &scale ("esi","ecx");
126 &scale ("edi","edx");
133 &scale ("esi","ecx");
134 &scale ("edi","edx");
139 &scale ("esi","ecx");
140 &scale ("edi","edx");
147 &scale ("esi","ecx");
148 &scale ("edi","edx");
159 &scale ("es
[all...]
/barrelfish-master/usr/eclipseclp/CPViz/viztool/src/components/
H A DMyInternalFrame.java398 double scale = (top-20.0)/(double)(c.getHeight());
400 // System.out.println("scale "+scale);
402 at.concatenate(AffineTransform.getScaleInstance(scale,scale));
404 // at = new AffineTransform(scale,0.0,0.0,scale,-vb.getTranslateX(),-vb.getTranslateY());
412 // leftpane.AffineScale = scale;
/barrelfish-master/lib/openssl-1.0.0d/crypto/perlasm/
H A Dx86_64-xlate.pl212 { package ea; # pick up effective addresses: expr(%reg,%reg,scale)
222 ($self->{base},$self->{index},$self->{scale})=split(/,/,$3);
223 $self->{scale} = 1 if (!defined($self->{scale}));
262 $self->{index},$self->{scale};
277 $self->{index},$self->{scale},
/barrelfish-master/lib/x86emu/
H A Ddecode.c731 u32 base = 0, i = 0, scale = 1; local
807 scale = 1 << ((sib >> 6) & 0x03);
809 if (scale == 1) {
812 DECODE_PRINTF2("*%d]", scale);
815 return base + (i * scale);
/barrelfish-master/usr/bench/bomp_benchmark/
H A Dcg.c652 double size, ratio, scale; local
674 scale = size * v[ivelt];
688 aelt[nnza] = v[ivelt1] * scale;
908 * scale a double precision number x in (0,1) by a power of 2 and chop it
/barrelfish-master/usr/eclipseclp/ecrc_solvers/chr/
H A Dgraphic.pl627 scale(5).
631 XX is fix(X * scale + 0.5).
634 X is XX / scale.
/barrelfish-master/lib/openssl-1.0.0d/crypto/camellia/asm/
H A Dcmll-x86_64.pl72 my $scale=$seed<0?-8:8;
97 mov `$seed+($i+1)*$scale`($key),$t1 # prefetch key[i+1]
98 mov `$seed+($i+1)*$scale+4`($key),$t0
H A Dcmll-x86.pl79 my $scale=$seed<0?-8:8;
85 &xor ($t1,&DWP($seed+$i*$scale+4,$key)); # t1^=key[1]
109 &mov ($idx,&DWP($seed+($i+1)*$scale,$key)); # prefetch key[i+1]
/barrelfish-master/usr/eclipseclp/documents/visualisation/
H A Dclients.tex126 \item As a rectangular bar on a scale representing the current bounds
369 Align bounds & Causes the selected \viewlet{}s to use the same underlying scale when displaying the bounds. This allows variables whose initial bounds were different to be visually compared. & bound \\
518 Above the gantt chart is a numeric scale indicating time. By clicking
519 and dragging this scale can be expanded or shrunk so as to fit the
564 \item Arrange \viewer{} windows on screen, resize and scale to taste.
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dintervals.c767 double scale; local
788 scale = fabs(upper ? upb : lwb);
789 if (scale > 1.0) minwidth = minwidth * scale;
/barrelfish-master/usr/eclipseclp/documents/megalog/
H A Dintro-sec.tex35 language to provide large scale persistent storage of knowledge in such a

Completed in 185 milliseconds

12