/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/skia/legacy/src/core/ |
SkGeometry.cpp | 575 SkScalar abcd = SkScalarInterp(abc, bcd, t); local 580 dst[6] = abcd; [all...] |
/external/skia/src/core/ |
SkGeometry.cpp | 575 SkScalar abcd = SkScalarInterp(abc, bcd, t); local 580 dst[6] = abcd; [all...] |
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
LoopBlinnMathUtils.cpp | 404 float abcd = interpolate(abc, bcd, t); local 409 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/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 | 775 int abcd = in.read(); local 776 int a = nibble0(abcd); 777 int b = nibble1(abcd); 778 int c = nibble2(abcd); 779 int d = nibble3(abcd); [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...] |