Home
last modified time | relevance | path

Searched defs:sin (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project/libcxx/include/__math/
H A Dtrigonometric_functions.h42 inline _LIBCPP_HIDE_FROM_ABI float sin(float __x) _NOEXCEPT { return __builtin_sinf(__x); } in sin() function
45 _LIBCPP_HIDE_FROM_ABI double sin(double __x) _NOEXCEPT { in sin() function
49 inline _LIBCPP_HIDE_FROM_ABI long double sin(long double __x) _NOEXCEPT { return __builtin_sinl(__x… in sin() function
52 inline _LIBCPP_HIDE_FROM_ABI double sin(_A1 __x) _NOEXCEPT { in sin() function
/llvm-project/libcxx/test/std/strings/basic.string/string.cons/
H A Dimplicit_deduction_guides.pass.cpp84 const std::string sin("abc"); in test() local
98 const std::string sin("abc"); in test() local
112 const std::string sin("abc"); in test() local
126 const std::string sin("abc"); in test() local
213 const std::string sin("abc"); in test() local
227 const std::string sin("abc"); in test() local
241 std::string sin("abc"); in test() local
255 std::string sin("abc"); in test() local
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dget_sock_peer_name.cpp15 const sockaddr_in sin = { in main() local
H A Drecv_msg_trunc.cpp17 struct sockaddr_in sin; in main() local
/llvm-project/libc/test/src/math/smoke/
H A Dsincosf_test.cpp23 float sin, cos; TEST_F() local
[all...]
/llvm-project/flang/test/Semantics/
H A Dbadly-typed-intrinsic.f909 character :: sin variable
H A Dresolve109.f905 interface sin interface
H A Dassign02.f9021 real, intrinsic, pointer :: sin local
H A Dfinal01.f9022 final :: external, sin, object, pointer, func method
/llvm-project/libcxx/test/std/strings/string.view/string.view.cons/
H A Dimplicit_deduction_guides.pass.cpp34 const std::string_view sin("abc"); in main() local
/llvm-project/clang/test/Headers/
H A Dnvptx_device_math_sincos.cpp25 inline void sincos(float x, float* __restrict__ sin, float* __restrict__ cos) in sincos()
/llvm-project/libc/test/src/math/
H A Dsincosf_test.cpp29 float sin, cos; TEST_F() local
[all...]
/llvm-project/libc/AOR_v20.02/math/
H A Dv_sin.c50 V_NAME(sin) (v_f64_t x) in V_NAME() argument
/llvm-project/clang/test/Sema/
H A Dwarn-shadow.c25 int sin; // okay; 'sin' has not been declared, even though it's a builtin. in foo() local
/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h367 __DEVICE__ std::complex<_Tp> sin(const std::complex<_Tp> &__x) { sin() function
/llvm-project/clang/lib/Headers/
H A D__clang_hip_cmath.h41 __DEVICE__ __CONSTEXPR__ float sin(float __x) { return ::sinf(__x); } in sin() function
H A D__clang_cuda_cmath.h172 __DEVICE__ float sin(float __x) { return ::sinf(__x); } in sin() function
H A D__clang_cuda_math.h293 __DEVICE__ double sin(double __a) { return __nv_sin(__a); } sin() function
/llvm-project/libc/src/math/nvptx/
H A Dnvptx.h72 LIBC_INLINE double sin(double x) { return __nv_sin(x); } sin() function
/llvm-project/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp221 Value sin = rewriter.create<math::SinOp>(loc, real, fmf); in matchAndRewrite() local
885 Value sin = b.create<math::SinOp>(sqrtArg, fmf); matchAndRewrite() local
1239 Value sin = b.create<math::SinOp>(rsqrtArg, fmf); matchAndRewrite() local
[all...]
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp56 Ambiguous sin(Ambiguous){ return Ambiguous(); } sin() function
[all...]
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp56 Ambiguous sin(Ambiguous){ return Ambiguous(); } in sin() function
/llvm-project/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp476 MPFRNumber sin() const { sin() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DExpandPatterns.cpp148 Value sin = b.create<math::SinOp>(type, operand); in convertTanOp() local
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp1288 Value sin = rewriter.create<LLVM::SinOp>(loc, dstType, tanOp.getOperand()); matchAndRewrite() local

12