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

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/math/
gamma.go 33 // formula. Large negative arguments are made positive using
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MeasureFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MeasureFormat.java     [all...]
  /frameworks/native/libs/math/include/math/
TQuatHelpers.h 270 constexpr QUATERNION<T> PURE positive(const QUATERNION<T>& q) { function in class:android::details::TQuatFunctions
  /prebuilts/go/darwin-x86/misc/cgo/gmp/
gmp.go 362 // which must be positive numbers.
364 // If either a or b is not positive, GcdInt sets d = x = y = 0.
  /prebuilts/go/linux-x86/misc/cgo/gmp/
gmp.go 362 // which must be positive numbers.
364 // If either a or b is not positive, GcdInt sets d = x = y = 0.
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
CharMatcherTest.java 601 Set<Character> positive = Sets.newHashSetWithExpectedSize(chars.length); local
603 positive.add(chars[i]);
606 assertFalse(positive.contains(new Character((char) c)) ^ m.matches((char) c));
  /external/guava/guava-tests/test/com/google/common/base/
CharMatcherTest.java 719 Set<Character> positive = Sets.newHashSetWithExpectedSize(chars.length); local
721 positive.add(chars[i]);
724 assertFalse(positive.contains(new Character((char) c)) ^ m.matches((char) c));
  /external/v8/src/mips/
constants-mips.h 581 // COP1 CMP positive predicates Bit 5..4 = 00.
662 positive = 9,
682 not_sign = positive,
684 pl = positive,
    [all...]
  /external/v8/src/mips64/
constants-mips64.h 610 // COP1 CMP positive predicates Bit 5..4 = 00.
695 positive = 9,
715 not_sign = positive,
717 pl = positive,
    [all...]
  /external/mksh/src/
Build.sh     [all...]
  /prebuilts/go/darwin-x86/src/math/big/
int.go 426 // make modulus result positive
845 z.neg = true // z cannot be zero if x is negative and y is positive
927 z.neg = true // z cannot be zero if x is positive
  /prebuilts/go/linux-x86/src/math/big/
int.go 426 // make modulus result positive
845 z.neg = true // z cannot be zero if x is negative and y is positive
927 z.neg = true // z cannot be zero if x is positive
  /external/icu/icu4c/source/test/perf/collationperf/
CollPerf.pl 179 useful. They measure differences, where positive is better for ICU4C, and
  /external/libavc/common/arm/
ih264_ihadamard_scaling_a9.s 100 @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/opencv/cv/src/
cvhaar.cpp 137 CV_ERROR( CV_StsOutOfRange, "Number of stages should be positive" );
220 "(has null pointers or non-positive classfier count)", i );
451 CV_ERROR( CV_StsOutOfRange, "Scale must be positive" );
1011 int positive = 0; local
    [all...]
  /prebuilts/go/darwin-x86/src/strings/
replace.go 101 // first. Priority is positive if this node is a complete key, and zero
102 // otherwise. In the example above, positive/zero priorities are marked
  /prebuilts/go/linux-x86/src/strings/
replace.go 101 // first. Priority is positive if this node is a complete key, and zero
102 // otherwise. In the example above, positive/zero priorities are marked
  /external/mesa3d/docs/specs/
MESA_texture_signed_rgba.spec 111 127 (that is, uses different scale factors for negative and positive
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Duration.cs 132 /// `seconds` field and a positive or negative `nanos` field. For durations
  /frameworks/base/core/java/android/widget/
SimpleMonthView.java 458 private boolean moveOneDay(boolean positive) {
461 if (positive) {
    [all...]
  /prebuilts/go/darwin-x86/src/archive/tar/
strconv.go 93 var inv byte // 0x00 if positive or zero, 0xff if negative
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
loopbce.go 85 // Expect the increment to be a positive constant.
  /prebuilts/go/darwin-x86/src/go/types/
methodset.go 244 // set and may not collide with the first one, thus leading to a false positive.
  /prebuilts/go/darwin-x86/src/math/
lgamma.go 75 // since G(-x) is positive, sign(G(x)) = sign(sin(pi*x)) for x<0

Completed in 1353 milliseconds

1 2 3 45 6 7 8 91011>>