Searched refs:np2 (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | ransac.c | 229 const int np2 = np * 2; in find_rotzoom() local 230 double *a = (double *)aom_malloc(sizeof(*a) * (np2 * 5 + 20)); in find_rotzoom() 231 double *b = a + np2 * 4; in find_rotzoom() 232 double *temp = b + np2; in find_rotzoom() 258 if (!least_squares(4, a, np2, 4, b, temp, mat)) { in find_rotzoom() 268 const int np2 = np * 2; in find_affine() local 269 double *a = (double *)aom_malloc(sizeof(*a) * (np2 * 7 + 42)); in find_affine() 270 double *b = a + np2 * 6; in find_affine() 271 double *temp = b + np2; in find_affine() 301 if (!least_squares(6, a, np2, 6, b, temp, mat)) { in find_affine()
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
D | p1-11.cpp | 59 NP<np> *np2; member 63 NP<np> np2; variable
|
/external/clang/test/Analysis/ |
D | nullptr.cpp | 14 char *np2 = np1; in foo2() local 16 if (np1 == np2) in foo2()
|
/external/clang/test/SemaCXX/ |
D | cxx1y-generic-lambdas.cpp | 450 …int (*np2)(const char*, int, const char*, double, const char*, int) = O; // expected-error{{no via… in test() local 563 int (*np2)(const char*, int, const char*, double, const char*, int) = O; // expected-error{{no viab… variable 689 int (*np2)(const char*, int, const char*, double, const char*, int) = O; // expected-error{{no viab… variable 731 int (*np2)(const char*, int, const char*, double, const char*, int) = O; // expected-error{{no viab… variable
|
/external/tensorflow/tensorflow/python/client/ |
D | session_test.py | 1871 np2 = np.array([3.0, 3.5, 4.0, 4.5]) 1872 squared_tensor = SquaredTensor(np2) 1874 self.assertAllClose(np2 * np2, squared_eval) 1882 self.assertAllClose(np2 * np2, squared_eval)
|
/external/clang/test/CXX/expr/expr.const/ |
D | p2-0x.cpp | 206 constexpr const int *np2 = &(*(int(*)[4])nullptr)[0]; // ok variable
|
/external/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 21660 "np2", 24575 np2{
|