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

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/src/net/
interface.go 31 Index int // positive integer that starts at one, zero is never used
  /prebuilts/go/darwin-x86/src/strconv/
atof_test.go 359 // TestRoundTrip32 tries a fraction of all finite positive float32 values.
  /prebuilts/go/darwin-x86/test/
bounds.go 170 // The result (for a positive mask) cannot be negative, so elision
index.go 199 // Positive or negative.
238 // If we're using the big-len data, positive int8 and int16 cannot overflow.
  /prebuilts/go/linux-x86/src/archive/tar/
strconv.go 93 var inv byte // 0x00 if positive or zero, 0xff if negative
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
loopbce.go 85 // Expect the increment to be a positive constant.
  /prebuilts/go/linux-x86/src/go/types/
methodset.go 244 // set and may not collide with the first one, thus leading to a false positive.
  /prebuilts/go/linux-x86/src/math/
lgamma.go 75 // since G(-x) is positive, sign(G(x)) = sign(sin(pi*x)) for x<0
  /prebuilts/go/linux-x86/src/net/
interface.go 31 Index int // positive integer that starts at one, zero is never used
  /prebuilts/go/linux-x86/src/strconv/
atof_test.go 359 // TestRoundTrip32 tries a fraction of all finite positive float32 values.
  /prebuilts/go/linux-x86/test/
bounds.go 170 // The result (for a positive mask) cannot be negative, so elision
index.go 199 // Positive or negative.
238 // If we're using the big-len data, positive int8 and int16 cannot overflow.
  /external/v8/src/arm/
assembler-arm.cc 650 bool positive = (instr & B23) == B23; local
652 return positive ? offset : -offset;
658 bool positive = (instr & B23) == B23; local
661 return positive ? offset : -offset;
667 bool positive = offset >= 0; local
668 if (!positive) offset = -offset;
671 instr = (instr & ~B23) | (positive ? B23 : 0);
680 bool positive = offset >= 0; local
681 if (!positive) offset = -offset;
684 instr = (instr & ~B23) | (positive ? B23 : 0)
697 bool positive = offset >= 0; local
    [all...]
  /external/libavc/common/arm/
ih264_iquant_itrans_recon_dc_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
  /external/protobuf/js/binary/
utils_test.js 367 // Positive and negative infinity.
371 // Positive and negative zero.
375 // Positive and negative epsilon.
379 // Positive and negative min.
383 // Positive and negative max.
387 // Various positive values.
437 // Positive and negative infinity.
441 // Positive and negative zero.
445 // Positive and negative epsilon.
449 // Positive and negative min
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p224.go 404 // out[0] negative then we know that out[3] is sufficiently positive
438 // sufficiently positive.
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p224.go 404 // out[0] negative then we know that out[3] is sufficiently positive
438 // sufficiently positive.
  /external/v8/src/x87/
assembler-x87.h 207 positive = 9,
221 not_sign = positive
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
a.out.go 138 AJPL // sign bit clear (positive)
  /prebuilts/go/darwin-x86/src/encoding/csv/
reader.go 100 // If FieldsPerRecord is positive, Read requires each record to
  /prebuilts/go/darwin-x86/src/time/
time.go 172 // rely heavily on division and modulus by positive constants. For
174 // for negative values, so that the remainder is always positive, but
179 // ago that all the times we care about will be positive, and then round
647 return maxDuration // t - u is positive out of range
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
a.out.go 138 AJPL // sign bit clear (positive)
  /prebuilts/go/linux-x86/src/encoding/csv/
reader.go 100 // If FieldsPerRecord is positive, Read requires each record to
  /prebuilts/go/linux-x86/src/time/
time.go 172 // rely heavily on division and modulus by positive constants. For
174 // for negative values, so that the remainder is always positive, but
179 // ago that all the times we care about will be positive, and then round
647 return maxDuration // t - u is positive out of range
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc 213 "exclude). A test is run if it matches one of the positive "
482 // positive filter and negative filter portions
485 String positive; local
488 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
491 positive = String(p, dash - p); // Everything up to the dash
493 if (positive.empty()) {
495 positive = kUniversalFilter;
501 return (MatchesFilter(full_name, positive.c_str()) &&
    [all...]

Completed in 809 milliseconds

1 2 3 4 56 7 8 91011>>