HomeSort by relevance Sort by last modified time
    Searched defs:isNegative (Results 126 - 150 of 236) sorted by null

1 2 3 4 56 7 8 910

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/util/
hex_float.h 369 bool isNegative() const { return (getBits() & sign_mask) != 0; }
526 round_away_from_zero = !isNegative();
529 round_away_from_zero = isNegative();
570 bool negate = isNegative();
626 isNegative() ? round_dir == round_direction::kToNegativeInfinity
785 value.set_value((value.isNegative() | negate_value) ? T::lowest()
820 value.set_value(value.isNegative() ? Float16::lowest() : Float16::max());
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/jill/jill-api/0.9.0/
jill-api-0.9.0.jar 
  /prebuilts/tools/common/fest/
fest-assert-1.2.jar 
  /external/icu/android_icu4j/src/main/java/android/icu/text/
PluralRules.java 567 final boolean isNegative;
647 public boolean isNegative() {
648 return isNegative;
674 isNegative = n < 0;
675 source = isNegative ? -n : n;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralRules.java 546 final boolean isNegative;
618 public boolean isNegative() {
619 return isNegative;
643 isNegative = n < 0;
644 source = isNegative ? -n : n;
933 return isNegative ? -source : source;
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
annotations.jar 
  /libcore/ojluni/src/main/java/sun/misc/
FloatingDecimal.java 159 public boolean isNegative();
191 private boolean isNegative;
193 public ExceptionalBinaryToASCIIBuffer(String image, boolean isNegative) {
195 this.isNegative = isNegative;
225 public boolean isNegative() {
226 return isNegative;
260 private boolean isNegative;
291 BinaryToASCIIBuffer(boolean isNegative, char[] digits){
292 this.isNegative = isNegative
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKPeriod.java 557 // isNegative()
561 assertEquals(Period.of(0, 0, 0).isNegative(), false);
562 assertEquals(Period.of(1, 2, 3).isNegative(), false);
563 assertEquals(Period.of(1, 0, 0).isNegative(), false);
564 assertEquals(Period.of(0, 2, 0).isNegative(), false);
565 assertEquals(Period.of(0, 0, 3).isNegative(), false);
567 assertEquals(Period.of(-1, -2, -3).isNegative(), true);
568 assertEquals(Period.of(-1, -2, 3).isNegative(), true);
569 assertEquals(Period.of(1, -2, -3).isNegative(), true);
570 assertEquals(Period.of(-1, 2, -3).isNegative(), true)
    [all...]
TCKDuration.java     [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/jack/jack-api/0.1/
jack-api-0.1.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/jack/jack-api/0.9.0/
jack-api-0.9.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/annotations/2.0.1/
annotations-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/
annotations-3.0.0.jar 
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]

Completed in 398 milliseconds

1 2 3 4 56 7 8 910