/freebsd/lib/msun/src/ |
H A D | catrigl.c | 190 return (CMPLXL(copysignl(creall(w), x), in casinhl() 191 copysignl(cimagl(w), y))); in casinhl() 207 return (CMPLXL(copysignl(rx, x), copysignl(ry, y))); in casinhl() 293 return (CMPLXL(fabsl(ry), copysignl(rx, cimagl(z)))); in cacoshl() 376 return (CMPLXL(copysignl(0, x), y + y)); in catanhl() 378 return (CMPLXL(copysignl(0, x), in catanhl() 379 copysignl(pio2_hi + pio2_lo, y))); in catanhl() 385 copysignl(pio2_hi + pio2_lo, y))); in catanhl() 404 return (CMPLXL(copysignl(rx, x), copysignl(ry, y))); in catanhl()
|
H A D | s_csqrtl.c | 79 return (CMPLXL(fabsl(b - b), copysignl(a, b))); in csqrtl() 81 return (CMPLXL(a, copysignl(b - b, b))); in csqrtl() 119 ry = copysignl(scale * t, b); in csqrtl()
|
H A D | s_cprojl.c | 41 return (CMPLXL(INFINITY, copysignl(0.0, cimagl(z)))); in cprojl()
|
H A D | s_copysignl.c | 34 copysignl(long double x, long double y) in copysignl() function
|
H A D | math.h | 453 long double copysignl(long double, long double) __pure2;
|
/freebsd/lib/msun/i387/ |
H A D | s_copysignl.S | 7 ENTRY(copysignl) 16 END(copysignl)
|
/freebsd/lib/msun/ld80/ |
H A D | s_tanpil.c | 114 t = ix == 0 ? copysignl(0, odd) : __kernel_tanpil(ax); in tanpil() 131 t = ix >= 0x403f ? 0 : (copysignl(0, (lx & 1) ? -1 : 1)); in tanpil()
|
H A D | b_expl.c | 89 k = z + copysignl(0.5L, x); in __exp__D()
|
H A D | s_sinpil.c | 129 RETURNI(copysignl(0, x)); in sinpil()
|
/freebsd/tools/regression/usr.bin/cc/ |
H A D | float.c | 76 return (copysignl(1.0, d1) == copysignl(1.0, d2)); in fpequal()
|
/freebsd/lib/msun/ld128/ |
H A D | s_cexpl.c | 64 } else if (isinf(x) && copysignl(1.L, x) < 0) { in cexpl()
|
H A D | s_sinpil.c | 110 return (copysignl(0, x)); in sinpil()
|
H A D | s_tanpil.c | 121 return (copysignl(t, x)); in tanpil()
|
/freebsd/lib/msun/tests/ |
H A D | csqrt_test.c | 166 CMPLXL(0.0, copysignl(INFINITY, vals[i]))); in test_infinities() 168 CMPLXL(INFINITY, copysignl(0.0, vals[i]))); in test_infinities()
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
H A D | erfinvl.c | 98 y = copysignl (sqrtl (-logl (1.0l - fabsl (x)) * SQRT_PIl), x); in erfinvl()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | int_math.h | 63 #define crt_copysignl(x, y) copysignl((x), (y))
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 77 copysignl;
|
H A D | Makefile | 210 MLINKS+=copysign.3 copysignf.3 copysign.3 copysignl.3
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | RuntimeLibcalls.def | 289 HANDLE_LIBCALL(COPYSIGN_F80, "copysignl") 290 HANDLE_LIBCALL(COPYSIGN_F128, "copysignl") 291 HANDLE_LIBCALL(COPYSIGN_PPCF128, "copysignl")
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cmath.inc | 217 using ::copysignl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cmath | 173 long double copysignl(long double x, long double y); 524 using ::copysignl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.cppm |
|
H A D | cmath.inc | 218 using std::copysignl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | tgmath.h | 615 __tg_copysign(long double __x, long double __y) {return copysignl(__x, __y);} in __tg_copysign()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1037 /// long double copysignl(long double x, long double y); 1038 TLI_DEFINE_ENUM_INTERNAL(copysignl) 1039 TLI_DEFINE_STRING_INTERNAL("copysignl")
|