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

1 2 3

  /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;
  /frameworks/base/packages/Osu/src/com/android/hotspot2/
AuthMatch.java 18 public static final int Exact = Realm | Method | Param;
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
float_test.go 23 if acc != Exact {
31 if acc != Exact {
113 {"0", 0, "0", Exact},
114 {"-0", 0, "-0", Exact},
115 {"-Inf", 0, "-Inf", Exact},
116 {"+Inf", 0, "+Inf", Exact},
121 {"0", MaxPrec, "0", Exact},
122 {"-0", MaxPrec, "-0", Exact},
123 {"-Inf", MaxPrec, "-Inf", Exact},
124 {"+Inf", MaxPrec, "+Inf", Exact},
    [all...]
floatexample_test.go 27 // x = 1000 (0x.fap+10, prec = 64, acc = Exact)
28 // y = 2.718281828 (0x.adf85458248cd8p+2, prec = 53, acc = Exact)
float.go 37 // rounding error with respect to the exact result.
143 // operation that generated a Float value, relative to the exact value.
149 Exact Accuracy = 0
161 z.acc = Exact // optimistically assume no rounding is needed
193 // SetMode sets z's rounding mode to mode and returns an exact z.
195 // z.SetMode(z.Mode()) is a cheap way to set z's accuracy to Exact.
198 z.acc = Exact
389 z.acc = Exact
517 if z.acc != Exact && z.neg {
532 z.acc = Exact
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
float_test.go 20 if acc != Exact {
28 if acc != Exact {
110 {"0", 0, "0", Exact},
111 {"-0", 0, "-0", Exact},
112 {"-Inf", 0, "-Inf", Exact},
113 {"+Inf", 0, "+Inf", Exact},
118 {"0", MaxPrec, "0", Exact},
119 {"-0", MaxPrec, "-0", Exact},
120 {"-Inf", MaxPrec, "-Inf", Exact},
121 {"+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 34 // rounding error with respect to the exact result.
140 // operation that generated a Float value, relative to the exact value.
146 Exact Accuracy = 0
158 z.acc = Exact // optimistically assume no rounding is needed
190 // SetMode sets z's rounding mode to mode and returns an exact z.
192 // z.SetMode(z.Mode()) is a cheap way to set z's accuracy to Exact.
195 z.acc = Exact
386 z.acc = Exact
514 if z.acc != Exact && z.neg {
529 z.acc = Exact
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
float_test.go 20 if acc != Exact {
28 if acc != Exact {
110 {"0", 0, "0", Exact},
111 {"-0", 0, "-0", Exact},
112 {"-Inf", 0, "-Inf", Exact},
113 {"+Inf", 0, "+Inf", Exact},
118 {"0", MaxPrec, "0", Exact},
119 {"-0", MaxPrec, "-0", Exact},
120 {"-Inf", MaxPrec, "-Inf", Exact},
121 {"+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 34 // rounding error with respect to the exact result.
140 // operation that generated a Float value, relative to the exact value.
146 Exact Accuracy = 0
158 z.acc = Exact // optimistically assume no rounding is needed
190 // SetMode sets z's rounding mode to mode and returns an exact z.
192 // z.SetMode(z.Mode()) is a cheap way to set z's accuracy to Exact.
195 z.acc = Exact
386 z.acc = Exact
514 if z.acc != Exact && z.neg {
529 z.acc = Exact
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
float_test.go 23 if acc != Exact {
31 if acc != Exact {
113 {"0", 0, "0", Exact},
114 {"-0", 0, "-0", Exact},
115 {"-Inf", 0, "-Inf", Exact},
116 {"+Inf", 0, "+Inf", Exact},
121 {"0", MaxPrec, "0", Exact},
122 {"-0", MaxPrec, "-0", Exact},
123 {"-Inf", MaxPrec, "-Inf", Exact},
124 {"+Inf", MaxPrec, "+Inf", Exact},
    [all...]
floatexample_test.go 27 // x = 1000 (0x.fap+10, prec = 64, acc = Exact)
28 // y = 2.718281828 (0x.adf85458248cd8p+2, prec = 53, acc = Exact)
float.go 37 // rounding error with respect to the exact result.
143 // operation that generated a Float value, relative to the exact value.
149 Exact Accuracy = 0
161 z.acc = Exact // optimistically assume no rounding is needed
193 // SetMode sets z's rounding mode to mode and returns an exact z.
195 // z.SetMode(z.Mode()) is a cheap way to set z's accuracy to Exact.
198 z.acc = Exact
389 z.acc = Exact
517 if z.acc != Exact && z.neg {
532 z.acc = Exact
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
float_test.go 20 if acc != Exact {
28 if acc != Exact {
110 {"0", 0, "0", Exact},
111 {"-0", 0, "-0", Exact},
112 {"-Inf", 0, "-Inf", Exact},
113 {"+Inf", 0, "+Inf", Exact},
118 {"0", MaxPrec, "0", Exact},
119 {"-0", MaxPrec, "-0", Exact},
120 {"-Inf", MaxPrec, "-Inf", Exact},
121 {"+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 34 // rounding error with respect to the exact result.
140 // operation that generated a Float value, relative to the exact value.
146 Exact Accuracy = 0
158 z.acc = Exact // optimistically assume no rounding is needed
190 // SetMode sets z's rounding mode to mode and returns an exact z.
192 // z.SetMode(z.Mode()) is a cheap way to set z's accuracy to Exact.
195 z.acc = Exact
386 z.acc = Exact
514 if z.acc != Exact && z.neg {
529 z.acc = Exact
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
float_test.go 20 if acc != Exact {
28 if acc != Exact {
110 {"0", 0, "0", Exact},
111 {"-0", 0, "-0", Exact},
112 {"-Inf", 0, "-Inf", Exact},
113 {"+Inf", 0, "+Inf", Exact},
118 {"0", MaxPrec, "0", Exact},
119 {"-0", MaxPrec, "-0", Exact},
120 {"-Inf", MaxPrec, "-Inf", Exact},
121 {"+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 34 // rounding error with respect to the exact result.
140 // operation that generated a Float value, relative to the exact value.
146 Exact Accuracy = 0
158 z.acc = Exact // optimistically assume no rounding is needed
190 // SetMode sets z's rounding mode to mode and returns an exact z.
192 // z.SetMode(z.Mode()) is a cheap way to set z's accuracy to Exact.
195 z.acc = Exact
386 z.acc = Exact
514 if z.acc != Exact && z.neg {
529 z.acc = Exact
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
AuthMatch.java 18 public static final int Exact = Realm | Method | Param;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
NAIRealmElement.java 59 if (best == AuthMatch.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];
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
mparith2.go 37 if _, acc := b.Val.Int(&a.Val); acc == big.Exact {
48 if _, acc := t.Int(&a.Val); acc == big.Exact {
55 if _, acc := t.Int(&a.Val); acc == big.Exact {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
mparith2.go 34 if _, acc := b.Val.Int(&a.Val); acc == big.Exact {
45 if _, acc := t.Int(&a.Val); acc == big.Exact {
52 if _, acc := t.Int(&a.Val); acc == big.Exact {

Completed in 1101 milliseconds

1 2 3