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

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/runtime/
runtime_mmap_test.go 15 // Test that the error value returned by mmap is positive, as that is
  /frameworks/base/services/core/java/com/android/server/display/
DisplayPowerController.java 101 // Proximity sensor debounce delay in milliseconds for positive or negative transitions.
    [all...]
  /external/protobuf/js/binary/
decoder_test.js 68 // Encode positive values.
80 // Check positive values.
121 // Encode positive values.
233 // Positive 32-bit varints encoded with 1 bits in positions 33 through 35
  /external/llvm/unittests/ADT/
OptionalTest.cpp 183 explicit MultiArgConstructor(int x, bool positive)
184 : x(x), y(positive ? x : -x) {}
  /external/mesa3d/src/compiler/nir/
nir_lower_double_ops.c 94 * denorms properly. Note that this doesn't preserve positive/negative
364 nir_ssa_def *positive = nir_fge(b, src, nir_imm_double(b, 0.0)); local
366 nir_ior(b, positive, nir_feq(b, src, tr)),
  /prebuilts/go/darwin-x86/src/math/
tan.go 99 // make argument positive but save the sign
gamma.go 33 // formula. Large negative arguments are made positive using
  /prebuilts/go/linux-x86/src/math/
tan.go 99 // make argument positive but save the sign
  /prebuilts/misc/common/swig/include/2.0.11/
constraints.i 17 positive numbers, non-NULL pointers, and so on. The following
20 Number POSITIVE - Positive number (not zero)
23 Number NONNEGATIVE - Positive number (including zero)
38 void *malloc(int POSITIVE); // May return a NULL pointer
56 double log(double POSITIVE);
63 Real log(Real POSITIVE);
78 // Positive numbers
81 int POSITIVE,
82 short POSITIVE,
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zic.c 150 static void leapadd(zic_t t, int positive, int rolling, int count);
1338 register int positive; local
1363 leapadd(tadd(t, tod), positive, lp->l_value, count); local
    [all...]
  /external/bison/src/
reader.c 446 complain_at (loc, _("%s must be followed by positive number"), "%dprec");
  /external/google-breakpad/src/testing/gtest/scripts/
gen_gtest_pred_impl.py 41 where MAX_ARITY is a positive integer.
190 """Given a positive integer n, a format string that contains 0 or
485 << " is expected to be positive, but evaluates to "
  /external/googletest/googletest/scripts/
gen_gtest_pred_impl.py 41 where MAX_ARITY is a positive integer.
190 """Given a positive integer n, a format string that contains 0 or
485 << " is expected to be positive, but evaluates to "
  /external/protobuf/gtest/scripts/
gen_gtest_pred_impl.py 41 where MAX_ARITY is a positive integer.
190 """Given a positive integer n, a format string that contains 0 or
487 << " is expected to be positive, but evaluates to "
  /external/v8/testing/gtest/scripts/
gen_gtest_pred_impl.py 41 where MAX_ARITY is a positive integer.
190 """Given a positive integer n, a format string that contains 0 or
485 << " is expected to be positive, but evaluates to "
  /external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
gen_gtest_pred_impl.py 41 where MAX_ARITY is a positive integer.
190 """Given a positive integer n, a format string that contains 0 or
485 << " is expected to be positive, but evaluates to "
  /prebuilts/go/darwin-x86/src/sync/atomic/
doc.go 95 // To subtract a signed positive constant value c from x, do AddUint32(&x, ^uint32(c-1)).
103 // To subtract a signed positive constant value c from x, do AddUint64(&x, ^uint64(c-1)).
  /prebuilts/go/linux-x86/src/sync/atomic/
doc.go 95 // To subtract a signed positive constant value c from x, do AddUint32(&x, ^uint32(c-1)).
103 // To subtract a signed positive constant value c from x, do AddUint64(&x, ^uint64(c-1)).
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
splet.s 41 ! test SMUL with positive result
  /prebuilts/go/darwin-x86/src/fmt/
format.go 205 width := 3 + f.wid + f.prec // wid and prec are always positive.
483 // We want a sign if asked for and if the sign is not positive.
496 // No sign to show and the number is positive; just print the unsigned number.
  /prebuilts/go/linux-x86/src/fmt/
format.go 205 width := 3 + f.wid + f.prec // wid and prec are always positive.
483 // We want a sign if asked for and if the sign is not positive.
496 // No sign to show and the number is positive; just print the unsigned number.
  /build/soong/ui/build/
environment.go 80 // IsTrue returns whether an environment variable is set to a positive value (1,y,yes,on,true)
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DeviceAndProfileOwnerTest.java 231 executeDelegationTests(delegationTests, true /* positive result */);
    [all...]
  /external/libvorbis/doc/
09-helper.tex 131 rounding division of both positive and negative numbers toward zero.
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
plot_neteq_delay.m 178 % positive jump

Completed in 1165 milliseconds

1 2 34 5 6 7 8 91011>>