Home
last modified time | relevance | path

Searched refs:result_sin (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/test/src/math/
H A Dsincosf_test.cpp79 float result_cos, result_sin; in TEST() local
80 __llvm_libc::sincosf(x, &result_sin, &result_cos); in TEST()
82 EXPECT_MPFR_MATCH(mpfr::Operation::Sin, x, result_sin, 1.0); in TEST()
84 EXPECT_FP_EQ(x, result_sin); in TEST()
88 __llvm_libc::sincosf(x, &result_sin, &result_cos); in TEST()
90 EXPECT_MPFR_MATCH(mpfr::Operation::Sin, x, result_sin, 1.0); in TEST()
92 EXPECT_FP_EQ(x, result_sin); in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/test/src/math/
H A Dsincosf_test.cpp79 float result_cos, result_sin; in TEST() local
80 __llvm_libc::sincosf(x, &result_sin, &result_cos); in TEST()
82 EXPECT_MPFR_MATCH(mpfr::Operation::Sin, x, result_sin, 1.0); in TEST()
84 EXPECT_FP_EQ(x, result_sin); in TEST()
88 __llvm_libc::sincosf(x, &result_sin, &result_cos); in TEST()
90 EXPECT_MPFR_MATCH(mpfr::Operation::Sin, x, result_sin, 1.0); in TEST()
92 EXPECT_FP_EQ(x, result_sin); in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/test/src/math/
H A Dsincosf_test.cpp79 float result_cos, result_sin; in TEST() local
80 __llvm_libc::sincosf(x, &result_sin, &result_cos); in TEST()
82 EXPECT_MPFR_MATCH(mpfr::Operation::Sin, x, result_sin, 1.0); in TEST()
84 EXPECT_FP_EQ(x, result_sin); in TEST()
88 __llvm_libc::sincosf(x, &result_sin, &result_cos); in TEST()
90 EXPECT_MPFR_MATCH(mpfr::Operation::Sin, x, result_sin, 1.0); in TEST()
92 EXPECT_FP_EQ(x, result_sin); in TEST()
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/test/src/math/
H A Dsincosf_test.cpp79 float result_cos, result_sin; in TEST() local
80 __llvm_libc::sincosf(x, &result_sin, &result_cos); in TEST()
82 EXPECT_MPFR_MATCH(mpfr::Operation::Sin, x, result_sin, 1.0); in TEST()
84 EXPECT_FP_EQ(x, result_sin); in TEST()
88 __llvm_libc::sincosf(x, &result_sin, &result_cos); in TEST()
90 EXPECT_MPFR_MATCH(mpfr::Operation::Sin, x, result_sin, 1.0); in TEST()
92 EXPECT_FP_EQ(x, result_sin); in TEST()
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/test/src/math/
H A Dsincosf_test.cpp103 float result_cos, result_sin; in TEST() local
104 __llvm_libc::sincosf(x, &result_sin, &result_cos); in TEST()
106 EXPECT_MPFR_MATCH(mpfr::Operation::Sin, x, result_sin, 1.0); in TEST()
108 EXPECT_EQ(bits, valueAsBits(result_sin)); in TEST()
112 __llvm_libc::sincosf(x, &result_sin, &result_cos); in TEST()
114 EXPECT_MPFR_MATCH(mpfr::Operation::Sin, x, result_sin, 1.0); in TEST()
116 EXPECT_EQ(bits, valueAsBits(result_sin)); in TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/test/src/math/
H A Dsincosf_test.cpp103 float result_cos, result_sin; in TEST() local
104 __llvm_libc::sincosf(x, &result_sin, &result_cos); in TEST()
106 EXPECT_MPFR_MATCH(mpfr::Operation::Sin, x, result_sin, 1.0); in TEST()
108 EXPECT_EQ(bits, valueAsBits(result_sin)); in TEST()
112 __llvm_libc::sincosf(x, &result_sin, &result_cos); in TEST()
114 EXPECT_MPFR_MATCH(mpfr::Operation::Sin, x, result_sin, 1.0); in TEST()
116 EXPECT_EQ(bits, valueAsBits(result_sin)); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libc/test/src/math/
H A Dsincosf_test.cpp103 float result_cos, result_sin; in TEST() local
104 __llvm_libc::sincosf(x, &result_sin, &result_cos); in TEST()
106 EXPECT_MPFR_MATCH(mpfr::Operation::Sin, x, result_sin, 1.0); in TEST()
108 EXPECT_EQ(bits, valueAsBits(result_sin)); in TEST()
112 __llvm_libc::sincosf(x, &result_sin, &result_cos); in TEST()
114 EXPECT_MPFR_MATCH(mpfr::Operation::Sin, x, result_sin, 1.0); in TEST()
116 EXPECT_EQ(bits, valueAsBits(result_sin)); in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libc/test/src/math/
H A Dsincosf_test.cpp108 float result_cos, result_sin; in TEST() local
109 __llvm_libc::sincosf(x, &result_sin, &result_cos); in TEST()
111 EXPECT_MPFR_MATCH(mpfr::Operation::Sin, x, result_sin, tolerance); in TEST()
113 EXPECT_EQ(bits, valueAsBits(result_sin)); in TEST()
117 __llvm_libc::sincosf(x, &result_sin, &result_cos); in TEST()
119 EXPECT_MPFR_MATCH(mpfr::Operation::Sin, x, result_sin, tolerance); in TEST()
121 EXPECT_EQ(bits, valueAsBits(result_sin)); in TEST()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dfold-const-call.c149 do_mpfr_sincos (real_value *result_sin, real_value *result_cos, in do_mpfr_sincos() argument
165 bool ok = (do_mpfr_ckconv (result_sin, ms, inexact, format) in do_mpfr_sincos()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dfold-const-call.c149 do_mpfr_sincos (real_value *result_sin, real_value *result_cos, in do_mpfr_sincos() argument
165 bool ok = (do_mpfr_ckconv (result_sin, ms, inexact, format) in do_mpfr_sincos()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfold-const-call.c153 do_mpfr_sincos (real_value *result_sin, real_value *result_cos, in do_mpfr_sincos() argument
169 bool ok = (do_mpfr_ckconv (result_sin, ms, inexact, format) in do_mpfr_sincos()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dfold-const-call.c153 do_mpfr_sincos (real_value *result_sin, real_value *result_cos, in do_mpfr_sincos() argument
169 bool ok = (do_mpfr_ckconv (result_sin, ms, inexact, format) in do_mpfr_sincos()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dfold-const-call.c153 do_mpfr_sincos (real_value *result_sin, real_value *result_cos, in do_mpfr_sincos() argument
169 bool ok = (do_mpfr_ckconv (result_sin, ms, inexact, format) in do_mpfr_sincos()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dfold-const-call.c153 do_mpfr_sincos (real_value *result_sin, real_value *result_cos, in do_mpfr_sincos() argument
169 bool ok = (do_mpfr_ckconv (result_sin, ms, inexact, format) in do_mpfr_sincos()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfold-const-call.c153 do_mpfr_sincos (real_value *result_sin, real_value *result_cos, in do_mpfr_sincos() argument
169 bool ok = (do_mpfr_ckconv (result_sin, ms, inexact, format) in do_mpfr_sincos()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dfold-const-call.c153 do_mpfr_sincos (real_value *result_sin, real_value *result_cos, in do_mpfr_sincos() argument
169 bool ok = (do_mpfr_ckconv (result_sin, ms, inexact, format) in do_mpfr_sincos()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dfold-const-call.c153 do_mpfr_sincos (real_value *result_sin, real_value *result_cos, in do_mpfr_sincos() argument
169 bool ok = (do_mpfr_ckconv (result_sin, ms, inexact, format) in do_mpfr_sincos()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dfold-const-call.c154 do_mpfr_sincos (real_value *result_sin, real_value *result_cos, in do_mpfr_sincos() argument
170 bool ok = (do_mpfr_ckconv (result_sin, ms, inexact, format) in do_mpfr_sincos()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dfold-const-call.c154 do_mpfr_sincos (real_value *result_sin, real_value *result_cos, in do_mpfr_sincos() argument
170 bool ok = (do_mpfr_ckconv (result_sin, ms, inexact, format) in do_mpfr_sincos()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dfold-const-call.c153 do_mpfr_sincos (real_value *result_sin, real_value *result_cos, in do_mpfr_sincos() argument
169 bool ok = (do_mpfr_ckconv (result_sin, ms, inexact, format) in do_mpfr_sincos()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dfold-const-call.c153 do_mpfr_sincos (real_value *result_sin, real_value *result_cos, in do_mpfr_sincos() argument
169 bool ok = (do_mpfr_ckconv (result_sin, ms, inexact, format) in do_mpfr_sincos()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dfold-const-call.c153 do_mpfr_sincos (real_value *result_sin, real_value *result_cos, in do_mpfr_sincos() argument
169 bool ok = (do_mpfr_ckconv (result_sin, ms, inexact, format) in do_mpfr_sincos()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dfold-const-call.c153 do_mpfr_sincos (real_value *result_sin, real_value *result_cos, in do_mpfr_sincos() argument
169 bool ok = (do_mpfr_ckconv (result_sin, ms, inexact, format) in do_mpfr_sincos()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dfold-const-call.c154 do_mpfr_sincos (real_value *result_sin, real_value *result_cos, in do_mpfr_sincos() argument
170 bool ok = (do_mpfr_ckconv (result_sin, ms, inexact, format) in do_mpfr_sincos()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dfold-const-call.c153 do_mpfr_sincos (real_value *result_sin, real_value *result_cos, in do_mpfr_sincos() argument
169 bool ok = (do_mpfr_ckconv (result_sin, ms, inexact, format) in do_mpfr_sincos()

12