HomeSort by relevance Sort by last modified time
    Searched refs:cp3 (Results 1 - 11 of 11) sorted by null

  /external/clang/test/SemaCXX/
complex-overload.cpp 8 char *cp3 = foo(fc); local
51 int *cp3 = promote_or_convert3(1il); local
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CollectionCertStoreParametersTest.java 188 CollectionCertStoreParameters cp3 = local
192 cp3.getCollection() == cp2.getCollection());
  /libcore/luni/src/test/java/tests/security/cert/
CollectionCertStoreParametersTest.java 162 CollectionCertStoreParameters cp3 = local
166 cp3.getCollection() == cp2.getCollection());
CertPathTest.java 82 CertPath cp3 = new MyCertPath(testEncoding1); local
85 assertTrue(cp1.hashCode() != cp3.hashCode());
  /external/clang/test/Analysis/
malloc-sizeof.c 19 char *cp3 = malloc(5 * sizeof(char) + 2); // no warning local
  /external/clang/test/Sema/
overloadable-complex.c 8 char *cp3 = foo(fc); local
  /external/dhcpcd/
configure.c 643 const char *cp, *cp2, *cp3, *cplim; local
656 cp3 = (const char *)&rtn->net.s_addr;
657 cplim = cp3 + sizeof(rtn->net.s_addr);
658 while (cp3 < cplim) {
659 if ((*cp++ ^ *cp2++) & *cp3++)
662 if (cp3 == cplim)
  /bionic/tests/math_data/
powf_intel_data.h 204 0x1.00001cp3, -0x1.6ccccep-1
388 0x1.99999cp3, 0x1.p5
    [all...]
scalb_intel_data.h     [all...]
tanf_intel_data.h 612 0x1.791cp3
616 -0x1.791cp3
    [all...]
pow_intel_data.h 316 0x1.000001cp3, -0x1.ba2e8ba2e8ba2p-2
    [all...]

Completed in 4942 milliseconds