/llvm-project/libcxx/include/__math/ |
H A D | trigonometric_functions.h | 42 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 D | implicit_deduction_guides.pass.cpp | 84 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 D | get_sock_peer_name.cpp | 15 const sockaddr_in sin = { in main() local
|
H A D | recv_msg_trunc.cpp | 17 struct sockaddr_in sin; in main() local
|
/llvm-project/libc/test/src/math/smoke/ |
H A D | sincosf_test.cpp | 23 float sin, cos; TEST_F() local [all...] |
/llvm-project/flang/test/Semantics/ |
H A D | badly-typed-intrinsic.f90 | 9 character :: sin variable
|
H A D | resolve109.f90 | 5 interface sin interface
|
H A D | assign02.f90 | 21 real, intrinsic, pointer :: sin local
|
H A D | final01.f90 | 22 final :: external, sin, object, pointer, func method
|
/llvm-project/libcxx/test/std/strings/string.view/string.view.cons/ |
H A D | implicit_deduction_guides.pass.cpp | 34 const std::string_view sin("abc"); in main() local
|
/llvm-project/clang/test/Headers/ |
H A D | nvptx_device_math_sincos.cpp | 25 inline void sincos(float x, float* __restrict__ sin, float* __restrict__ cos) in sincos()
|
/llvm-project/libc/test/src/math/ |
H A D | sincosf_test.cpp | 29 float sin, cos; TEST_F() local [all...] |
/llvm-project/libc/AOR_v20.02/math/ |
H A D | v_sin.c | 50 V_NAME(sin) (v_f64_t x) in V_NAME() argument
|
/llvm-project/clang/test/Sema/ |
H A D | warn-shadow.c | 25 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 D | complex_cmath.h | 367 __DEVICE__ std::complex<_Tp> sin(const std::complex<_Tp> &__x) { sin() function
|
/llvm-project/clang/lib/Headers/ |
H A D | __clang_hip_cmath.h | 41 __DEVICE__ __CONSTEXPR__ float sin(float __x) { return ::sinf(__x); } in sin() function
|
H A D | __clang_cuda_cmath.h | 172 __DEVICE__ float sin(float __x) { return ::sinf(__x); } in sin() function
|
H A D | __clang_cuda_math.h | 293 __DEVICE__ double sin(double __a) { return __nv_sin(__a); } sin() function
|
/llvm-project/libc/src/math/nvptx/ |
H A D | nvptx.h | 72 LIBC_INLINE double sin(double x) { return __nv_sin(x); } sin() function
|
/llvm-project/mlir/lib/Conversion/ComplexToStandard/ |
H A D | ComplexToStandard.cpp | 221 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 D | cmath.pass.cpp | 56 Ambiguous sin(Ambiguous){ return Ambiguous(); } sin() function [all...] |
/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
H A D | math_h.pass.cpp | 56 Ambiguous sin(Ambiguous){ return Ambiguous(); } in sin() function
|
/llvm-project/libc/utils/MPFRWrapper/ |
H A D | MPFRUtils.cpp | 476 MPFRNumber sin() const { sin() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
|
/llvm-project/mlir/lib/Dialect/Math/Transforms/ |
H A D | ExpandPatterns.cpp | 148 Value sin = b.create<math::SinOp>(type, operand); in convertTanOp() local
|
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
H A D | SPIRVToLLVM.cpp | 1288 Value sin = rewriter.create<LLVM::SinOp>(loc, dstType, tanOp.getOperand()); matchAndRewrite() local
|