Home
last modified time | relevance | path

Searched refs:copysignl (Results 1 - 23 of 23) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_copysign_test.cpp74 * @tc.desc: When the parameter of copysignl is valid, test the return value of the function.
79 EXPECT_DOUBLE_EQ(1.0L, copysignl(1.0L, 2.0L)); in HWTEST_F()
80 EXPECT_DOUBLE_EQ(-1.0L, copysignl(1.0L, -2.0L)); in HWTEST_F()
81 EXPECT_DOUBLE_EQ(3.0L, copysignl(3.0L, 2.0L)); in HWTEST_F()
82 EXPECT_DOUBLE_EQ(-3.0L, copysignl(3.0L, -2.0L)); in HWTEST_F()
/third_party/musl/porting/uniproton/kernel/src/math/
H A 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/
H A 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
H A Dfmal.c236 zs = copysignl(LDBL_MIN, zs); in fmal()
/third_party/musl/porting/liteos_m/kernel/src/math/
H A 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/porting/liteos_a/kernel/src/math/
H A 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
H A Dfmal.c236 zs = copysignl(LDBL_MIN, zs); in fmal()
/third_party/musl/Benchmark/musl/
H A 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/musl/src/complex/
H A Dcprojl.c12 return CMPLXL(INFINITY, copysignl(0.0, cimagl(z))); in cprojl()
/third_party/ffmpeg/compat/djgpp/
H A Dmath.c44 long double copysignl(long double x, long double y) in copysignl() function
/third_party/musl/libc-test/src/math/
H A Dcopysignl.c11 #include "sanity/copysignl.h"
12 #include "special/copysignl.h"
32 y = copysignl(p->x, p->x2); in main()
36 printf("%s:%d: bad fp exception: %s copysignl(%La,%La)=%La, want %s", in main()
43 printf("%s:%d: %s copysignl(%La,%La) want %La got %La ulperr %.3f = %a + %a\n", in main()
/third_party/musl/libc-test/src/common/
H A Dmtest.c95 got = copysignl(0x1p16383L, got); in ulperrl()
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A 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/
H A 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/
H A 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/src/internal/
H A 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/include/
H A Dmath.h173 long double copysignl(long double, long double);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h173 long double copysignl(long double, long double);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h173 long double copysignl(long double, long double);
/third_party/musl/include/
H A Dmath.h173 long double copysignl(long double, long double);
/third_party/musl/libc-test/src/api/
H A Dmath.c83 {long double(*p)(long double,long double) = copysignl;} in f()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c110 int mpcopysignl(struct t *t) { return mpl2(t, copysignl); } in mpcopysignl()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34229 extern long double copysignl (long double __x, long double __y) throw () __attribute__ ((__const__)); extern long double __copysignl (long double __x, long double __y) throw () __attribute__ ((__const__));
35231 using ::copysignl;
[all...]

Completed in 34 milliseconds