Home
last modified time | relevance | path

Searched refs:copysignf (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/lib/msun/src/
H A Dcatrigf.c171 return (CMPLXF(copysignf(crealf(w), x), in casinhf()
172 copysignf(cimagf(w), y))); in casinhf()
188 return (CMPLXF(copysignf(rx, x), copysignf(ry, y))); in casinhf()
273 return (CMPLXF(fabsf(ry), copysignf(rx, cimagf(z)))); in cacoshf()
355 return (CMPLXF(copysignf(0, x), y + y)); in catanhf()
357 return (CMPLXF(copysignf(0, x), in catanhf()
358 copysignf(pio2_hi + pio2_lo, y))); in catanhf()
364 copysignf(pio2_hi + pio2_lo, y))); in catanhf()
383 return (CMPLXF(copysignf(rx, x), copysignf(ry, y))); in catanhf()
H A Ds_ccoshf.c67 return (CMPLXF(h * c, copysignf(h, x) * s)); in ccoshf()
71 return (CMPLXF(crealf(z), cimagf(z) * copysignf(1, x))); in ccoshf()
80 return (CMPLXF(y - y, x * copysignf(0, y))); in ccoshf()
83 return (CMPLXF(x * x, copysignf(0, x) * y)); in ccoshf()
H A Ds_csqrtf.c60 return (CMPLXF(fabsf(b - b), copysignf(a, b))); in csqrtf()
62 return (CMPLXF(a, copysignf(b - b, b))); in csqrtf()
79 return (CMPLXF(fabsf(b) / (2 * t), copysignf(t, b))); in csqrtf()
H A Ds_tanpif.c95 t = ix == 0 ? copysignf(0, odd) : __kernel_tanpif(ax); in tanpif()
112 t = ix >= 0x4b800000 ? 0 : (copysignf(0, (ix & 1) ? -1 : 1)); in tanpif()
H A Ds_ctanhf.c57 copysignf(0, isinf(y) ? y : sinf(y) * cosf(y)))); in ctanhf()
65 return (CMPLXF(copysignf(1, x), in ctanhf()
H A Ds_csinhf.c67 return (CMPLXF(copysignf(h, x) * c, h * s)); in csinhf()
71 return (CMPLXF(crealf(z) * copysignf(1, x), cimagf(z))); in csinhf()
H A Ds_cprojf.c41 return (CMPLXF(INFINITY, copysignf(0.0, cimagf(z)))); in cprojf()
H A Ds_copysignf.c26 copysignf(float x, float y) in copysignf() function
H A Ds_sinpif.c117 return (copysignf(0, x)); in sinpif()
H A Dmath.h391 float copysignf(float, float) __pure2;
/freebsd/lib/msun/i387/
H A Ds_copysignf.S9 ENTRY(copysignf)
18 END(copysignf)
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Derfinvf_4u7.c69 / (copysignf (t, x) * horner_2_f32 (t, data.Q_50)); in erfinvf()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_math.h62 #define crt_copysignf(x, y) copysignf((x), (y))
/freebsd/lib/msun/tests/
H A Dnearbyint_test.c126 out = copysignf( in test_modf()
/freebsd/lib/msun/
H A DSymbol.map76 copysignf;
H A DMakefile222 MLINKS+=copysign.3 copysignf.3 copysign.3 copysignl.3
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc216 using ::copysignf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcmath172 float copysignf(float x, float y);
430 using ::copysignf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcmath172 float copysignf(float x, float y);
434 using ::copysignf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h452 using ::copysignf;
H A D__clang_cuda_math.h83 __DEVICE__ float copysignf(float __a, float __b) { in copysignf() function
H A D__clang_hip_cmath.h745 using ::copysignf;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.cppm
H A Dcmath.inc217 using std::copysignf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dulp.c555 #define copysign_f copysignf

12