| /freebsd/lib/msun/src/ |
| H A D | catrigf.c | 171 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 D | s_ccoshf.c | 67 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 D | s_csqrtf.c | 60 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 D | s_tanpif.c | 95 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 D | s_ctanhf.c | 57 copysignf(0, isinf(y) ? y : sinf(y) * cosf(y)))); in ctanhf() 65 return (CMPLXF(copysignf(1, x), in ctanhf()
|
| H A D | s_csinhf.c | 67 return (CMPLXF(copysignf(h, x) * c, h * s)); in csinhf() 71 return (CMPLXF(crealf(z) * copysignf(1, x), cimagf(z))); in csinhf()
|
| H A D | s_cprojf.c | 41 return (CMPLXF(INFINITY, copysignf(0.0, cimagf(z)))); in cprojf()
|
| H A D | s_copysignf.c | 26 copysignf(float x, float y) in copysignf() function
|
| H A D | s_sinpif.c | 117 return (copysignf(0, x)); in sinpif()
|
| H A D | math.h | 391 float copysignf(float, float) __pure2;
|
| /freebsd/lib/msun/i387/ |
| H A D | s_copysignf.S | 9 ENTRY(copysignf) 18 END(copysignf)
|
| /freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
| H A D | erfinvf_4u7.c | 69 / (copysignf (t, x) * horner_2_f32 (t, data.Q_50)); in erfinvf()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | int_math.h | 62 #define crt_copysignf(x, y) copysignf((x), (y))
|
| /freebsd/lib/msun/tests/ |
| H A D | nearbyint_test.c | 126 out = copysignf( in test_modf()
|
| /freebsd/lib/msun/ |
| H A D | Symbol.map | 76 copysignf;
|
| H A D | Makefile | 222 MLINKS+=copysign.3 copysignf.3 copysign.3 copysignl.3
|
| /freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cmath.inc | 216 using ::copysignf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | cmath | 172 float copysignf(float x, float y); 430 using ::copysignf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | cmath | 172 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.h | 452 using ::copysignf;
|
| H A D | __clang_cuda_math.h | 83 __DEVICE__ float copysignf(float __a, float __b) { in copysignf() function
|
| H A D | __clang_hip_cmath.h | 745 using ::copysignf;
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cmath.cppm | |
| H A D | cmath.inc | 217 using std::copysignf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/arm-optimized-routines/math/test/ |
| H A D | ulp.c | 555 #define copysign_f copysignf
|