Home
last modified time | relevance | path

Searched refs:norm (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/numerics/complex.number/cmplx.over/
H A Dnorm.pass.cpp26 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 DUDT_is_rejected.fail.cpp53 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 Dcheck-globals.test5 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 Dmodule-header-mismatches.m22 …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 Dtexture.cu33 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 Dnorm.pass.cpp26 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 DARC.td16 : SubtargetFeature<"norm", "Xnorm", "true",
17 "Enable support for norm instruction.">;
H A DARCInstrInfo.td348 defm NORM : ArcUnaryEXT5Inst<0b000001,"norm">;
/llvm-project-15.0.7/libclc/r600/lib/image/
H A Dread_image_impl.ll35 %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 Dconfig.py186 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 Dcomplex187 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 Dmisc.txt145 # CHECK: norm %r22, %blink
/llvm-project-15.0.7/clang/test/Headers/Inputs/include/
H A Dmath.h116 double norm(int __dim, const double *__t);
H A Dcomplex308 // norm
310 template <class _Tp> _Tp norm(const std::complex<_Tp> &__c);
/llvm-project-15.0.7/openmp/runtime/cmake/
H A DLibompHandleFlags.cmake174 libomp_append(gdflags_local "-D norm" NORMAL_LIBRARY)
/llvm-project-15.0.7/clang/lib/Headers/
H A D__clang_cuda_math.h208 __DEVICE__ double norm(int __dim, const double *__t) { in norm() function
H A D__clang_hip_math.h954 double norm(int __dim,
/llvm-project-15.0.7/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h58 template <class _Tp> __DEVICE__ _Tp norm(const std::complex<_Tp> &__c) { in norm() function
/llvm-project-15.0.7/mlir/docs/Rationale/
H A DUsageOfConst.md107 C++ code, which generally uses const. Consistency with the community norm is
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DREADME-SSE.txt815 void norm(double x, double y, double z) {
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc834 SYMBOL(norm, std::, <complex>)