Home
last modified time | relevance | path

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

12

/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
Dmath_copysign_test.cpp79 EXPECT_DOUBLE_EQ(1.0L, copysignl(1.0L, 2.0L));
80 EXPECT_DOUBLE_EQ(-1.0L, copysignl(1.0L, -2.0L));
81 EXPECT_DOUBLE_EQ(3.0L, copysignl(3.0L, 2.0L));
82 EXPECT_DOUBLE_EQ(-3.0L, copysignl(3.0L, -2.0L));
/third_party/musl/porting/liteos_a/kernel/src/math/
Dcopysignl.c4 long double copysignl(long double x, long double y) in copysignl() function
9 long double copysignl(long double x, long double y) in copysignl() function
Dfmal.c236 zs = copysignl(LDBL_MIN, zs); in fmal()
/third_party/musl/porting/liteos_m/kernel/src/math/
Dcopysignl.c4 long double copysignl(long double x, long double y) in copysignl() function
9 long double copysignl(long double x, long double y) in copysignl() function
/third_party/musl/src/math/
Dcopysignl.c4 long double copysignl(long double x, long double y) in copysignl() function
9 long double copysignl(long double x, long double y) in copysignl() function
Dfmal.c236 zs = copysignl(LDBL_MIN, zs); in fmal()
/third_party/musl/porting/uniproton/kernel/src/math/
Dcopysignl.c4 long double copysignl(long double x, long double y) in copysignl() function
9 long double copysignl(long double x, long double y) in copysignl() function
/third_party/musl/Benchmark/musl/
Dlibc_math.cpp41 benchmark::DoNotOptimize(copysignl(x, y)); in Bm_function_Copysignl_Allpositive()
50 benchmark::DoNotOptimize(copysignl(x, y)); in Bm_function_Copysignl_Allnegative()
59 benchmark::DoNotOptimize(copysignl(x, y)); in Bm_function_Copysignl_Np()
68 benchmark::DoNotOptimize(copysignl(x, y)); in Bm_function_Copysignl_Pn()
/third_party/ffmpeg/compat/djgpp/
Dmath.h25 long double copysignl(long double, long double);
Dmath.c44 long double copysignl(long double x, long double y) in copysignl() function
/third_party/musl/src/complex/
Dcprojl.c12 return CMPLXL(INFINITY, copysignl(0.0, cimagl(z))); in cprojl()
/third_party/musl/libc-test/src/math/
Dcopysignl.c32 y = copysignl(p->x, p->x2); in main()
Dtest_src_math.gni31 "copysignl",
/third_party/musl/libc-test/src/common/
Dmtest.c95 got = copysignl(0x1p16383L, got); in ulperrl()
/third_party/musl/src/internal/
Dfloatscan.c274 bias = copysignl(scalbn(1, 2*LDBL_MANT_DIG-bits-1), y); in decfloat()
414 bias = copysignl(scalbn(1, 32+LDBL_MANT_DIG-bits-1), sign); in hexfloat()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dfloatscan.c274 bias = copysignl(scalbn(1, 2*LDBL_MANT_DIG-bits-1), y); in decfloat()
414 bias = copysignl(scalbn(1, 32+LDBL_MANT_DIG-bits-1), sign); in hexfloat()
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dfloatscan.c274 bias = copysignl(scalbn(1, 2*LDBL_MANT_DIG-bits-1), y); in decfloat()
414 bias = copysignl(scalbn(1, 32+LDBL_MANT_DIG-bits-1), sign); in hexfloat()
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dfloatscan.c274 bias = copysignl(scalbn(1, 2*LDBL_MANT_DIG-bits-1), y); in decfloat()
414 bias = copysignl(scalbn(1, 32+LDBL_MANT_DIG-bits-1), sign); in hexfloat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def244 HANDLE_LIBCALL(COPYSIGN_F80, "copysignl")
245 HANDLE_LIBCALL(COPYSIGN_F128, "copysignl")
246 HANDLE_LIBCALL(COPYSIGN_PPCF128, "copysignl")
/third_party/musl/libc-test/src/api/
Dmath.c83 {long double(*p)(long double,long double) = copysignl;} in f()
/third_party/musl/include/
Dmath.h173 long double copysignl(long double, long double);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h173 long double copysignl(long double, long double);
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h173 long double copysignl(long double, long double);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h173 long double copysignl(long double, long double);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h42 T(copysignl, ll_l)

12