HomeSort by relevance Sort by last modified time
    Searched defs:sign (Results 426 - 450 of 624) sorted by null

<<11121314151617181920>>

  /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 1358 char sign = isNegative? '-': '+'; local
1383 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
wtypes.h 641 BYTE sign;
651 BYTE sign; member in struct:tagDEC::__anon44546::__anon44547
  /toolchain/binutils/binutils-2.25/gas/config/
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...]
tc-i386.c 7181 int sign = i.types[n].bitfield.disp32s; local
7293 int sign; local
    [all...]
  /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...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java 235 String sign = "+"; local
237 sign = "-";
243 String dstOffset = sign + (hours < 10 ? "0" : "") + hours
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java 231 String sign = "+"; local
233 sign = "-";
239 String dstOffset = sign + (hours < 10 ? "0" : "") + hours
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 242 If SIGN is true, return a signed LEB128 value.
249 bfd_boolean sign,
272 if (sign && (shift < 8 * sizeof (result)) && (byte & 0x40))
5968 dwarf_vma sign = (dwarf_vma) 1 << (offset_size * 8 - 1); local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha1/
builder-2.2.0-alpha1.jar 
  /prebuilts/maven_repo/android/com/android/support/constraint/constraint-layout-solver/1.0.0-alpha1/
constraint-layout-solver-1.0.0-alpha1.jar 
  /dalvik/dx/etc/
jasmin.jar 

Completed in 1657 milliseconds

<<11121314151617181920>>