HomeSort by relevance Sort by last modified time
    Searched refs:NEGATIVE (Results 1 - 13 of 13) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/posix/
POSIX_LCMonetary.java 44 private static final int NEGATIVE = 1;
56 monetary_formats[NEGATIVE] = "-" + grouping_pattern;
137 if (monetary_formats[NEGATIVE].indexOf('-') >= 0) {
210 // Parse Negative Monetary Formats
211 currency_symbol_position = monetary_formats[NEGATIVE].indexOf('\u00a4');
212 decimal_symbol_position = monetary_formats[NEGATIVE].indexOf('.');
213 sign_position = monetary_formats[NEGATIVE].indexOf('-');
214 leftparen_position = monetary_formats[NEGATIVE].lastIndexOf('(', decimal_symbol_position);
215 rightparen_position = monetary_formats[NEGATIVE].indexOf(')', decimal_symbol_position);
216 space_position = monetary_formats[NEGATIVE].indexOf(' ')
    [all...]
  /external/perfetto/src/protozero/test/example_proto/
test_messages.proto 41 NEGATIVE = -1;
  /external/perfetto/src/protozero/test/
protozero_conformance_unittest.cc 92 msg->set_signed_enum(pbtest::SignedEnum::NEGATIVE);
123 EXPECT_EQ(pbgold::SignedEnum::NEGATIVE, gold_msg.signed_enum());
  /external/v8/src/
conversions.cc 39 inline double SignedZero(bool negative) {
40 return negative ? uint64_to_double(Double::kSignMask) : 0.0;
77 EndMark end, bool negative,
84 if (current == end) return SignedZero(negative);
166 if (negative) {
174 return std::ldexp(static_cast<double>(negative ? -number : number), exponent);
242 bool negative() { return sign_ == Sign::kNegative; } function in namespace:v8::internal::__anon48411
454 return SignedZero(negative());
456 return negative() ? -result_ : result_;
496 const bool negative = false local
1011 bool negative = false; local
1036 bool negative = false; local
1136 bool negative = false; local
1181 bool negative = false; local
1261 bool negative = value < 0; local
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
mtb.py     [all...]
  /external/harfbuzz_ng/src/
hb-ot-os2-table.hh 106 NEGATIVE = 1u<<2,
  /external/pdfium/xfa/fxfa/fm2js/
cxfa_fmsimpleexpression.h 33 NEGATIVE,
cxfa_fmsimpleexpression.cpp 547 javascript << gs_lpStrExpFuncName[NEGATIVE];
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderPackingFunctionTests.cpp 728 NEGATIVE
761 | tcu::Float16(composeHalfFloat(NEGATIVE, 0u, 1u)).bits());
763 inputs.push_back((tcu::Float16(composeHalfFloat(NEGATIVE, 0u, 1u << (mantBits - 1u))).bits() << 16)
767 | tcu::Float16(composeHalfFloat(NEGATIVE, 0u, mantBitMask)).bits());
789 const Sign sign = rnd.getBool()? POSITIVE : NEGATIVE;
899 const deUint32 value = (((sign == NEGATIVE ? 1u : 0u) << 5u | exponent) << 10u) | significand;
    [all...]
  /external/guice/extensions/persist/lib/
jaxen-1.1-beta-7.jar 
hibernate3.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /external/antlr/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 2042 milliseconds