Searched defs:getZero (Results 1 - 15 of 15) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/
H A DField.java39 T getZero(); method in interface:Field
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
H A DComplexField.java56 public Complex getZero() { method in class:ComplexField
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
H A DBigFractionField.java56 public BigFraction getZero() { method in class:BigFractionField
H A DFractionField.java56 public Fraction getZero() { method in class:FractionField
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DBigRealField.java56 public BigReal getZero() { method in class:BigRealField
/external/clang/test/Analysis/inlining/
H A Dpath-notes.c56 int *getZero() { function
65 *getZero() = 1; // expected-warning{{Dereference of null pointer}}
66 // expected-note@-1 {{Calling 'getZero'}}
67 // expected-note@-2 {{Returning from 'getZero'}}
72 return *getZero(); // expected-warning{{Dereference of null pointer}}
73 // expected-note@-1 {{Calling 'getZero'}}
74 // expected-note@-2 {{Returning from 'getZero'}}
79 int *a = getZero();
80 // expected-note@-1 {{Calling 'getZero'}}
81 // expected-note@-2 {{Returning from 'getZero'}}
[all...]
H A Dpath-notes.cpp159 int getZero() { function in namespace:ReturnZeroNote
173 int problem = 1 / getZero(); // expected-warning {{Division by zero}}
174 // expected-note@-1 {{Calling 'getZero'}}
175 // expected-note@-2 {{Returning from 'getZero'}}
2976 // CHECK-NEXT: <string>Calling &apos;getZero&apos;</string>
2978 // CHECK-NEXT: <string>Calling &apos;getZero&apos;</string>
3082 // CHECK-NEXT: <string>Returning from &apos;getZero&apos;</string>
3084 // CHECK-NEXT: <string>Returning from &apos;getZero&apos;</string>
/external/llvm/include/llvm/Support/
H A DBranchProbability.h38 static BranchProbability getZero() { return BranchProbability(0, 1); } function in class:llvm::BranchProbability
H A DScaledNumber.h521 static ScaledNumber getZero() { return ScaledNumber(0, 0); } function in class:llvm::ScaledNumber
881 *this = getZero();
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfp.java596 final Dfp result = newInstance(getZero());
645 public Dfp getZero() { method in class:Dfp
646 return field.getZero();
755 final Dfp result = newInstance(getZero());
764 dotrap(DfpField.FLAG_INVALID, LESS_THAN_TRAP, x, newInstance(getZero()));
780 final Dfp result = newInstance(getZero());
789 dotrap(DfpField.FLAG_INVALID, GREATER_THAN_TRAP, x, newInstance(getZero()));
977 Dfp result = newInstance(getZero());
1169 final Dfp result = newInstance(getZero());
1198 Dfp result = newInstance(getZero());
[all...]
H A DDfpField.java399 public Dfp getZero() { method in class:DfpField
/external/clang/test/Analysis/
H A Dinline.cpp19 int getZero() { return 0; } function in class:A
24 clang_analyzer_eval(a.getZero() == 0); // expected-warning{{TRUE}}
28 clang_analyzer_eval(copy.getZero() == 0); // expected-warning{{TRUE}}
400 // getZero is non-virtual.
401 clang_analyzer_eval(object->getZero() == 0); // expected-warning{{TRUE}}
402 clang_analyzer_eval(object->One::getZero() == 0); // expected-warning{{TRUE}}
403 clang_analyzer_eval(object->A::getZero() == 0); // expected-warning{{TRUE}}
/external/llvm/include/llvm/ADT/
H A DAPFloat.h213 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) { function in class:llvm::APFloat
/external/llvm/include/llvm/ProfileData/
H A DCoverageMapping.h81 static Counter getZero() { return Counter(); } function in struct:llvm::coverage::Counter
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 374 milliseconds