Searched refs:copysignf (Results 1 - 21 of 21) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/riscv64/
H A Dcopysignf.c5 float copysignf(float x, float y) function
13 #include "../copysignf.c"
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_catanf.c38 __real__ res = copysignf (M_PI_2, __real__ x);
39 __imag__ res = copysignf (0.0, __imag__ x);
44 __real__ res = copysignf (M_PI_2, __real__ x);
47 __imag__ res = copysignf (0.0, __imag__ x);
52 __imag__ res = copysignf (0.0, __imag__ x);
H A Ds_csqrtf.c47 __imag__ res = copysignf (HUGE_VALF, __imag__ x);
53 ? nanf ("") : copysignf (0.0, __imag__ x));
69 __imag__ res = copysignf (sqrtf (-__real__ x),
75 __imag__ res = copysignf (0.0, __imag__ x);
82 __real__ res = copysignf (r, __imag__ x);
104 __imag__ res = copysignf (s, __imag__ x);
H A Ds_ccoshf.c68 __imag__ retval = __imag__ x * copysignf (1.0, __real__ x);
77 __real__ retval = copysignf (HUGE_VALF, cosix);
78 __imag__ retval = (copysignf (HUGE_VALF, sinix)
79 * copysignf (1.0, __real__ x));
H A Ds_catanhf.c38 __real__ res = copysignf (0.0, __real__ x);
39 __imag__ res = copysignf (M_PI_2, __imag__ x);
43 __real__ res = copysignf (0.0, __real__ x);
45 __imag__ res = copysignf (M_PI_2, __imag__ x);
H A Ds_cexpf.c53 __real__ retval = copysignf (exp_val, cosix);
54 __imag__ retval = copysignf (exp_val, sinix);
89 __real__ retval = copysignf (value, cosix);
90 __imag__ retval = copysignf (value, sinix);
106 __imag__ retval = copysignf (0.0, __imag__ x);
H A Ds_ctanhf.c37 __real__ res = copysignf (1.0, __real__ x);
38 __imag__ res = copysignf (0.0, __imag__ x);
H A Ds_ctanf.c37 __real__ res = copysignf (0.0, __real__ x);
38 __imag__ res = copysignf (1.0, __imag__ x);
H A Ds_csinf.c86 __real__ retval = copysignf (0.0, negate ? -1.0 : 1.0);
96 __real__ retval = copysignf (HUGE_VALF, sinix);
97 __imag__ retval = copysignf (HUGE_VALF, cosix);
119 __real__ retval = copysignf (0.0, negate ? -1.0 : 1.0);
H A Ds_casinhf.c36 __real__ res = copysignf (HUGE_VALF, __real__ x);
41 __imag__ res = copysignf (rcls >= FP_ZERO ? M_PI_2 : M_PI_4,
49 __imag__ res = copysignf (0.0, __imag__ x);
H A Ds_cacoshf.c42 __imag__ res = copysignf ((rcls == FP_INFINITE
52 __imag__ res = copysignf (signbit (__real__ x) ? M_PI : 0.0,
66 __imag__ res = copysignf (M_PI_2, __imag__ x);
H A Ds_csinhf.c61 __real__ retval = copysignf (0.0, negate ? -1.0 : 1.0);
96 __real__ retval = copysignf (HUGE_VALF, cosix);
97 __imag__ retval = copysignf (HUGE_VALF, sinix);
H A Ds_cprojf.c35 __imag__ res = copysignf (0.0, __imag__ x);
H A Ds_casinf.c39 __imag__ res = copysignf (HUGE_VALF, __imag__ x);
H A Ds_clogf.c38 __imag__ result = copysignf (__imag__ result, __imag__ x);
H A Ds_clog10f.c38 __imag__ result = copysignf (__imag__ result, __imag__ x);
/haiku/src/system/libroot/posix/musl/math/
H A Dcopysignf.c4 float copysignf(float x, float y) function
/haiku/src/system/libroot/posix/glibc/math/
H A Dk_casinhf.c53 __real__ y = copysignf (__imag__ y, __imag__ x);
76 __imag__ res = atan2f (rx, copysignf (s, __imag__ x));
89 __imag__ res = atan2f (rx, copysignf (s, __imag__ x));
107 __imag__ res = atan2f (rx + r1, copysignf (ix + r2,
120 copysignf (1.0f, __imag__ x));
133 copysignf (1.0f + s2,
169 copysignf (ix + r2,
204 __real__ y = copysignf (__imag__ y, __imag__ x);
212 __real__ res = copysignf (__real__ res, __real__ x);
213 __imag__ res = copysignf (__imag_
[all...]
/haiku/headers/posix/
H A Dmath.h144 extern float copysignf(float x, float y);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1560 void copysignf() {} function
H A Dlibroot_stubs_legacy.c1498 void copysignf() {} function

Completed in 226 milliseconds