Searched refs:fabs (Results 51 - 75 of 126) sorted by relevance

123456

/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Dexp2l.s17 fabs
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Ddac2.c333 error = fabs((req_pclk / 4) - (((si->ps.f_ref / m) * n) / p));
336 error = fabs(req_pclk - (((si->ps.f_ref / m) * n) / p));
/haiku/src/add-ons/accelerants/via/engine/
H A Ddac2.c333 error = fabs((req_pclk / 4) - (((si->ps.f_ref / m) * n) / p));
336 error = fabs(req_pclk - (((si->ps.f_ref / m) * n) / p));
H A Ddac.c346 error = fabs(req_pclk - (((si->ps.f_ref / m) * n) / p));
495 error = fabs(req_pclk - (((si->ps.f_ref / m) * n) / p));
661 error = fabs((req_sclk / 4) - (((si->ps.f_ref / m) * n) / p));
664 error = fabs(req_sclk - (((si->ps.f_ref / m) * n) / p));
/haiku/src/apps/mediaplayer/interface/
H A DTransportControlGroup.cpp323 db = db * (pow(fabs(kVolumeDbMax), (1.0 / kVolumeDbExpPositive))
324 / fabs(kVolumeDbMax));
328 db = db * (pow(fabs(kVolumeDbMin), (1.0 / kVolumeDbExpNegative))
329 / fabs(kVolumeDbMin));
343 db = db * (fabs(kVolumeDbMax) / pow(fabs(kVolumeDbMax),
348 db = db * (fabs(kVolumeDbMin) / pow(fabs(kVolumeDbMin),
/haiku/src/system/libroot/posix/musl/math/
H A Derf.c181 s = fabs(x) - 1;
195 x = fabs(x);
/haiku/src/system/libroot/posix/glibc/math/
H A Dk_casinh.c38 rx = fabs (__real__ x);
39 ix = fabs (__imag__ x);
/haiku/src/apps/mandelbrot/
H A DFractalEngine.cpp371 zReal = fabs(zReal);
372 zImaginary = fabs(zImaginary);
470 lineDist = fabs(zReal + zImaginary);
/haiku/src/system/libroot/posix/glibc/misc/
H A Defgcvt_r.c52 #define FABS APPEND(fabs, FLOAT_NAME_EXT)
/haiku/src/apps/launchbox/
H A DMainWindow.cpp548 if (fabs(0.5 - fScreenPosition.x) > fabs(0.5 - fScreenPosition.y)) {
578 if (fabs(0.5 - fScreenPosition.x) > fabs(0.5 - fScreenPosition.y)) {
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dexp.s48 fabs
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_dac.c424 error = fabs((req_pclk / 4) - (((si->ps.f_ref / m) * n) / p));
427 error = fabs(req_pclk - (((si->ps.f_ref / m) * n) / p));
602 error = fabs((req_sclk / 4) - (((si->ps.f_ref / m) * n) / p));
605 error = fabs(req_sclk - (((si->ps.f_ref / m) * n) / p));
H A Dnv_dac2.c380 error = fabs((req_pclk / 4) - (((si->ps.f_ref / m) * n) / p));
383 error = fabs(req_pclk - (((si->ps.f_ref / m) * n) / p));
/haiku/src/libs/icon/transformer/
H A DAffineTransformer.cpp96 return fabs(fSource->ApproximationScale() * scale());
H A DContourTransformer.cpp115 double factor = fabs(width());
/haiku/src/bin/desklink/
H A DVolumeControl.cpp241 if (fabs(snapPoint - fMinSnap) < kMinSnapOffset)
249 if (fabs(snapPoint - fMaxSnap) < kMinSnapOffset)
/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.cpp380 if (fabs(xDiff) > fabs(yDiff)) {
H A DTransformBox.cpp503 return fabs(agg::calc_line_point_distance(start.x, start.y, end.x, end.y,
624 if (fabs(xDiff) > fabs(yDiff)) {
/haiku/src/servers/app/stackandtile/
H A DSATGroup.cpp744 if (fabs(fCrossingList.ItemAt(i)->HorizontalTab()->Position() - pos)
750 if (fabs(fCrossingList.ItemAt(i)->VerticalTab()->Position() - pos)
1179 if (fabs(list.ItemAt(i)->Position() - position) < 0.00001)
1429 float dist = fabs(screen.left - frame.right);
1437 float dist = fabs(frame.top - screen.bottom);
1445 float dist = fabs(frame.left - screen.right);
1453 float dist = fabs(frame.bottom - screen.top);
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_dac.c410 error = fabs(req_pclk - ((((8 * si->ps.f_ref) / n) * m) / p));
560 error = fabs(req_pclk - (((si->ps.f_ref / m) * n) / p));
695 error = fabs(req_pclk - ((((si->ps.f_ref * 2)/ m) * n) / p));
818 error = fabs(req_sclk - (((si->ps.f_ref / m) * n) / p));
1013 error = fabs(req_sclk - ((((si->ps.f_ref * 2)/ m) * n) / p));
/haiku/src/kits/interface/
H A DAffineTransform.cpp495 return fabs(sx) > epsilon && fabs(sy) > epsilon;
502 return fabs(v1 - v2) <= double(epsilon);
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h165 __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.cpp85 if (fabs(test_values[i] - new_value) < delta) {
202 float delta = fabs(item->Value - value);
/haiku/headers/libs/agg/
H A Dagg_span_gouraud_gray.h59 m_1dy = (fabs(dy) < 1e-10) ? 1e10 : 1.0 / dy;
/haiku/src/kits/interface/layouter/
H A DLayoutOptimizer.cpp275 double pivotValue = fabs(a[indices[i]][i]);
278 double value = fabs(a[index][i]);
338 double pivotValue = fabs(a[indices[i]][column]);
341 double value = fabs(a[index][column]);

Completed in 400 milliseconds

123456