HomeSort by relevance Sort by last modified time
    Searched defs:sign (Results 401 - 425 of 585) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/gas/config/
tc-sparc.c 33 unsigned, and would end up sign-extending them to form an offsetT,
1023 /* Sign-extend the value from the architecture word size, so that
1027 bfd_signed_vma sign = (bfd_signed_vma) 1 << 31;
1028 val = ((val & U0xffffffff) ^ sign) - sign;
1021 bfd_signed_vma sign = (bfd_signed_vma) 1 << 31; local
    [all...]
tc-hppa.c 3867 int sign = 1; local
    [all...]
tc-nds32.c 2413 const char *sign = ""; local
2503 const char *sign = ""; local
2529 const char *sign = ""; local
2552 const char *sign = ""; local
    [all...]
tc-ppc.c 2942 addressT sign = (((addressT) -1 >> 16) + 1) >> 1; local
2964 addressT sign = (((addressT) -1 >> 16) + 1) >> 1; local
6589 valueT sign = (((valueT) -1 >> 16) + 1) >> 1; local
6611 valueT sign = (((valueT) -1 >> 16) + 1) >> 1; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
read.c 4352 LITTLENUM_TYPE sign = 0; local
    [all...]
  /external/icu/icu4c/source/i18n/
decNumber.c 71 /* which are 0 or 1 (and will have exponent=0 and a sign of 0). */
375 if (in<0) dn->bits=DECNEG; /* sign needed */
547 if (*c=='-') { /* valid - sign */
551 if (*c=='+') { /* valid + sign */
576 /* 2003.09.10 NaNs are now permitted to have a sign */
3465 uByte sign; \/* rhs sign *\/ local
7393 uByte sign=dn->bits&DECNEG; \/* clean and save sign bit *\/ local
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmttst.cpp 280 const char* sign = "+"; local
282 sign = "-";
288 UnicodeString dstOffset = (UnicodeString)"" + sign + (hours < 10 ? "0" : "") +
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zic.c 1079 int mm, ss, sign; local
1084 sign = 1;
1086 sign = -1;
1088 } else sign = 1;
1113 return oadd(sign * hh * SECSPERHOUR,
1114 sign * (mm * SECSPERMIN + ss));
    [all...]
  /external/pcre/dist/
pcretest.c 4762 int sign = 1; local
    [all...]
  /external/skia/src/core/
SkPath.cpp 2211 static int sign(SkScalar x) { return x < 0; } function
2319 int sign = SkScalarSignAsInt(cross); local
2332 int sign = SkScalarSignAsInt(SkDoubleToScalar(dCross)); local
    [all...]
  /external/v8/src/arm64/
simulator-arm64.cc 877 // Overflow iff the sign bit is the same for the two inputs and different
2801 uint64_t sign = raw >> 31; local
2841 uint32_t sign = raw >> 63; local
2863 uint32_t sign = raw >> 63; local
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 4240 int sign = Double(c_left->DoubleValue()).Sign() * local
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 220 // Save the sign.
221 Register sign = result_reg; local
223 __ And(sign, input_high, Operand(HeapNumber::kSignMask));
260 // Restore sign if necessary.
261 __ mov(scratch, sign);
262 result_reg = sign;
263 sign = no_reg;
    [all...]
simulator-mips.cc 2679 uint32_t sign = (classed >> 63) & 1; local
2965 uint32_t sign = (classed >> 31) & 1; local
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 218 // Save the sign.
219 Register sign = result_reg; local
221 __ And(sign, input_high, Operand(HeapNumber::kSignMask));
258 // Restore sign if necessary.
259 __ mov(scratch, sign);
260 result_reg = sign;
261 sign = no_reg;
    [all...]
simulator-mips64.cc 2439 uint32_t sign = (classed >> 31) & 1; local
3046 uint32_t sign = (classed >> 63) & 1; local
    [all...]
  /external/vixl/src/vixl/a64/
logic-a64.cc 44 static inline double FPRoundToDouble(int64_t sign, int64_t exponent,
47 FPRound<int64_t, kDoubleExponentBits, kDoubleMantissaBits>(sign,
56 static inline float FPRoundToFloat(int64_t sign, int64_t exponent,
59 FPRound<int32_t, kFloatExponentBits, kFloatMantissaBits>(sign,
68 static inline float16 FPRoundToFloat16(int64_t sign,
73 sign, exponent, mantissa, round_mode);
138 // - The sign is propagated.
144 uint64_t sign = raw >> 31; local
150 return rawbits_to_double((sign << 63) | (exponent << 52) | payload);
170 uint32_t sign = value >> 15 local
238 int32_t sign = raw >> 31; local
288 int32_t sign = raw >> 63; local
350 uint32_t sign = raw >> 63; local
372 uint32_t sign = raw >> 63; local
4628 uint32_t sign; local
4669 uint32_t sign; local
4806 uint32_t sign; local
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 1305 char sign = isNegative? '-': '+'; local
1330 char sign = isNegative? '-': '+'; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
odbcss.h 405 BYTE sign; member in struct:dbnumeric
  /build/core/
definitions.mk     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 4021 const int sign = rnd.getBool() ? -1 : 1; local
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 4072 const int sign = rnd.getBool() ? -1 : 1; local
    [all...]

Completed in 2081 milliseconds

<<11121314151617181920>>