HomeSort by relevance Sort by last modified time
    Searched full:bpt (Results 1 - 25 of 245) sorted by null

1 2 3 4 5 6 7 8 910

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cr16/
excp_test.s 5 # excp svc/dvz/flg/bpt/trc/und/iad/dbg/ise
10 excp bpt
excp_test.d 13 6: c8 00 excp bpt
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
ImUtil.h 24 register unsigned char *bpt,
  /external/deqp/modules/gles31/functional/
es31fBuiltinPrecisionTests.cpp 37 namespace bpt = gls::BuiltinPrecisionTests;
44 de::MovePtr<const bpt::CaseFactories> es3Cases = bpt::createES3BuiltinCases();
45 de::MovePtr<const bpt::CaseFactories> es31Cases = bpt::createES31BuiltinCases();
49 bpt::addBuiltinPrecisionTests(context.getTestContext(),
60 bpt::addBuiltinPrecisionTests(context.getTestContext(),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
ImUtil.h 25 register unsigned char *bpt,
  /external/deqp/modules/gles3/functional/
es3fBuiltinPrecisionTests.cpp 37 namespace bpt = gls::BuiltinPrecisionTests;
44 de::MovePtr<const bpt::CaseFactories> es3Cases = bpt::createES3BuiltinCases();
49 bpt::addBuiltinPrecisionTests(context.getTestContext(),
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug096.go 19 Trace/BPT trap
  /prebuilts/go/linux-x86/test/fixedbugs/
bug096.go 19 Trace/BPT trap
  /external/icu/icu4c/source/test/intltest/
ucdtest.cpp 495 UnicodeSet bpt("[:^bpt=n:]", errorCode);
496 assertTrue("bpt!=None is not empty", !bpt.isEmpty());
500 assertTrue("bpt!=None is a subset of Bidi_M", mirrored.containsAll(bpt));
501 assertTrue("bpt!=None is a subset of bc=ON", other_neutral.containsAll(bpt));
503 UnicodeSet bpt_open("[:bpt=o:]", errorCode);
504 UnicodeSet bpt_close("[:bpt=c:]", errorCode)
    [all...]
  /external/mesa3d/src/mesa/main/
mipmap.c 1419 const GLint bpt = bytes_per_pixel(datatype, comps); local
1451 const GLint bpt = bytes_per_pixel(datatype, comps); local
1543 const GLint bpt = bytes_per_pixel(datatype, comps); local
    [all...]
  /external/icu/icu4c/source/common/
ubidi_props.h 106 UBIDI_BPT_SHIFT=8, /* Bidi_Paired_Bracket_Type(bpt): 2 bits (9..8) */
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
misc_insn.s 289 excp BPT
misc_insn.d 217 110: f8 ff excp bpt
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pdp11/
opcode.s 25 bpt
  /external/clang/lib/Analysis/
BodyFarm.cpp 31 const BlockPointerType *BPT = Ty->getAs<BlockPointerType>();
32 if (!BPT)
38 BPT->getPointeeType()->getAs<FunctionProtoType>();
  /toolchain/binutils/binutils-2.25/include/opcode/
tahoe.h 88 { "bpt", {"", 0x30 } },
  /external/opencv3/modules/objdetect/src/
cascadedetect.cpp 242 Point3d bPt = inPt;
252 bPt.x /= sPt.x;
253 bPt.y /= sPt.y;
254 bPt.z /= sPt.z;
256 double w = (weightsV[i])*std::exp(-((aPt-bPt).dot(aPt-bPt))/2)/std::sqrt(sPt.dot(Point3d(1,1,1)));
294 Point3d bPt;
297 bPt = aPt;
298 aPt = getNewValue(bPt);
299 if ( getDistance(aPt, bPt) <= modeEps
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_gen_mipmap.c 989 const int bpt = util_format_get_blocksize(pformat); local
1028 const int bpt = util_format_get_blocksize(pformat); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
bdb.py 469 bpbynumber = [None] # Each entry is None or an instance of Bpt
564 Called only if we know there is a bpt at this
590 # Ignore count applies only to those bpt hits where the
  /prebuilts/gdb/linux-x86/lib/python2.7/
bdb.py 469 bpbynumber = [None] # Each entry is None or an instance of Bpt
564 Called only if we know there is a bpt at this
590 # Ignore count applies only to those bpt hits where the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
bdb.py 469 bpbynumber = [None] # Each entry is None or an instance of Bpt
564 Called only if we know there is a bpt at this
590 # Ignore count applies only to those bpt hits where the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
bdb.py 469 bpbynumber = [None] # Each entry is None or an instance of Bpt
564 Called only if we know there is a bpt at this
590 # Ignore count applies only to those bpt hits where the
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UCharacterTest.java 572 errln("u_getBidiPairedBracket(U+"+hex(start)+") != self for bpt(c)==None");
2507 UnicodeSet bpt = new UnicodeSet("[:^bpt=n:]"); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterTest.java 568 errln("u_getBidiPairedBracket(U+"+hex(start)+") != self for bpt(c)==None");
2503 UnicodeSet bpt = new UnicodeSet("[:^bpt=n:]"); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UBiDiProps.java 289 private static final int BPT_SHIFT=8; /* Bidi_Paired_Bracket_Type(bpt): 2 bits (9..8) */

Completed in 4632 milliseconds

1 2 3 4 5 6 7 8 910