HomeSort by relevance Sort by last modified time
    Searched defs:Negative (Results 1 - 6 of 6) sorted by null

  /external/clang/test/SemaCXX/
compare.cpp 231 // All negative shorts are cast towards the max unsigned range. Relation
242 // When negative one is converted to an unsigned value, it becomes the max
243 // unsigned. Likewise, a negative one short can also be converted to max
344 Negative = -1,
  /external/webkit/Source/WebCore/xml/
XPathPredicate.h 59 class Negative : public Expression {
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Plane.java 42 * plane. The distance is pseudo due to the fact that it can be negative if the
58 Negative
169 * a provided point. If the point is on the negative side of the plane the
170 * distance returned is negative, otherwise it is positive. If the point is
193 return Side.Negative;
  /external/chromium/base/
string_number_conversions.cc 47 // for testing whether an integer is negative.
53 // value is unsigned, and can never be negative.
187 if (!Negative::Invoke(begin + 1, end, output)) {
262 class Negative : public Base<Negative> {
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 181 uint32_t Negative = (Imm8 >> 7) & 0x1;
194 Val = Negative ? -Val : Val;
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]

Completed in 1139 milliseconds