HomeSort by relevance Sort by last modified time
    Searched refs:positive (Results 176 - 200 of 291) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
a.out.go 327 C_COND_GT // 1 result is positive
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
a.out.go 181 C_SCON // 0 <= constant <= 0x7fff (positive int16)
  /prebuilts/go/linux-x86/src/go/doc/testdata/
testing.go 66 timeout = flag.Duration("test.timeout", 0, "if positive, sets an aggregate time limit for all tests")
  /external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/
edwards25519.go 876 // B is the Ed25519 base point (x,4/5) with x positive.
964 // B is the Ed25519 base point (x,4/5) with x positive.
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/
CodedInputStream.cs 193 throw new ArgumentOutOfRangeException("sizeLimit", "Size limit must be positive");
197 throw new ArgumentOutOfRangeException("recursionLimit!", "Recursion limit must be positive");
    [all...]
  /external/vixl/src/aarch64/
simulator-aarch64.h 56 // sign: 0 = positive, 1 = negative
564 void SetSignedSat(int index, bool positive) {
565 SetSatFlag(index, positive ? kSignedSatPositive : kSignedSatNegative);
568 void SetUnsignedSat(int index, bool positive) {
569 SetSatFlag(index, positive ? kUnsignedSatPositive : kUnsignedSatNegative);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
obj7.go 106 // The +StackGuard on both sides is required to keep the left side positive:
301 // Rewrite negative immediates as positive immediates with
  /prebuilts/go/darwin-x86/src/math/big/
int_test.go 181 // entirely positive ranges are covered by mulRangesN
204 // test entirely positive ranges
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
obj7.go 106 // The +StackGuard on both sides is required to keep the left side positive:
301 // Rewrite negative immediates as positive immediates with
  /prebuilts/go/linux-x86/src/math/big/
int_test.go 181 // entirely positive ranges are covered by mulRangesN
204 // test entirely positive ranges
    [all...]
  /external/fmtlib/test/
gmock-gtest-all.cc 1972 std::string positive; local
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 974 // indicate that positive dividends are heavily favored, so the branching
1223 Label positive; local
1399 Label positive; local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc 1972 std::string positive; local
    [all...]
  /frameworks/rs/script_api/
rs_math.spec 866 summary: Positive difference between two values
868 Returns the positive difference between two values.
1061 summary: Positive fractional part
1063 Returns the positive fractional part of v, i.e. <code>v - floor(v)</code>.
    [all...]
  /external/libavc/common/arm/
ih264_iquant_itrans_recon_a9.s 120 @if u4_qp_div_6 is greater than 4 then shift value will be positive and do left shift, here rnd_factor is 0
300 @if u4_qp_div_6 is greater than 4 then shift value will be positive and do left shift, here rnd_factor is 0
    [all...]
  /external/libunwind/doc/
libunwind.tex 78 \Func{F}(). A positive return value from \Func{unw\_step}() indicates
  /external/v8/src/ia32/
assembler-ia32.h 206 positive = 9,
220 not_sign = positive
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
loopreschedchecks.go 48 // shared by all loops, and when the counter becomes non-positive
  /prebuilts/go/darwin-x86/src/encoding/gob/
doc.go 185 To define a type, the encoder chooses an unused, positive type id and sends the
  /prebuilts/go/darwin-x86/src/encoding/json/
encode_test.go 644 re(`e[0-9]`), // positive exponent must be signed
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
parser.go 632 // Note that these values are negative in the gofrontend and have been made positive
  /prebuilts/go/darwin-x86/src/io/
io.go 113 // Seeking to any positive offset is legal, but the behavior of subsequent
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
loopreschedchecks.go 48 // shared by all loops, and when the counter becomes non-positive
  /prebuilts/go/linux-x86/src/encoding/gob/
doc.go 185 To define a type, the encoder chooses an unused, positive type id and sends the
  /prebuilts/go/linux-x86/src/encoding/json/
encode_test.go 644 re(`e[0-9]`), // positive exponent must be signed

Completed in 1052 milliseconds

1 2 3 4 5 6 78 91011>>