/external/epid-sdk/epid/member/tiny/unittests/ |
join_request-test.cc | 87 FfElementObj nc(¶ms.fp, request.c); 88 THROW_ON_EPIDERR(FfNeg(params.fp, nc, nc)); 92 THROW_ON_EPIDERR(EcExp(params.G1, b, (BigNumStr*)nc.data().data(), b));
|
/external/epid-sdk/epid/member/unittests/ |
join_request-test.cc | 88 FfElementObj nc(¶ms.fp, request.c); 89 THROW_ON_EPIDERR(FfNeg(params.fp, nc, nc)); 93 THROW_ON_EPIDERR(EcExp(params.G1, b, (BigNumStr*)nc.data().data(), b));
|
/external/icu/icu4c/source/test/intltest/ |
regiontst.cpp | 233 { "NC" , 540, "054", URGN_TERRITORY, "009" }, 382 int32_t nc = rd.numeric; local 383 if ( nc > 0 ) { 384 const Region *ncRegion = Region::getInstance(nc,status); 385 if ( *ncRegion != *r && nc != 891 ) { // 891 is special case - CS and YU both deprecated codes for region 891 [all...] |
/external/tensorflow/tensorflow/core/kernels/ |
mkl_softmax_op.cc | 76 // "nc" for 2 dim tensor, "tnc" for 3 dim tensor, "nchw" for 4 dim tensor, 88 layout_type = memory::format::nc;
|
mkl_fused_batch_norm_op.cc | 162 memory::format::nc); 169 memory::format::nc); 173 memory::desc({1, fwdParams.depth}, MklDnnType<T>(), memory::nc); 394 memory::desc({1, bwdParams.depth}, MklDnnType<T>(), memory::nc); 396 memory::desc({1, bwdParams.depth}, MklDnnType<T>(), memory::format::nc); 398 memory::desc({2, bwdParams.depth}, MklDnnType<T>(), memory::format::nc); 687 // since its format is hard-coded as nc when primitive is created. [all...] |
eigen_contraction_kernel.h | 230 EIGEN_ALWAYS_INLINE StorageIndex nc() const { return nc_; } function in class:Eigen::internal::TensorContractionBlocking
|
/external/libnl/doc/stylesheets/ |
pygments.css | 34 .highlight .nc { color: #0000FF } /* Name.Class */
|
/external/llvm/test/MC/SystemZ/ |
insn-bad.s | [all...] |
/external/python/cpython3/Lib/test/ |
test_decimal.py | 711 nc = copy.copy(self.decimal.getcontext()) 712 nc.prec = 3 717 d = nc.create_decimal() 721 self.assertRaises(TypeError, nc.create_decimal, None) 724 d = nc.create_decimal(456) 726 self.assertEqual(nc.create_decimal(45678), 727 nc.create_decimal('457E+2')) 732 d = nc.create_decimal('456789') 737 self.assertEqual(str(nc.create_decimal('3.14\n')), 'NaN') 742 d = nc.create_decimal( (1, (4, 3, 4, 9, 1, 3, 5, 3, 4), -25) [all...] |
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
TensorContraction.h | 484 const Index nc = numext::mini(n, blocking.nc()); local 486 const Index sizeB = kc * nc; 500 for (Index j2 = 0; j2 < n; j2 += nc) { 502 const Index actual_nc = numext::mini(j2 + nc, n) - j2;
|
/external/testng/doc/ |
prettify.js | 274 for (var ci = 0, nc = chunks.length; ci < nc; ++ci) {
403 for (var ci = 0, nc = chunks.length; ci < nc; ++ci) {
567 for (var ci = 0, nc = chunks.length; ci < nc; ++ci) {
884 for (var ci = 0, nc = tokens.length; ci < nc; ++ci) {
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
profile.py | 435 nc = 0
437 nc += callcnt
438 self.stats[func] = cc, nc, tt, ct, callers
|
/external/python/cpython2/Lib/ |
profile.py | 426 nc = 0 428 nc += callcnt 429 self.stats[func] = cc, nc, tt, ct, callers
|
/external/python/cpython3/Lib/ |
profile.py | 404 nc = 0 406 nc += callcnt 407 self.stats[func] = cc, nc, tt, ct, callers
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
ShadowConnectivityManagerTest.java | 473 NetworkCapabilities nc = new NetworkCapabilities(null); local 475 nc, 480 shadowOf(connectivityManager).getActiveNetwork(), nc); local
|
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
BaseTreeAdaptor.as | 121 var nc:int = newRootTree.childCount; 122 if ( nc==1 ) newRootTree = Tree(newRootTree.getChild(0)); 123 else if ( nc >1 ) {
|
/external/llvm/lib/Support/ |
regcomp.c | 191 (NC-1)*sizeof(cat_t)); 212 g->csetsize = NC; 225 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t)); 1069 size_t nc; local 1079 nc = p->ncsalloc; 1080 if (nc > SIZE_MAX / sizeof(cset)) 1082 assert(nc % CHAR_BIT == 0); 1083 nbytes = nc / CHAR_BIT * css; 1085 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset)); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
regcomp.c | 318 (NC-1)*sizeof(cat_t)); 339 g->csetsize = NC; 352 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t)); 1196 size_t nc; local 1206 nc = p->ncsalloc; 1207 if (nc > SIZE_MAX / sizeof(cset)) 1209 assert(nc % CHAR_BIT == 0); 1210 nbytes = nc / CHAR_BIT * css; 1212 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset)); [all...] |
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
regcomp.c | 191 (NC-1)*sizeof(cat_t)); 212 g->csetsize = NC; 225 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t)); 1069 size_t nc; local 1079 nc = p->ncsalloc; 1080 if (nc > SIZE_MAX / sizeof(cset)) 1082 assert(nc % CHAR_BIT == 0); 1083 nbytes = nc / CHAR_BIT * css; 1085 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset)); [all...] |
/external/freetype/src/type1/ |
t1load.c | 449 FT_UInt i, nc; local 459 nc = num_coords; 464 nc = blend->num_axis; 467 for ( i = 0; i < nc; i++ ) 605 FT_UInt i, nc; local 615 nc = num_coords; 621 nc = blend->num_axis; 624 for ( i = 0; i < nc; i++ ) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_decimal.py | 560 nc = copy.copy(getcontext())
561 nc.prec = 3
566 d = nc.create_decimal()
570 self.assertRaises(TypeError, nc.create_decimal, None)
573 d = nc.create_decimal(456)
575 self.assertEqual(nc.create_decimal(45678),
576 nc.create_decimal('457E+2'))
581 d = nc.create_decimal('456789')
586 self.assertEqual(str(nc.create_decimal('3.14\n')), 'NaN')
591 d = nc.create_decimal( (1, (4, 3, 4, 9, 1, 3, 5, 3, 4), -25) ) [all...] |
/cts/tests/tests/net/src/android/net/cts/ |
DnsResolverTest.java | 138 final NetworkCapabilities nc = mCM.getNetworkCapabilities(network); local 139 if (nc != null 140 && nc.hasCapability(NetworkCapabilities.NET_CAPABILITY_NOT_RESTRICTED) 141 && nc.hasCapability(NetworkCapabilities.NET_CAPABILITY_INTERNET)) {
|
/external/boringssl/src/crypto/x509/ |
x_x509.c | 133 NAME_CONSTRAINTS_free(ret->nc);
|
/external/freetype/src/truetype/ |
ttgxvar.c | 1838 FT_UInt i, j, nc; local 2708 FT_UInt i, nc; local 2931 FT_UInt i, nc; local [all...] |
/external/sonivox/jet_tools/JetCreator/ |
img_Cut.py | 70 \x08\nc\xed\xb7N\x9dBY\xbb\xce,p\xdal\xa6\x00V&\x9e\x97\x01\xd7\x98\x10\xcb\
|