| /llvm-project-15.0.7/libcxx/test/std/numerics/complex.number/cmplx.over/ |
| H A D | norm.pass.cpp | 26 static_assert((std::is_same<decltype(std::norm(x)), double>::value), ""); in test() 27 assert(std::norm(x) == norm(std::complex<double>(static_cast<double>(x), 0))); in test() 34 static_assert((std::is_same<decltype(std::norm(x)), T>::value), ""); in test() 35 assert(std::norm(x) == norm(std::complex<T>(x, 0))); in test()
|
| H A D | UDT_is_rejected.fail.cpp | 53 std::norm(ft); // expected-error {{no matching function}} in main() 54 std::norm(dt); // expected-error {{no matching function}} in main() 55 std::norm(ldt); // expected-error {{no matching function}} in main() 56 std::norm(it); // expected-error {{no matching function}} in main() 57 std::norm(uit); // expected-error {{no matching function}} in main()
|
| /llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/ |
| H A D | check-globals.test | 5 RUN: cp %S/Inputs/check-globals.c %t/norm.c 6 RUN: %update_cc_test_checks %t/norm.c --check-globals 7 RUN: FileCheck %s --input-file=%t/norm.c --match-full-lines -strict-whitespace \ 17 RUN: cp %t/norm.c %t/norm-again.c 18 RUN: %update_cc_test_checks %t/norm-again.c --check-globals 19 RUN: diff -u %t/norm.c %t/norm-again.c 20 RUN: rm %t/norm-again.c 84 LIT-RUN: PASS: {{.*}} norm.c
|
| /llvm-project-15.0.7/clang/test/VFS/ |
| H A D | module-header-mismatches.m | 22 …le-maps -fmodules-cache-path=%t/nf-mcp -ivfsoverlay %t/overlay.yaml -F %t/norm-frameworks -fsyntax… 23 …ror -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/nf-mcp -F %t/norm-frameworks -fsyntax… 46 //--- norm-frameworks/Mismatch.framework/Modules/module.modulemap 50 //--- norm-frameworks/Mismatch.framework/Headers/Mismatch.h 74 { 'name': 'norm-frameworks/Mismatch.framework/Headers/Mismatch.h',
|
| /llvm-project-15.0.7/clang/test/CodeGenCUDA/ |
| H A D | texture.cu | 33 texture<float, 2, NormalizedFloat> norm; variable 48 return tex2d_ld(tex, x, y).x + tex2d_ld(norm, int(x), int(y)).x; in foo()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/complex.number/complex.value.ops/ |
| H A D | norm.pass.cpp | 26 assert(norm(z) == 25); in test() 34 double r = norm(testcases[i]); in test_edges()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARC/ |
| H A D | ARC.td | 16 : SubtargetFeature<"norm", "Xnorm", "true", 17 "Enable support for norm instruction.">;
|
| H A D | ARCInstrInfo.td | 348 defm NORM : ArcUnaryEXT5Inst<0b000001,"norm">;
|
| /llvm-project-15.0.7/libclc/r600/lib/image/ |
| H A D | read_image_impl.ll | 35 %data.norm = call <4 x float> @llvm.R600.tex( 40 ret <4 x float> %data.norm
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/llvm/ |
| H A D | config.py | 186 def norm(x): function 192 paths = [norm(p) for p in current_paths] 202 p = norm(p)
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | complex | 187 template<class T> T norm(const complex<T>&); 188 long double norm(long double); 189 double norm(double); 190 template<Integral T> double norm(T); 191 float norm(float); 903 // norm 908 norm(const complex<_Tp>& __c) 920 norm(_Tp __re)
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/ARC/ |
| H A D | misc.txt | 145 # CHECK: norm %r22, %blink
|
| /llvm-project-15.0.7/clang/test/Headers/Inputs/include/ |
| H A D | math.h | 116 double norm(int __dim, const double *__t);
|
| H A D | complex | 308 // norm 310 template <class _Tp> _Tp norm(const std::complex<_Tp> &__c);
|
| /llvm-project-15.0.7/openmp/runtime/cmake/ |
| H A D | LibompHandleFlags.cmake | 174 libomp_append(gdflags_local "-D norm" NORMAL_LIBRARY)
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | __clang_cuda_math.h | 208 __DEVICE__ double norm(int __dim, const double *__t) { in norm() function
|
| H A D | __clang_hip_math.h | 954 double norm(int __dim,
|
| /llvm-project-15.0.7/clang/lib/Headers/openmp_wrappers/ |
| H A D | complex_cmath.h | 58 template <class _Tp> __DEVICE__ _Tp norm(const std::complex<_Tp> &__c) { in norm() function
|
| /llvm-project-15.0.7/mlir/docs/Rationale/ |
| H A D | UsageOfConst.md | 107 C++ code, which generally uses const. Consistency with the community norm is
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | README-SSE.txt | 815 void norm(double x, double y, double z) {
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/ |
| H A D | StdSymbolMap.inc | 834 SYMBOL(norm, std::, <complex>)
|