HomeSort by relevance Sort by last modified time
    Searched defs:isExact (Results 26 - 50 of 115) sorted by null

12 3 4 5

  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredAidCache.java 412 } else if (supportsAidPrefixRegistration() && prefixAids.size() > 0 && isExact(aid)) {
430 } else if (supportsAidSubsetRegistration() && subSetAids.size() > 0 && isExact(aid)) {
466 static boolean isExact(String aid) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 237 bool isExact;
239 APFloat::rmTowardZero, &isExact);
240 if (isExact) {
436 cast<BinaryOperator>(I)->isExact() && isPowerOf2_64(Imm)) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 227 bool isExact = false;
231 &isExact) != APFloat::opOK || !isExact)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
IndVarSimplify.cpp 232 bool isExact = false;
238 &isExact) != APFloat::opOK || !isExact)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/testng/ant/
ivy-2.1.0.jar 
  /prebuilts/devtools/tools/lib/
lint.jar 

Completed in 1862 milliseconds

12 3 4 5