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

1 2 3 4 5 6 7 8 91011>>

  /external/selinux/restorecond/
stringslist.h 34 int strings_list_find(struct stringsList *list, const char *string, int *exact);
stringslist.c 58 int strings_list_find(struct stringsList *ptr, const char *string, int *exact)
61 *exact = strcmp(ptr->string, string) == 0;
  /prebuilts/go/darwin-x86/src/cmd/fix/
gotypes_test.go 17 import "golang.org/x/tools/go/exact"
19 var _ = exact.Kind
22 _ = exact.MakeBool(true)
42 import foo "golang.org/x/tools/go/exact"
67 import "golang.org/x/tools/go/exact"
69 var _ = exact.Kind
73 _ = exact.MakeBool(true)
gotypes.go 20 desc: `Change imports of golang.org/x/tools/go/{exact,types} to go/{constant,types}`,
51 if path == "golang.org/x/tools/go/exact" {
60 // We are about to rename exact.* to constant.*, but constant is a common
69 renameTop(f, "exact", "constant"+suffix)
70 rewriteImport(f, "golang.org/x/tools/go/exact", "go/constant")
  /prebuilts/go/linux-x86/src/cmd/fix/
gotypes_test.go 17 import "golang.org/x/tools/go/exact"
19 var _ = exact.Kind
22 _ = exact.MakeBool(true)
42 import foo "golang.org/x/tools/go/exact"
67 import "golang.org/x/tools/go/exact"
69 var _ = exact.Kind
73 _ = exact.MakeBool(true)
gotypes.go 20 desc: `Change imports of golang.org/x/tools/go/{exact,types} to go/{constant,types}`,
51 if path == "golang.org/x/tools/go/exact" {
60 // We are about to rename exact.* to constant.*, but constant is a common
69 renameTop(f, "exact", "constant"+suffix)
70 rewriteImport(f, "golang.org/x/tools/go/exact", "go/constant")
  /prebuilts/go/darwin-x86/src/math/
log10.go 21 // Make sure exact powers of two give an exact answer.
cbrt.go 66 s = t * t // t*t is exact
69 r = (r - t) / (w + r) // r-s is exact
  /prebuilts/go/linux-x86/src/math/
log10.go 21 // Make sure exact powers of two give an exact answer.
cbrt.go 66 s = t * t // t*t is exact
69 r = (r - t) / (w + r) // r-s is exact
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
InstructionOffsetMap.java 58 public int getInstructionIndexAtCodeOffset(int codeOffset, boolean exact) {
61 if (exact) {
  /external/skia/src/utils/
SkInterpolator.cpp 99 bool exact = true; local
113 exact = false;
119 if (exact) {
126 *exactPtr = exact;
186 bool exact; local
187 Result result = timeToT(time, &T, &index, &exact);
191 if (exact) {
  /libcore/ojluni/src/main/java/sun/misc/
RegexpPool.java 106 && (!p.exact || i == len)) {
124 // delete only if there is an exact match
173 boolean exact = false;
177 exact = true;
181 p.exact = exact;
203 && (!p.exact || i == len)) {
266 boolean exact; field in class:RegexpNode
  /external/webp/src/enc/
vp8li_enc.h 83 uint32_t* const image, int near_lossless, int exact,
config_enc.c 50 config->exact = 0;
122 if (config->exact < 0 || config->exact > 1) return 0;
  /external/skia/tests/
SkNxTest.cpp 159 int exact = a+b; local
160 if (exact > 255) { exact = 255; }
161 if (exact < 0) { exact = 0; }
163 REPORTER_ASSERT(r, Sk16b(a).saturatedAdd(Sk16b(b))[0] == exact);
171 int exact = (a*b+127)/255; local
179 REPORTER_ASSERT(r, correct == exact);
183 REPORTER_ASSERT(r, fast-exact >= -1 && fast-exact <= 1)
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
ratconv_test.go 329 // A little more than the exact half of smallest denormal
332 // The exact halfway between smallest normal and largest denormal:
364 f, exact := r.Float32()
400 if wasExact := new(Rat).SetFloat64(float64(f)).Cmp(r) == 0; wasExact != exact {
401 t.Errorf("Rat.SetString(%q).Float32().exact = %t, want %t", input, exact, wasExact)
420 f, exact := r.Float64()
455 if wasExact := new(Rat).SetFloat64(f).Cmp(r) == 0; wasExact != exact {
456 t.Errorf("Rat.SetString(%q).Float64().exact = %t, want %t", input, exact, wasExact
    [all...]
rat.go 68 func quotToFloat32(a, b nat) (f float32, exact bool) {
142 exact = !haveRem
144 exact = false
157 exact = false
166 func quotToFloat64(a, b nat) (f float64, exact bool) {
240 exact = !haveRem
242 exact = false
255 exact = false
262 // be represented by a float32, f is an infinity and exact is false.
264 func (x *Rat) Float32() (f float32, exact bool)
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
ratconv_test.go 329 // A little more than the exact half of smallest denormal
332 // The exact halfway between smallest normal and largest denormal:
364 f, exact := r.Float32()
400 if wasExact := new(Rat).SetFloat64(float64(f)).Cmp(r) == 0; wasExact != exact {
401 t.Errorf("Rat.SetString(%q).Float32().exact = %t, want %t", input, exact, wasExact)
420 f, exact := r.Float64()
455 if wasExact := new(Rat).SetFloat64(f).Cmp(r) == 0; wasExact != exact {
456 t.Errorf("Rat.SetString(%q).Float64().exact = %t, want %t", input, exact, wasExact
    [all...]
  /prebuilts/go/darwin-x86/test/
float_lit2.go 16 // The largest exact float32 is f? = (1+1-1/2²³)×2¹²? = (2-2?²³)×2¹²? = 2¹²? - 2¹??.
44 exact interface{}
135 if bits(c.exact) != c.bits {
137 fmt.Printf("%s: inconsistent table: bits=%#x (%g) but exact=%g (%#x)\n", c.text, c.bits, fromBits(c.bits, c.exact), c.exact, bits(c.exact))
139 if c.approx != c.exact || bits(c.approx) != c.bits {
141 fmt.Printf("%s: have %g (%#x) want %g (%#x)\n", c.text, c.approx, bits(c.approx), c.exact, c.bits)
  /prebuilts/go/linux-x86/test/
float_lit2.go 16 // The largest exact float32 is f? = (1+1-1/2²³)×2¹²? = (2-2?²³)×2¹²? = 2¹²? - 2¹??.
44 exact interface{}
135 if bits(c.exact) != c.bits {
137 fmt.Printf("%s: inconsistent table: bits=%#x (%g) but exact=%g (%#x)\n", c.text, c.bits, fromBits(c.bits, c.exact), c.exact, bits(c.exact))
139 if c.approx != c.exact || bits(c.approx) != c.bits {
141 fmt.Printf("%s: have %g (%#x) want %g (%#x)\n", c.text, c.approx, bits(c.approx), c.exact, c.bits)
  /external/regex-re2/re2/
prefilter.cc 225 set<string>& exact() { return exact_; } function in class:re2::Prefilter::Info
235 // are placed in exact_. When it is no longer an exact
309 // Concats a and b. Requires that both are exact sets.
310 // Forms an exact set that is a crossproduct of a and b.
327 // Used only when a or b is not exact or when the
328 // exact cross product is likely to be too big.
382 // Constructs Info for a+ given a. If a was exact set, it isn't
586 // Exact is concat of recent contiguous exact nodes.
588 Info* exact = NULL local
    [all...]
  /external/skia/include/utils/
SkInterpolator.h 62 Result timeToT(SkMSec time, SkScalar* T, int* index, bool* exact) const;
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug120.go 52 println("\twant exact:", strconv.FormatFloat(x, 'g', 1000, 64))
53 println("\tgot exact: ", strconv.FormatFloat(t.f, 'g', 1000, 64))
  /prebuilts/go/linux-x86/test/fixedbugs/
bug120.go 52 println("\twant exact:", strconv.FormatFloat(x, 'g', 1000, 64))
53 println("\tgot exact: ", strconv.FormatFloat(t.f, 'g', 1000, 64))

Completed in 801 milliseconds

1 2 3 4 5 6 7 8 91011>>