Searched refs:fabsf (Results 1 - 25 of 25) sorted by last modified time

/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c1612 void fabsf() {} function
H A Dlibroot_stubs.c1668 void fabsf() {} function
/haiku/headers/posix/
H A Dmath.h152 extern float fabsf(float x);
/haiku/src/add-ons/input_server/devices/wacom/
H A DTabletDevice.cpp527 absDeltaX = fabsf(deltaX);
528 absDeltaY = fabsf(deltaY);
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h1702 strokeDashArray[count++] = fabsf(nsvg__parseCoordinate(p, item, 0.0f, nsvg__actualLength(p)));
2080 rx = fabsf(args[0]); // y radius
2081 ry = fabsf(args[1]); // x radius
2083 fa = fabsf(args[3]) > 1e-6 ? 1 : 0; // Large arc
2084 fs = fabsf(args[4]) > 1e-6 ? 1 : 0; // Sweep direction
2159 ndivs = (int)(fabsf(da) / (NSVG_PI*0.5f) + 1.0f);
2161 kappa = fabsf(4.0f / 3.0f * (1.0f - cosf(hda)) / sinf(hda));
2331 if (strcmp(attr[i], "rx") == 0) rx = fabsf(nsvg__parseCoordinate(p, attr[i+1], 0.0f, nsvg__actualWidth(p)));
2332 if (strcmp(attr[i], "ry") == 0) ry = fabsf(nsvg__parseCoordinate(p, attr[i+1], 0.0f, nsvg__actualHeight(p)));
2381 if (strcmp(attr[i], "r") == 0) r = fabsf(nsvg__parseCoordinat
[all...]
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Dfabsf.s1 .global fabsf
2 .type fabsf,@function
3 fabsf: label
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dfabsf.s1 .global fabsf
2 .type fabsf,@function
3 fabsf: label
/haiku/src/system/libroot/posix/musl/math/riscv64/
H A Dfabsf.c5 float fabsf(float x) function
13 #include "../fabsf.c"
/haiku/src/system/libroot/posix/musl/math/ppc/
H A Dfabsf.c5 #include "../fabsf.c"
9 float fabsf(float x) function
/haiku/src/system/libroot/posix/musl/math/
H A Dj1f.c76 return common(ix, fabsf(x), 0, sign);
H A Djnf.c44 x = fabsf(x);
131 tmp = nf*logf(fabsf(w));
153 if (fabsf(z) >= fabsf(w))
H A Dj0f.c73 x = fabsf(x);
H A Dfabsf.c4 float fabsf(float x) function
H A Derff.c91 s = fabsf(x) - 1;
105 x = fabsf(x);
H A Datan2f.c75 z = atanf(fabsf(y/x));
H A Datanf.c65 x = fabsf(x);
H A Dasinf.c55 z = (1 - fabsf(x))*0.5f;
/haiku/src/system/libroot/posix/musl/math/arm64/
H A Dfabsf.c3 float fabsf(float x) function
/haiku/src/system/libroot/posix/musl/math/arm/
H A Dfabsf.c5 float fabsf(float x) function
13 #include "../fabsf.c"
/haiku/src/system/libroot/posix/glibc/math/
H A Dk_casinhf.c38 rx = fabsf (__real__ x);
39 ix = fabsf (__imag__ x);
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_csqrtf.c74 __real__ res = fabsf (sqrtf (__real__ x));
80 float r = sqrtf (0.5 * fabsf (__imag__ x));
100 r = fabsf ((0.5f * __imag__ x) / s);
H A Ds_csinf.c36 __real__ x = fabsf (__real__ x);
H A Ds_csinhf.c36 __real__ x = fabsf (__real__ x);
H A Ds_clogf.c40 __real__ result = -1.0 / fabsf (__real__ x);
H A Ds_clog10f.c40 __real__ result = -1.0 / fabsf (__real__ x);

Completed in 162 milliseconds