HomeSort by relevance Sort by last modified time
    Searched refs:n2 (Results 76 - 100 of 392) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/include/llvm/CodeGen/PBQP/Heuristics/
Briggs.h 188 &n2 = getHeuristicNodeData(n2Itr); local
192 if (n2.isHeuristic)
218 &n2 = getHeuristicNodeData(n2Itr); local
222 if (!n1.isHeuristic && !n2.isHeuristic)
241 if (n2.isHeuristic) {
242 bool n2WasAllocable = n2.isAllocable;
245 if (n2WasAllocable && !n2.isAllocable) {
246 rnAllocableList.erase(n2.rnaItr);
247 n2.rnuItr =
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
Builder.java 78 Node n2 = it.nextNode(); local
79 if (n2 instanceof ASTgroup_body) {
80 return new Group(name, buildGroupBody((ASTgroup_body)n2));
82 else if (n2 instanceof ASTangle_addr) {
84 return new NamedMailbox(name, buildAngleAddr((ASTangle_addr)n2));
  /external/chromium/chrome/browser/bookmarks/
bookmark_utils_unittest.cc 26 const BookmarkNode* n2 = local
44 EXPECT_TRUE(nodes[0] == n2);
46 n2, ASCIIToUTF16("cnn"), std::string()));
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_noise.c 244 float n0, n1, n2; /* Noise contributions from the three corners */ local
307 n2 = 0.0f;
310 n2 = t2 * t2 * grad2(perm[ii + 1 + perm[jj + 1]], x2, y2);
315 return 40.0f * (n0 + n1 + n2); /* TODO: The scale factor is preliminary! */
327 float n0, n1, n2, n3; /* Noise contributions from the four corners */ local
451 n2 = 0.0f;
454 n2 =
472 return 32.0f * (n0 + n1 + n2 + n3); /* TODO: The scale factor is preliminary! */
484 float n0, n1, n2, n3, n4; /* Noise contributions from the five corners */ local
605 n2 = 0.0f
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
laststmtchanges.test 222 create temp table n2 (k integer primary key, n);
242 insert into n2 values (NULL, changes());
244 insert into n2 values (NULL, changes());
246 insert into n2 values (NULL, changes());
248 insert into n2 values (NULL, changes());
277 select n from n2;
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
AngleAxis.h 160 Scalar n2 = q.vec().squaredNorm(); local
161 if (n2 < precision<Scalar>()*precision<Scalar>())
169 m_axis = q.vec() / ei_sqrt(n2);
  /external/mesa3d/src/mesa/program/
prog_noise.c 244 float n0, n1, n2; /* Noise contributions from the three corners */ local
307 n2 = 0.0f;
310 n2 = t2 * t2 * grad2(perm[ii + 1 + perm[jj + 1]], x2, y2);
315 return 40.0f * (n0 + n1 + n2); /* TODO: The scale factor is preliminary! */
327 float n0, n1, n2, n3; /* Noise contributions from the four corners */ local
451 n2 = 0.0f;
454 n2 =
472 return 32.0f * (n0 + n1 + n2 + n3); /* TODO: The scale factor is preliminary! */
484 float n0, n1, n2, n3, n4; /* Noise contributions from the five corners */ local
605 n2 = 0.0f
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
normalizer2.h 320 * @param n2 wrapped Normalizer2 instance
324 FilteredNormalizer2(const Normalizer2 &n2, const UnicodeSet &filterSet) :
325 norm2(n2), set(filterSet) {}
  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtst.c     [all...]
  /external/chromium_org/ui/message_center/
notification_list.h 34 bool operator()(Notification* n1, Notification* n2);
38 bool operator()(Notification* n1, Notification* n2);
  /external/icu4c/test/cintltst/
custrtst.c     [all...]
cnormtst.c 1481 const UNormalizer2 *n2=unorm2_getInstance(NULL, "nfc", UNORM2_COMPOSE_CONTIGUOUS, &errorCode); local
1524 const UNormalizer2 *n2=unorm2_getNFKCInstance(&errorCode); local
1591 const UNormalizer2 *n2=unorm2_getNFCInstance(&errorCode); local
1630 const UNormalizer2 *n2=unorm2_getNFCInstance(&errorCode); local
    [all...]
  /system/core/libutils/
Unicode.cpp 293 int strzcmp16(const char16_t *s1, size_t n1, const char16_t *s2, size_t n2)
296 const char16_t* e2 = s2+n2;
305 return n1 < n2
307 : (n1 > n2
312 int strzcmp16_h_n(const char16_t *s1H, size_t n1, const char16_t *s2N, size_t n2)
315 const char16_t* e2 = s2N+n2;
326 return n1 < n2
328 : (n1 > n2
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
SHA1withDSA_SignatureTest.java 487 int n2 = sig[offset + n1 + 5];
489 if (sig[offset] != 0x30 || sig[offset + 1] != (n1 + n2 + 4)
491 || n2 > 21) {
494 return (n1 + n2 + 6);
542 int n2 = checkSignature(sig, offset);
543 if (n2 < 0) {
546 if (n1 != n2) {
547 fail("incorrect signature's length : n1=" + n1 + " n2="
548 + n2);
936 int n1, n2;
    [all...]
  /external/bzip2/
huffman.c 72 Int32 nNodes, nHeap, n1, n2, i, j, k; local
102 n2 = heap[1]; heap[1] = heap[nHeap]; nHeap--; DOWNHEAP(1);
104 parent[n1] = parent[n2] = nNodes;
105 weight[nNodes] = ADDWEIGHTS(weight[n1], weight[n2]);
  /external/chromium_org/v8/test/mjsunit/
this-property-assignment.js 40 var n2 = new Node();
41 assertEquals(3, n2.a);
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
p5.cpp 4 alignas(1) alignas(2) int n2; // expected-error {{less than minimum alignment}} variable
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p3-0x.cpp 44 int n2 = f(0); member in namespace:std_example
  /external/v8/test/mjsunit/
this-property-assignment.js 40 var n2 = new Node();
41 assertEquals(3, n2.a);
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidPipedStreamTest.java 273 int n2; field in class:OldAndroidPipedStreamTest.Fibonacci
280 n2 = 0;
284 int ret = n1 + n2;
285 n2 = n1;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
splice_after_one.pass.cpp 34 for (int n2 = f; n2 < f+1; ++n2, ++i)
35 assert(*i == t2[n2]);
splice_after_range.pass.cpp 35 for (int n2 = f; n2 < l-1; ++n2, ++i)
36 assert(*i == t2[n2]);
  /pdk/apps/CameraITS/tests/
test_capture_result.py 68 def is_close_float(n1, n2):
69 return abs(n1 - n2) < 0.05
71 def is_close_rational(n1, n2):
72 return is_close_float(r2f(n1), r2f(n2))
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service_unittest.cc 323 scoped_ptr<SyncedNotification> n2(CreateNotification(
325 notifier.AddForTest(n2.Pass());
370 scoped_ptr<SyncedNotification> n2(CreateNotification(
372 notifier.AddForTest(n2.Pass());
421 scoped_ptr<SyncedNotification> n2(CreateNotification(
423 notifier.AddForTest(n2.Pass());
485 scoped_ptr<SyncedNotification> n2(CreateNotification(
487 notifier.AddForTest(n2.Pass());
530 scoped_ptr<SyncedNotification> n2(CreateNotification(
532 notifier.AddForTest(n2.Pass())
    [all...]
  /external/opencv/cvaux/src/
cvhmmobs.cpp 137 int n2 = dctSize.width, m2 = n2 / 2; local
249 if( n2 & 1 )
259 work_t t1 = buf[n2 - 1 - j];
289 if( n2 & 1 )
332 int n2 = dctSize.width, m2 = n2 / 2; local
446 if( n2 & 1 )
456 work_t t1 = buf[n2 - 1 - j];
486 if( n2 & 1
    [all...]

Completed in 451 milliseconds

1 2 34 5 6 7 8 91011>>