HomeSort by relevance Sort by last modified time
    Searched refs:Exact (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GlobPattern.h 42 Optional<StringRef> Exact;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
GlobPattern.h 42 Optional<StringRef> Exact;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
GlobPattern.h 42 Optional<StringRef> Exact;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
GlobPattern.h 42 Optional<StringRef> Exact;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
GlobPattern.h 42 Optional<StringRef> Exact;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
GlobPattern.h 42 Optional<StringRef> Exact;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
GlobPattern.h 42 Optional<StringRef> Exact;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GlobPattern.h 42 Optional<StringRef> Exact;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
GlobPattern.h 42 Optional<StringRef> Exact;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
GlobPattern.h 42 Optional<StringRef> Exact;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
GlobPattern.h 42 Optional<StringRef> Exact;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
GlobPattern.h 42 Optional<StringRef> Exact;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
GlobPattern.h 42 Optional<StringRef> Exact;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
GlobPattern.h 42 Optional<StringRef> Exact;
  /prebuilts/go/darwin-x86/src/math/big/
float_test.go 21 if acc != Exact {
29 if acc != Exact {
111 {"0", 0, "0", Exact},
112 {"-0", 0, "-0", Exact},
113 {"-Inf", 0, "-Inf", Exact},
114 {"+Inf", 0, "+Inf", Exact},
119 {"0", MaxPrec, "0", Exact},
120 {"-0", MaxPrec, "-0", Exact},
121 {"-Inf", MaxPrec, "-Inf", Exact},
122 {"+Inf", MaxPrec, "+Inf", Exact},
    [all...]
floatexample_test.go 24 // x = 1000 (0x.fap+10, prec = 64, acc = Exact)
25 // y = 2.718281828 (0x.adf85458248cd8p+2, prec = 53, acc = Exact)
float.go 35 // rounding error with respect to the exact result.
141 // operation that generated a Float value, relative to the exact value.
147 Exact Accuracy = 0
159 z.acc = Exact // optimistically assume no rounding is needed
191 // SetMode sets z's rounding mode to mode and returns an exact z.
193 // z.SetMode(z.Mode()) is a cheap way to set z's accuracy to Exact.
196 z.acc = Exact
387 z.acc = Exact
459 // A positive result (!z.neg) is Above the exact result if we increment,
460 // and it's Below if we truncate (Exact results require no rounding)
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
float_test.go 21 if acc != Exact {
29 if acc != Exact {
111 {"0", 0, "0", Exact},
112 {"-0", 0, "-0", Exact},
113 {"-Inf", 0, "-Inf", Exact},
114 {"+Inf", 0, "+Inf", Exact},
119 {"0", MaxPrec, "0", Exact},
120 {"-0", MaxPrec, "-0", Exact},
121 {"-Inf", MaxPrec, "-Inf", Exact},
122 {"+Inf", MaxPrec, "+Inf", Exact},
    [all...]
floatexample_test.go 24 // x = 1000 (0x.fap+10, prec = 64, acc = Exact)
25 // y = 2.718281828 (0x.adf85458248cd8p+2, prec = 53, acc = Exact)
float.go 35 // rounding error with respect to the exact result.
141 // operation that generated a Float value, relative to the exact value.
147 Exact Accuracy = 0
159 z.acc = Exact // optimistically assume no rounding is needed
191 // SetMode sets z's rounding mode to mode and returns an exact z.
193 // z.SetMode(z.Mode()) is a cheap way to set z's accuracy to Exact.
196 z.acc = Exact
387 z.acc = Exact
459 // A positive result (!z.neg) is Above the exact result if we increment,
460 // and it's Below if we truncate (Exact results require no rounding)
    [all...]
  /frameworks/support/buildSrc/src/main/kotlin/androidx/build/
PublishDocsRules.kt 20 import androidx.build.ArtifactsPredicate.Exact
112 rules.add(DocsRule(Exact(groupName, name), TipOfTree))
120 rules.add(DocsRule(Exact(groupName, moduleName), Prebuilts(Version(version))))
155 rules.add(DocsRule(Exact(groupName, name), Ignore))
170 class Exact(val group: String, val name: String) : ArtifactsPredicate() {
  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 36 Exact = 0,
142 ObjSizeMode Mode = ObjSizeMode::Exact);
168 ObjSizeMode Mode = ObjSizeMode::Exact);
  /toolchain/binutils/binutils-2.27/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/clang/include/clang/Basic/
TargetInfo.h 660 for (int Exact : Exacts)
661 ImmSet.insert(Exact);
663 void setRequiresImmediate(int Exact) {
665 ImmSet.insert(Exact);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 302 // APFloat::convertToInteger(&Exact) purports to do what we want, but
331 bool Exact;
334 &Exact);
445 bool Exact;
448 &Exact);

Completed in 2106 milliseconds

1 2 3 4 5 6