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

1 2 3 4 5 6 7 8 91011>>

  /external/libxml2/test/VCM/
AttributeNmtokens.xml 2 <!ELEMENT doc (norm+)>
3 <!ELEMENT norm EMPTY>
4 <!ATTLIST norm attr NMTOKENS #IMPLIED>
7 <norm attr = ' foo bar
9 <norm attr = 'foobar
12 <norm attr = 'foo bar '/>
13 <norm attr = ' foo &#x20;bar'/>
  /external/libxml2/result/
att5 7 <norm attr=" "/>
8 <norm attr=" foo bar "/>
9 <norm attr=" foobar"/>
10 <norm attr=" foo bar "/>
11 <norm attr="foobar "/>
12 <norm attr=" &amp; "/>
13 <norm attr=" foo&amp;bar "/>
14 <norm attr=" foobar&amp;"/>
15 <norm attr="&amp;foo bar "/>
16 <norm attr="foobar &amp;"/
    [all...]
att5.sax 12 SAX.startElement(norm, attr=' ')
13 SAX.endElement(norm)
16 SAX.startElement(norm, attr=' foo bar ')
17 SAX.endElement(norm)
20 SAX.startElement(norm, attr=' foobar')
21 SAX.endElement(norm)
24 SAX.startElement(norm, attr=' foo bar ')
25 SAX.endElement(norm)
28 SAX.startElement(norm, attr='foobar ')
29 SAX.endElement(norm)
    [all...]
att5.rde 8 1 1 norm 1 0
11 1 1 norm 1 0
14 1 1 norm 1 0
17 1 1 norm 1 0
20 1 1 norm 1 0
23 1 1 norm 1 0
26 1 1 norm 1 0
29 1 1 norm 1 0
32 1 1 norm 1 0
35 1 1 norm 1
    [all...]
att5.rdr 8 1 1 norm 1 0
11 1 1 norm 1 0
14 1 1 norm 1 0
17 1 1 norm 1 0
20 1 1 norm 1 0
23 1 1 norm 1 0
26 1 1 norm 1 0
29 1 1 norm 1 0
32 1 1 norm 1 0
35 1 1 norm 1
    [all...]
att5.sax2 12 SAX.startElementNs(norm, NULL, NULL, 0, 1, 0, attr=' '...', 3)
13 SAX.endElementNs(norm, NULL, NULL)
16 SAX.startElementNs(norm, NULL, NULL, 0, 1, 0, attr=' f...', 13)
17 SAX.endElementNs(norm, NULL, NULL)
20 SAX.startElementNs(norm, NULL, NULL, 0, 1, 0, attr=' fo...', 8)
21 SAX.endElementNs(norm, NULL, NULL)
24 SAX.startElementNs(norm, NULL, NULL, 0, 1, 0, attr=' foo...', 9)
25 SAX.endElementNs(norm, NULL, NULL)
28 SAX.startElementNs(norm, NULL, NULL, 0, 1, 0, attr='foob...', 8)
29 SAX.endElementNs(norm, NULL, NULL
    [all...]
  /external/libxml2/result/noent/
att5 7 <norm attr=" "/>
8 <norm attr=" foo bar "/>
9 <norm attr=" foobar"/>
10 <norm attr=" foo bar "/>
11 <norm attr="foobar "/>
12 <norm attr=" &amp; "/>
13 <norm attr=" foo&amp;bar "/>
14 <norm attr=" foobar&amp;"/>
15 <norm attr="&amp;foo bar "/>
16 <norm attr="foobar &amp;"/
    [all...]
  /external/libxml2/test/
att5 4 <norm attr=' '/>
5 <norm attr='
7 <norm attr='
10 <norm attr=' foo bar
12 <norm attr='foobar
15 <norm attr=' &amp; '/>
16 <norm attr='
18 <norm attr='
21 <norm attr='&amp;foo bar
23 <norm attr='fooba
    [all...]
  /external/eigen/doc/snippets/
PartialRedux_norm.cpp 3 cout << "Here is the norm of each column:" << endl << m.colwise().norm() << endl;
MatrixBase_operatorNorm.cpp 2 cout << "The operator norm of the 3x3 matrix of ones is "
SelfAdjointView_operatorNorm.cpp 2 cout << "The operator norm of the 3x3 matrix of ones is "
PartialRedux_squaredNorm.cpp 3 cout << "Here is the square norm of each row:" << endl << m.rowwise().squaredNorm() << endl;
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
Tutorial_ReductionsVisitorsBroadcasting_reductions_norm.cpp 19 cout << "v.norm() = " << v.norm() << endl;
25 cout << "m.norm() = " << m.norm() << endl;
  /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...]
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.h 34 struct Norm;
79 Norm *allocNorm();
80 Norm *getNorm(UChar32 c);
81 Norm *createNorm(UChar32 c);
82 Norm *checkNormForMapping(Norm *p, UChar32 c); // check for permitted overrides
84 const Norm &getNormRef(UChar32 c) const;
86 UBool combinesWithCCBetween(const Norm &norm, uint8_t lowCC, uint8_t highCC) const;
87 UChar32 combine(const Norm &norm, UChar32 trail) const
    [all...]
  /external/opencv/cxcore/src/
cxnorm.cpp 57 norm = _update_op_( norm, t0 ); \
58 norm = _update_op_( norm, t1 ); \
64 norm = _update_op_( norm, t0 ); \
65 norm = _update_op_( norm, t1 ); \
72 norm = _update_op_( norm, t0 );
971 double norm = 0, norm_diff = 0; local
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btMinkowskiPenetrationDepthSolver.cpp 90 btVector3 norm = getPenetrationDirections()[i]; local
91 seperatingAxisInABatch[i] = (-norm) * transA.getBasis() ;
92 seperatingAxisInBBatch[i] = norm * transB.getBasis() ;
101 btVector3 norm; local
102 convexA->getPreferredPenetrationDirection(i,norm);
103 norm = transA.getBasis() * norm;
104 getPenetrationDirections()[numSampleDirections] = norm;
105 seperatingAxisInABatch[numSampleDirections] = (-norm) * transA.getBasis();
106 seperatingAxisInBBatch[numSampleDirections] = norm * transB.getBasis()
118 btVector3 norm; local
137 btVector3 norm = getPenetrationDirections()[i]; local
182 btVector3 norm; local
197 btVector3 norm; local
209 const btVector3& norm = getPenetrationDirections()[i]; local
    [all...]
  /external/libxml2/result/c14n/1-1-without-comments/
example-4 7 <norm attr=" ' &#xD;&#xA;&#x9; ' "></norm>
  /external/libxml2/result/c14n/with-comments/
example-4 7 <norm attr=" ' &#xD;&#xA;&#x9; ' "></norm>
  /external/libxml2/result/c14n/without-comments/
example-4 7 <norm attr=" ' &#xD;&#xA;&#x9; ' "></norm>

Completed in 348 milliseconds

1 2 3 4 5 6 7 8 91011>>