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

  /frameworks/base/packages/Osu/src/com/android/hotspot2/
AuthMatch.java 18 public static final int Exact = Realm | Method | Param;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
AuthMatch.java 18 public static final int Exact = Realm | Method | Param;
  /external/gemmlowp/public/
bit_depth.h 40 Exact, // No rounding, do nothing. Use with bit_depth == 8.
51 static const RoundingMode kRoundingModeForSmallSizes = RoundingMode::Exact;
52 static const RoundingMode kRoundingModeForLargeSizes = RoundingMode::Exact;
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 314 // APFloat::convertToInteger(&Exact) purports to do what we want, but
343 bool Exact;
346 &Exact);
457 bool Exact;
460 &Exact);
  /toolchain/binutils/binutils-2.25/gold/
script.h 240 // We map from exact match strings to Version_tree's. Historically
263 // Map from an exact match string to a Version_tree.
265 typedef Unordered_map<std::string, Version_tree_match> Exact;
295 const Version_expression*, Exact*);
311 // Exact matches for global symbols, by language.
312 Exact* exact_[LANGUAGE_COUNT];
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 408 /// pair of exact and max expressions that are eventually summarized in
411 const SCEV *Exact;
414 /*implicit*/ ExitLimit(const SCEV *E) : Exact(E), Max(E) {}
416 ExitLimit(const SCEV *E, const SCEV *M) : Exact(E), Max(M) {}
421 return !isa<SCEVCouldNotCompute>(Exact) ||
451 /// includes an exact count and a maximum count.
465 /// Initialize BackedgeTakenInfo from a list of exact exit counts.
476 /// Return an expression indicating the exact backedge-taken count of the
634 /// "(IV >> 1) != 0" type comparison. We cannot compute the exact trip
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 325 bool Exact : 1;
337 Exact = false;
348 void setExact(bool b) { Exact = b; }
358 bool hasExact() const { return Exact; }
368 return (NoUnsignedWrap << 0) | (NoSignedWrap << 1) | (Exact << 2) |
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/
kotlin-stdlib-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-1103/
kotlin-stdlib-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-4584/
kotlin-stdlib-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-rc-1036/
kotlin-stdlib-1.0.0-rc-1036.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-4584/
kotlin-stdlib-1.0.0-beta-4584.jar 

Completed in 421 milliseconds