OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:npb
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/calib3d/src/
homography_decomp.cpp
327
Vec3d npa,
npb
;
local
363
npa[0] = S(0, 0),
npb
[0] = S(0, 0);
364
npa[1] = S(0, 1) + rtM22,
npb
[1] = S(0, 1) - rtM22;
365
npa[2] = S(0, 2) + e12 * rtM11,
npb
[2] = S(0, 2) - e12 * rtM11;
368
npa[0] = S(0, 1) + rtM22,
npb
[0] = S(0, 1) - rtM22;
369
npa[1] = S(1, 1),
npb
[1] = S(1, 1);
370
npa[2] = S(1, 2) - e02 * rtM00,
npb
[2] = S(1, 2) + e02 * rtM00;
373
npa[0] = S(0, 2) + e01 * rtM11,
npb
[0] = S(0, 2) - e01 * rtM11;
374
npa[1] = S(1, 2) + rtM00,
npb
[1] = S(1, 2) - rtM00;
375
npa[2] = S(2, 2),
npb
[2] = S(2, 2)
[
all
...]
/external/autotest/client/tests/npb/
npb.py
5
class
npb
(test.test):
class in inherits:test.test
11
@see: http://www.nas.nasa.gov/Resources/Software/
npb
.html
62
logging.error('
NPB
benchmark %s has failed. Output: %s',
93
raise error.TestError("
NPB
test suite evaluated the number "
110
logging.error('
NPB
benchmark single thread %s has failed. '
131
logging.error('
NPB
benchmark %s failed sanity check '
135
logging.debug('
NPB
benchmark %s sanity check PASS' % itest_cmd)
143
raise error.TestError('
NPB
test failed.')
145
logging.info('
NPB
test passed.')
Completed in 412 milliseconds