HomeSort by relevance Sort by last modified time
    Searched defs:abcd (Results 1 - 12 of 12) sorted by null

  /external/eigen/bench/
check_cache_queries.cpp 10 int abcd[4]; \
11 abcd[0] = abcd[1] = abcd[2] = abcd[3] = 0;\
12 EIGEN_CPUID(abcd, CODE, 0); \
14 << (int*)(abcd[0]) << " " << (int*)(abcd[1]) << " " \
15 << (int*)(abcd[2]) << " " << (int*)(abcd[3]) << " " << std::endl;
28 int abcd[4]; local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkGeometry.cpp 576 SkScalar abcd = SkScalarInterp(abc, bcd, t); local
581 dst[6] = abcd;
    [all...]
  /external/skia/src/core/
SkGeometry.cpp 576 SkScalar abcd = SkScalarInterp(abc, bcd, t); local
581 dst[6] = abcd;
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCubic.cpp 387 double abcd = SkDInterp(abc, bcd, t); local
388 return abcd;
479 double abcd = SkDInterp(abc, bcd, t); local
484 dst[6] = abcd;
  /external/clang/test/Parser/
cxx-altivec.cpp 169 __vector float abcd; member in class:VectorClassMultipleMembers
  /external/eigen/Eigen/src/Core/util/
Memory.h 740 # define EIGEN_CPUID(abcd,func,id) \
741 __asm__ __volatile__ ("xchgl %%ebx, %%esi;cpuid; xchgl %%ebx,%%esi": "=a" (abcd[0]), "=S" (abcd[1]), "=c" (abcd[2]), "=d" (abcd[3]) : "a" (func), "c" (id));
744 # define EIGEN_CPUID(abcd,func,id) \
745 __asm__ __volatile__ ("cpuid": "=a" (abcd[0]), "=b" (abcd[1]), "=c" (abcd[2]), "=d" (abcd[3]) : "a" (func), "c" (id) )
765 int abcd[4]; local
797 int abcd[4]; local
885 int abcd[4]; local
901 int abcd[4]; local
    [all...]
  /external/skia/src/pathops/
SkPathOpsCubic.cpp 387 double abcd = SkDInterp(abc, bcd, t); local
388 return abcd;
479 double abcd = SkDInterp(abc, bcd, t); local
484 dst[6] = abcd;
  /external/valgrind/main/VEX/priv/
guest_s390_helpers.c 414 UInt uvwxy = ((high_surrogate >> 6) & 0xf) + 1; // abcd + 1
471 UInt uvwxy = ((high_surrogate >> 6) & 0xf) + 1; // abcd + 1
513 UInt abcd = (uvwxy - 1) & 0xf; local
516 UInt high_surrogate = (0xd8 << 8) | (abcd << 6) | efghij;
567 UInt abcd = srcval >> 12; local
570 UInt byte1 = 0xe0 | abcd;
715 UInt abcd = byte1 & 0xf; local
720 retval = (abcd << 12) | (efghij << 6) | klmnop;
763 UInt abcd = (uvwxy - 1) & 0xf; local
764 UInt high_surrogate = (0xd8 << 8) | (abcd << 6) | (efgh << 2) | ij
    [all...]
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 774 int abcd = in.read(); local
775 int a = nibble0(abcd);
776 int b = nibble1(abcd);
777 int c = nibble2(abcd);
778 int d = nibble3(abcd);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtst.c 497 abcd[] = { 0x61, 0x62, 0x63, 0x64, 0 }, local
649 if (u_strspn(testString, abcd) != u_strlen(testString)) {
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 908 int abcd = in.read(); local
909 int a = nibble0(abcd);
910 int b = nibble1(abcd);
911 int c = nibble2(abcd)
    [all...]
  /external/icu4c/test/cintltst/
custrtst.c 497 abcd[] = { 0x61, 0x62, 0x63, 0x64, 0 }, local
649 if (u_strspn(testString, abcd) != u_strlen(testString)) {
    [all...]

Completed in 806 milliseconds