/llvm-project/mlir/test/Examples/NVGPU/ |
H A D | Ch0.py | 25 def main(alpha): argument 42 alpha = 100 variable
|
H A D | Ch1.py | 24 def saxpy(x, y, alpha): argument 56 alpha = 2.0 variable
|
H A D | Ch2.py | 29 def saxpy(x, y, alpha): argument 83 alpha = 2.0 variable
|
/llvm-project/flang/test/Lower/OpenMP/ |
H A D | parallel.f90 | 19 subroutine parallel_if(alpha, beta, gamma) argument 20 integer, intent(in) :: alpha local 171 subroutine parallel_multiple_clauses(alpha, num_threads) argument 173 integer, intent(inout) :: alpha local [all...] |
H A D | teams.f90 | 46 subroutine teams_if(alpha) argument 47 integer, intent(in) :: alpha local
|
H A D | sections.f90 | 106 subroutine firstprivate(alpha) argument 107 real :: alpha local
|
H A D | master.f90 | 66 integer :: alpha, beta, gama local
|
H A D | parallel-private-clause.f90 | 41 integer :: alpha, alpha_ global() local
|
/llvm-project/llvm/test/MC/ARM/ |
H A D | thumb_set-diagnostics.s | 44 alpha: label
|
H A D | thumb_set.s | 72 alpha: label
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-case.cpp | 4 static int alpha(T c) in alpha() function
|
/llvm-project/llvm/test/MC/RISCV/ |
H A D | cnop.s | 11 alpha: label
|
/llvm-project/offload/test/offloading/ |
H A D | force-usm.cpp | 28 int alpha = 1; in main() local
|
/llvm-project/polly/lib/External/isl/ |
H A D | basis_reduction_templ.c | 20 static void save_alpha(GBR_LP *lp, int first, int n, GBR_type *alpha) in save_alpha() 56 GBR_type F_old, alpha, F_new; in isl_tab_compute_reduced_basis() local
|
H A D | basis_reduction_tab.c | 108 #define GBR_lp_get_alpha(lp, row, alpha) get_alpha(lp, row, alpha) argument 282 static void get_alpha(struct tab_lp* lp, int row, GBR_type *alpha) in get_alpha()
|
/llvm-project/libcxx/include/__random/ |
H A D | gamma_distribution.h | 48 _LIBCPP_HIDE_FROM_ABI result_type alpha() const { return __alpha_; } in alpha() function 82 _LIBCPP_HIDE_FROM_ABI result_type alpha() const { return __p_.alpha(); } in alpha() function
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | 2007-04-10-PackedUnion.cpp | 11 float alpha; member
|
H A D | mangle-ms.cpp | 149 static void __stdcall alpha(float a, double b) throw() {} in alpha() function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-unsafe-buffer-usage-fixits-parm-span-overload.cpp | 66 void alpha(int *p) { in alpha() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/hicpp/ |
H A D | signed-bitwise-standard-types.h | 27 alpha, enumerator
|
/llvm-project/flang/test/Lower/ |
H A D | program-units-fir-mangling.f90 | 148 function alpha() bind(c, name =" bEtA ") function
|
/llvm-project/clang/test/Analysis/ |
H A D | taint-generic.c | 1070 int alpha = isalpha(c); testIsFunctions() local
|
/llvm-project/mlir/lib/ExecutionEngine/ |
H A D | CudaRuntimeWrappers.cpp | 521 ALPHABETA(dtp,alpha,beta) global() argument [all...] |
/llvm-project/libcxx/src/ |
H A D | locale.cpp | 694 const ctype_base::mask ctype_base::alpha; member in ctype_base [all...] |