Home
last modified time | relevance | path

Searched refs:copysignl (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/lib/msun/src/
H A Dcatrigl.c190 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 Ds_csqrtl.c79 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 Ds_cprojl.c41 return (CMPLXL(INFINITY, copysignl(0.0, cimagl(z)))); in cprojl()
H A Ds_copysignl.c34 copysignl(long double x, long double y) in copysignl() function
H A Dmath.h453 long double copysignl(long double, long double) __pure2;
/freebsd/lib/msun/i387/
H A Ds_copysignl.S7 ENTRY(copysignl)
16 END(copysignl)
/freebsd/lib/msun/ld80/
H A Ds_tanpil.c114 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 Db_expl.c89 k = z + copysignl(0.5L, x); in __exp__D()
H A Ds_sinpil.c129 RETURNI(copysignl(0, x)); in sinpil()
/freebsd/tools/regression/usr.bin/cc/
H A Dfloat.c76 return (copysignl(1.0, d1) == copysignl(1.0, d2)); in fpequal()
/freebsd/lib/msun/ld128/
H A Ds_cexpl.c64 } else if (isinf(x) && copysignl(1.L, x) < 0) { in cexpl()
H A Ds_sinpil.c110 return (copysignl(0, x)); in sinpil()
H A Ds_tanpil.c121 return (copysignl(t, x)); in tanpil()
/freebsd/lib/msun/tests/
H A Dcsqrt_test.c166 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 Derfinvl.c98 y = copysignl (sqrtl (-logl (1.0l - fabsl (x)) * SQRT_PIl), x); in erfinvl()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_math.h63 #define crt_copysignl(x, y) copysignl((x), (y))
/freebsd/lib/msun/
H A DSymbol.map77 copysignl;
H A DMakefile210 MLINKS+=copysign.3 copysignf.3 copysign.3 copysignl.3
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def289 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 Dcmath.inc217 using ::copysignl _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcmath173 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 Dcmath.cppm
H A Dcmath.inc218 using std::copysignl _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h615 __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 DTargetLibraryInfo.def1037 /// long double copysignl(long double x, long double y);
1038 TLI_DEFINE_ENUM_INTERNAL(copysignl)
1039 TLI_DEFINE_STRING_INTERNAL("copysignl")

12