Home
last modified time | relevance | path

Searched defs:cos (Results 1 – 25 of 3216) sorted by relevance

12345678910>>...129

/dports/devel/erlang-common_lib/common_lib-3.3.4/src/
H A Dcl_math.erl37 cos(0) -> function
39 cos(90) -> function
41 cos(180) -> function
43 cos(270) -> function
45 cos(D) -> function
/dports/math/stanmath/math-4.2.0/stan/math/rev/fun/
H A Dcos.hpp46 inline var cos(var a) { in cos() function
61 inline auto cos(const VarMat& a) { in cos() function
73 inline std::complex<var> cos(const std::complex<var>& z) { in cos() function
/dports/lang/tcbasic/tcbasic-2.2.0/
H A Dcos.h25 struct cos { struct
29 struct cos *new_cos(struct expression *e); argument
/dports/math/blaze/blaze-3.8/blaze/math/simd/
H A DCos.h69 BLAZE_ALWAYS_INLINE const SIMDfloat cos( const SIMDf32<T>& a ) noexcept in cos() function
122 BLAZE_ALWAYS_INLINE const SIMDdouble cos( const SIMDf64<T>& a ) noexcept in cos() function
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/cmath/
H A Dcos.hpp16 std::complex<T> cos(std::complex<T> const &v) in cos() function
22 std::complex<T> cos(T const &v) in cos() function
/dports/math/stanmath/math-4.2.0/stan/math/fwd/fun/
H A Dcos.hpp14 inline fvar<T> cos(const fvar<T>& x) { in cos() function
28 inline std::complex<fvar<T>> cos(const std::complex<fvar<T>>& z) { in cos() function
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-math/src/main/java/de/lmu/ifi/dbs/elki/math/
H A DSinCosTable.java59 public abstract double cos(int step); in cos() method in SinCosTable
111 public double cos(int step) { in cos() method in SinCosTable.FullTable
179 public double cos(int step) { in cos() method in SinCosTable.HalfTable
256 public double cos(int step) { in cos() method in SinCosTable.QuarterTable
/dports/misc/gpsim/gpsim-0.31.0/cli/
H A Dcmd_module.cc146 void cmd_module::module(cmd_options_str *cos, in module()
191 void cmd_module::module(cmd_options_str *cos) in module()
245 void cmd_module::module(cmd_options_str *cos, const char *op1) in module()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/test/src/math/
H A Dsincosf_test.cpp30 float sin, cos; in TEST() local
68 float sin, cos; in TEST() local
100 float sin, cos; in TEST() local
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/test/src/math/
H A Dsincosf_test.cpp37 float sin, cos; in TEST() local
92 float sin, cos; in TEST() local
124 float sin, cos; in TEST() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/test/src/math/
H A Dsincosf_test.cpp30 float sin, cos; in TEST() local
68 float sin, cos; in TEST() local
100 float sin, cos; in TEST() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/test/src/math/
H A Dsincosf_test.cpp30 float sin, cos; in TEST() local
68 float sin, cos; in TEST() local
100 float sin, cos; in TEST() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/test/src/math/
H A Dsincosf_test.cpp37 float sin, cos; in TEST() local
92 float sin, cos; in TEST() local
124 float sin, cos; in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libc/test/src/math/
H A Dsincosf_test.cpp37 float sin, cos; in TEST() local
92 float sin, cos; in TEST() local
124 float sin, cos; in TEST() local
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/test/src/math/
H A Dsincosf_test.cpp30 float sin, cos; in TEST() local
68 float sin, cos; in TEST() local
100 float sin, cos; in TEST() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libc/test/src/math/
H A Dsincosf_test.cpp42 float sin, cos; in TEST() local
97 float sin, cos; in TEST() local
129 float sin, cos; in TEST() local
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/stdc/
H A Dtime.d78 alias c_long clock_t;
79 }
84 enum clock_t CLOCKS_PER_SEC = 1000;
87 else version (OSX)
89 enum clock_t CLOCKS_PER_SEC = 1_000_000; // was 100 until OSX 10.4/10.5
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/include/gnuradio/
H A Dnco.h91 float cos() const { return std::cos(phase); } in cos() function
124 void nco<o_type, i_type>::cos(float* output, int noutput_items, double ampl) in cos() function
142 void nco<o_type, i_type>::cos(short* output, int noutput_items, double ampl) in cos() function
160 void nco<o_type, i_type>::cos(int* output, int noutput_items, double ampl) in cos() function
/dports/math/stanmath/math-4.2.0/stan/math/prim/fun/
H A Dcos.hpp44 inline auto cos(const Container& x) { in cos() function
58 inline auto cos(const Container& x) { in cos() function
/dports/databases/hbase/hbase-1.2.1/hbase-common/src/test/java/org/apache/hadoop/hbase/codec/
H A DTestCellCodec.java45 CountingOutputStream cos = new CountingOutputStream(baos); in testEmptyWorks() local
65 CountingOutputStream cos = new CountingOutputStream(baos); in testOne() local
90 CountingOutputStream cos = new CountingOutputStream(baos); in testThree() local
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dintrinsic_actual_1.f45 function cos (a) function
46 real a, cos local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dintrinsic_actual_1.f45 function cos (a) function
46 real a, cos local
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dintrinsic_actual_1.f45 function cos (a) function
46 real a, cos local
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dintrinsic_actual_1.f45 function cos (a) function
46 real a, cos local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dintrinsic_actual_1.f45 function cos (a) function
46 real a, cos local

12345678910>>...129