Searched refs:factor (Results 1 - 25 of 54) sorted by relevance

123

/haiku-fatelf/src/bin/coreutils/man/
H A Dfactor.x2 factor \- factor numbers
/haiku-fatelf/src/apps/debuganalyzer/gui/chart/
H A DDefaultChartAxisLegendSource.cpp65 double factor = 1; local
66 while (rangeSpan * factor < maxLegends / 2) {
67 factor *= 10;
72 if (rangeSpan * factor / relativeFactor >= maxLegends) {
74 if (rangeSpan * factor / relativeFactor >= maxLegends)
80 double interval = relativeFactor / factor;
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ds_cbrtf.c29 static const double factor[5] = variable
60 ym = u * (t2 + 2.0 * xm) / (2.0 * t2 + xm) * factor[2 + xe % 3];
H A Ds_cbrt.c29 static const double factor[5] = variable
68 ym = u * (t2 + 2.0 * xm) / (2.0 * t2 + xm) * factor[2 + xe % 3];
H A Ds_cbrtl.c31 static const double factor[5] = variable
64 u *= factor[2 + xe % 3];
/haiku-fatelf/src/add-ons/media/plugins/musepack/mpc/
H A Drequant.cpp31 MPC_decoder::ScaleOutput ( double factor )
34 double f1 = factor;
35 double f2 = factor;
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86/
H A Ds_cbrt.S58 ASM_TYPE_DIRECTIVE(factor,@object)
59 factor: .double ONE_SQR_CBRT2 label
64 ASM_SIZE_DIRECTIVE(factor)
179 fmull MOX(16+factor,%ecx) /* u*(t2+2*xm)/(2*t2+xm)*FACT */
H A Ds_cbrtf.S46 ASM_TYPE_DIRECTIVE(factor,@object)
48 factor: .double ONE_SQR_CBRT2 label
53 ASM_SIZE_DIRECTIVE(factor)
156 fmull MOX(16+factor,%ecx) /* u*(t2+2*xm)/(2*t2+xm)*FACT */
H A Ds_cbrtl.S70 ASM_TYPE_DIRECTIVE(factor,@object)
72 factor: .tfloat ONE_SQR_CBRT2 label
81 ASM_SIZE_DIRECTIVE(factor)
206 fldt MOX(32+factor,%ecx)
/haiku-fatelf/src/apps/cortex/ValControl/
H A DNumericValControl.cpp173 printf(" response; factor %.2f, offset %.2f\n", fFactor, fOffset);
192 double factor = pow(10, -fFractionalDigits); local
194 *outMinValue = (double)fMinFixed * factor;
195 *outMaxValue = (double)fMaxFixed * factor;
205 double factor = pow(10, fFractionalDigits); local
208 (int64)floor(minValue * factor) :
209 (int64)ceil(minValue * factor);
212 (int64)floor(maxValue * factor) :
213 (int64)ceil(maxValue * factor);
/haiku-fatelf/src/apps/switcher/
H A DPanelWindow.cpp181 float factor = 1.f * fShowState / kMaxShowState; local
182 return 1 - (factor - 1) * (factor - 1);
/haiku-fatelf/src/libs/icon/transformer/
H A DContourTransformer.cpp113 double factor = fabs(width()); local
114 if (factor > 1.0)
115 scale *= factor;
H A DStrokeTransformer.cpp124 double factor = fabs(width()); local
125 if (factor > 1.0)
126 scale *= factor;
/haiku-fatelf/src/bin/coreutils/src/
H A Dfactor.c0 /* factor -- print prime factors of n.
18 Adapted for GNU, fixed to factor UINT_MAX by Jim Meyering.
41 #define PROGRAM_NAME "factor"
51 static mpz_t *factor = NULL; variable
71 factor = X2NREALLOC (factor, &nfactors_allocated);
72 mpz_init (factor[nfactors_found]);
73 mpz_set (factor[nfactors_found], n);
234 debug ("[composite factor--restarting pollard-rho] ");
367 faclist[i] = &factor[
[all...]
/haiku-fatelf/src/preferences/mouse/
H A DMouseSettings.h47 void SetAccelerationFactor(int32 factor);
H A DMouseSettings.cpp153 printf("accel factor:\t%ld\n", fSettings.accel.accel_factor);
292 MouseSettings::SetAccelerationFactor(int32 factor) argument
294 if (set_mouse_acceleration(factor) == B_OK)
295 fSettings.accel.accel_factor = factor;
/haiku-fatelf/src/servers/input/
H A DMouseSettings.h46 void SetAccelerationFactor(int32 factor);
H A DMouseSettings.cpp131 printf("accel factor:\t%ld\n", fSettings.accel.accel_factor);
217 MouseSettings::SetAccelerationFactor(int32 factor) argument
219 fSettings.accel.accel_factor = factor;
/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DTable.java119 float factor = 1;
159 factor = 1;
161 factor = f.floatValue();
164 factor = 1;
167 f = new Float(flength * factor);
/haiku-fatelf/src/libs/alm/
H A DArea.cpp416 * times factor.
422 Area::SetWidthAs(Area* area, float factor) argument
424 return fLS->AddConstraint(-1.0, fLeft, 1.0, fRight, factor, area->Left(),
425 -factor, area->Right(), kEQ, 0.0);
431 * times factor.
437 Area::SetHeightAs(Area* area, float factor) argument
439 return fLS->AddConstraint(-1.0, fTop, 1.0, fBottom, factor, area->Top(),
440 -factor, area->Bottom(), kEQ, 0.0);
/haiku-fatelf/headers/libs/alm/
H A DArea.h94 SetWidthAs(Area* area, float factor = 1.0f);
97 SetHeightAs(Area* area, float factor = 1.0f);
/haiku-fatelf/src/add-ons/media/plugins/ac3_decoder/liba52/
H A Dparse.c324 sample_t factor[25]; local
327 factor[i] = scale_factor[i] * level;
339 coeff[i] = dither_gen (state) * LEVEL_3DB * factor[exp[i]];
348 coeff[i] = quantizer->q1[quantizer->q1_ptr--] * factor[exp[i]];
358 coeff[i] = q_1_0[code] * factor[exp[i]];
364 coeff[i] = quantizer->q2[quantizer->q2_ptr--] * factor[exp[i]];
374 coeff[i] = q_2_0[code] * factor[exp[i]];
379 coeff[i] = q_3[bitstream_get (state, 3)] * factor[exp[i]];
385 coeff[i] = quantizer->q4 * factor[exp[i]];
394 coeff[i] = q_4_0[code] * factor[ex
[all...]
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan2/com/nwalsh/xalan/
H A DTable.java120 float factor = 1;
160 factor = 1;
162 factor = f.floatValue();
165 factor = 1;
168 f = new Float(flength * factor);
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan27/src/com/nwalsh/xalan/
H A DTable.java127 float factor = 1;
167 factor = 1;
169 factor = f.floatValue();
172 factor = 1;
175 f = new Float(flength * factor);
/haiku-fatelf/src/servers/app/
H A DWorkspacesView.cpp148 float factor = workspaceFrame.Width() / screenFrame.Width(); local
149 frame.left = frame.left * factor;
150 frame.right = frame.right * factor;
152 factor = workspaceFrame.Height() / screenFrame.Height();
153 frame.top = frame.top * factor;
154 frame.bottom = frame.bottom * factor;

Completed in 131 milliseconds

123