HomeSort by relevance Sort by last modified time
    Searched refs:norm (Results 1 - 25 of 417) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython2/Lib/test/
test_glob.py 16 def norm(self, *parts): member in class:GlobTests
20 filename = self.norm(*parts)
38 os.symlink(self.norm('broken'), self.norm('sym1'))
39 os.symlink('broken', self.norm('sym2'))
40 os.symlink(os.path.join('a', 'bcd'), self.norm('sym3'))
66 eq(self.glob('a'), [self.norm('a')])
67 eq(self.glob('a', 'D'), [self.norm('a', 'D')])
68 eq(self.glob('aab'), [self.norm('aab')])
87 eq(self.glob('a*'), map(self.norm, ['a', 'aab', 'aaa'])
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_glob.py 16 def norm(self, *parts): member in class:GlobTests
20 filename = self.norm(*parts)
38 os.symlink(self.norm('broken'), self.norm('sym1'))
39 os.symlink('broken', self.norm('sym2'))
40 os.symlink(os.path.join('a', 'bcd'), self.norm('sym3'))
66 eq(self.glob('a'), [self.norm('a')])
67 eq(self.glob('a', 'D'), [self.norm('a', 'D')])
68 eq(self.glob('aab'), [self.norm('aab')])
87 eq(self.glob('a*'), map(self.norm, ['a', 'aab', 'aaa'])
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_glob.py 16 def norm(self, *parts): member in class:GlobTests
20 filename = self.norm(*parts)
38 os.symlink(self.norm('broken'), self.norm('sym1'))
39 os.symlink('broken', self.norm('sym2'))
40 os.symlink(os.path.join('a', 'bcd'), self.norm('sym3'))
66 eq(self.glob('a'), [self.norm('a')])
67 eq(self.glob('a', 'D'), [self.norm('a', 'D')])
68 eq(self.glob('aab'), [self.norm('aab')])
87 eq(self.glob('a*'), map(self.norm, ['a', 'aab', 'aaa'])
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_glob.py 16 def norm(self, *parts): member in class:GlobTests
20 filename = self.norm(*parts)
38 os.symlink(self.norm('broken'), self.norm('sym1'))
39 os.symlink('broken', self.norm('sym2'))
40 os.symlink(os.path.join('a', 'bcd'), self.norm('sym3'))
66 eq(self.glob('a'), [self.norm('a')])
67 eq(self.glob('a', 'D'), [self.norm('a', 'D')])
68 eq(self.glob('aab'), [self.norm('aab')])
87 eq(self.glob('a*'), map(self.norm, ['a', 'aab', 'aaa'])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_glob.py 16 def norm(self, *parts): member in class:GlobTests
20 filename = self.norm(*parts)
38 os.symlink(self.norm('broken'), self.norm('sym1'))
39 os.symlink('broken', self.norm('sym2'))
40 os.symlink(os.path.join('a', 'bcd'), self.norm('sym3'))
66 eq(self.glob('a'), [self.norm('a')])
67 eq(self.glob('a', 'D'), [self.norm('a', 'D')])
68 eq(self.glob('aab'), [self.norm('aab')])
87 eq(self.glob('a*'), map(self.norm, ['a', 'aab', 'aaa'])
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_glob.py 9 def norm(self, *parts): member in class:GlobTests
13 filename = self.norm(*parts)
29 os.symlink(self.norm('broken'), self.norm('sym1'))
30 os.symlink(self.norm('broken'), self.norm('sym2'))
50 eq(self.glob('a'), [self.norm('a')])
51 eq(self.glob('a', 'D'), [self.norm('a', 'D')])
52 eq(self.glob('aab'), [self.norm('aab')])
67 eq(self.glob('a*'), map(self.norm, ['a', 'aab', 'aaa']))
    [all...]
  /external/libcxx/test/std/numerics/complex.number/cmplx.over/
norm.pass.cpp 14 // norm(T x);
26 static_assert((std::is_same<decltype(std::norm(x)), double>::value), "");
27 assert(std::norm(x) == norm(std::complex<double>(static_cast<double>(x), 0)));
34 static_assert((std::is_same<decltype(std::norm(x)), T>::value), "");
35 assert(std::norm(x) == norm(std::complex<T>(x, 0)));
UDT_is_rejected.fail.cpp 54 std::norm(ft); // expected-error {{no matching function}}
55 std::norm(dt); // expected-error {{no matching function}}
56 std::norm(ldt); // expected-error {{no matching function}}
57 std::norm(it); // expected-error {{no matching function}}
58 std::norm(uit); // expected-error {{no matching function}}
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/cmplx.over/
norm.pass.cpp 14 // norm(T x);
26 static_assert((std::is_same<decltype(std::norm(x)), double>::value), "");
27 assert(std::norm(x) == norm(std::complex<double>(x, 0)));
34 static_assert((std::is_same<decltype(std::norm(x)), T>::value), "");
35 assert(std::norm(x) == norm(std::complex<T>(x, 0)));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/complex.number/cmplx.over/
norm.pass.cpp 14 // norm(T x);
26 static_assert((std::is_same<decltype(std::norm(x)), double>::value), "");
27 assert(std::norm(x) == norm(std::complex<double>(x, 0)));
34 static_assert((std::is_same<decltype(std::norm(x)), T>::value), "");
35 assert(std::norm(x) == norm(std::complex<T>(x, 0)));
  /external/eigen/doc/snippets/
PartialRedux_norm.cpp 3 cout << "Here is the norm of each column:" << endl << m.colwise().norm() << endl;
RealQZ_compute.cpp 13 << "\n|A-QSZ|: " << (A-qz.matrixQ()*qz.matrixS()*qz.matrixZ()).norm()
14 << ", |B-QTZ|: " << (B-qz.matrixQ()*qz.matrixT()*qz.matrixZ()).norm()
15 << "\n|QQ* - I|: " << (qz.matrixQ()*qz.matrixQ().adjoint() - MatrixXf::Identity(4,4)).norm()
16 << ", |ZZ* - I|: " << (qz.matrixZ()*qz.matrixZ().adjoint() - MatrixXf::Identity(4,4)).norm()
PartialPivLU_solve.cpp 7 cout << "Relative error: " << (A*X-B).norm() / B.norm() << endl;
  /external/eigen/doc/examples/
TutorialLinAlgExComputeSolveError.cpp 12 double relative_error = (A*x - b).norm() / b.norm(); // norm() is L2 norm
  /external/svox/pico/lib/
picosig2.c 1006 picoos_int32 *norm; local
    [all...]
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
VectorUtil.java 39 public static double norm(double[] a) { method in class:VectorUtil
53 double norm = norm(a); local
54 a[0] /= norm;
55 a[1] /= norm;
56 a[2] /= norm;
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
StringPool.java 43 final String norm = pool.get(s); local
44 if (norm == null) {
48 return norm;
  /external/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 65 NormalizingFn norm = normalizeSpillWeight)
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
78 VirtRegAuxInfo::NormalizingFn norm =
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 65 NormalizingFn norm = normalizeSpillWeight)
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
78 VirtRegAuxInfo::NormalizingFn norm =
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 65 NormalizingFn norm = normalizeSpillWeight)
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
78 VirtRegAuxInfo::NormalizingFn norm =
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 65 NormalizingFn norm = normalizeSpillWeight)
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
78 VirtRegAuxInfo::NormalizingFn norm =
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 65 NormalizingFn norm = normalizeSpillWeight)
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
78 VirtRegAuxInfo::NormalizingFn norm =
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 65 NormalizingFn norm = normalizeSpillWeight)
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
78 VirtRegAuxInfo::NormalizingFn norm =
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 65 NormalizingFn norm = normalizeSpillWeight)
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
78 VirtRegAuxInfo::NormalizingFn norm =
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 65 NormalizingFn norm = normalizeSpillWeight)
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
78 VirtRegAuxInfo::NormalizingFn norm =

Completed in 3341 milliseconds

1 2 3 4 5 6 7 8 91011>>