Home
last modified time | relevance | path

Searched defs:abcd (Results 1 – 17 of 17) sorted by relevance

/external/llvm/test/MC/AsmParser/
Dvararg-default-value.s6 .macro abcd arg0=%eax arg1:vararg=%ebx macro
/external/skia/experimental/Intersection/
DCubicSubDivide.cpp63 double abcd = interp(abc, bcd, t); in interp_cubic_coords() local
117 double abcd = interp(abc, bcd, t); in interp_cubic_coords() local
/external/chromium_org/third_party/skia/experimental/Intersection/
DCubicSubDivide.cpp63 double abcd = interp(abc, bcd, t); in interp_cubic_coords() local
117 double abcd = interp(abc, bcd, t); in interp_cubic_coords() local
/external/eigen/bench/
Dcheck_cache_queries.cpp28 int abcd[4]; in main() local
/external/chromium_org/third_party/icu/source/test/intltest/
Dstrtest.cpp194 StringPiece abcd(abcdefg_chars, 4); in TestStringPiece() local
316 StringPiece abcd("abcdefg", 4); in TestStringPieceComparisons() local
Dapicoll.cpp221 Locale abcd("ab", "CD", ""); in TestProperty() local
/external/icu/icu4c/source/test/intltest/
Dstrtest.cpp194 StringPiece abcd(abcdefg_chars, 4); in TestStringPiece() local
316 StringPiece abcd("abcdefg", 4); in TestStringPieceComparisons() local
Dapicoll.cpp198 Locale abcd("ab", "CD", ""); in TestProperty() local
/external/valgrind/main/VEX/priv/
Dguest_s390_helpers.c556 UInt abcd = (uvwxy - 1) & 0xf; in s390_do_cu42() local
610 UInt abcd = srcval >> 12; in s390_do_cu41() local
758 UInt abcd = byte1 & 0xf; in s390_do_cu12_cu14_helper2() local
806 UInt abcd = (uvwxy - 1) & 0xf; in s390_do_cu12_cu14_helper2() local
/external/skia/src/pathops/
DSkPathOpsCubic.cpp462 double abcd = SkDInterp(abc, bcd, t); in interp_cubic_coords() local
554 double abcd = SkDInterp(abc, bcd, t); in interp_cubic_coords() local
/external/chromium_org/third_party/skia/src/pathops/
DSkPathOpsCubic.cpp462 double abcd = SkDInterp(abc, bcd, t); in interp_cubic_coords() local
554 double abcd = SkDInterp(abc, bcd, t); in interp_cubic_coords() local
/external/clang/test/Parser/
Dcxx-altivec.cpp171 __vector float abcd; member in VectorClassMultipleMembers
/external/icu/icu4c/source/test/cintltst/
Dcustrtst.c493 abcd[] = { 0x61, 0x62, 0x63, 0x64, 0 }, in TestStringSearching() local
/external/chromium_org/third_party/icu/source/test/cintltst/
Dcustrtst.c497 abcd[] = { 0x61, 0x62, 0x63, 0x64, 0 }, in TestStringSearching() local
/external/chromium_org/third_party/skia/src/core/
DSkGeometry.cpp468 SkScalar abcd = SkScalarInterp(abc, bcd, t); in interp_cubic_coords() local
/external/skia/src/core/
DSkGeometry.cpp468 SkScalar abcd = SkScalarInterp(abc, bcd, t); in interp_cubic_coords() local
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DInstructionCodec.java908 int abcd = in.read(); in decodeRegisterList() local