HomeSort by relevance Sort by last modified time
    Searched defs:sign (Results 326 - 350 of 471) sorted by null

<<111213141516171819

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp 213 Int sign = 0; local
220 sign = 1;
231 BitstreamPut1Bits(bitstream, sign);
904 /* CBP, Run, Level, and Sign */
1007 /* CBP, Run, Level, and Sign */
    [all...]
  /frameworks/base/media/java/android/media/
MediaCodec.java 1963 final String sign = errorCode < 0 ? "neg_" : ""; local
    [all...]
  /hardware/intel/img/psb_video/src/
psb_overlay.h 253 uint8_t sign; member in struct:__anon24549
  /libcore/luni/src/main/java/java/lang/
StrictMath.java 421 m = ((hy >> 31) & 1) | ((hx >> 30) & 2); /* 2*sign(x)+sign(y) */
525 int sign; // caution: should be unsigned local
529 sign = hx & 0x80000000; /* sign= sign(x) */
530 hx ^= sign;
583 /* retore the sign bit */
585 tBits |= ((long) sign) << 32;
820 xsb = highBits & 0x80000000; /* sign bit of x *
1961 long sign = bits & Double.SIGN_MASK; local
2014 int sign = bits & Float.SIGN_MASK; local
    [all...]
  /libcore/luni/src/main/java/java/math/
BigDecimal.java 325 // Checking for a possible sign of scale
1083 int sign = scaledDividend.signum() * scaledDivisor.signum(); local
1113 int sign = Long.signum( scaledDividend ) * Long.signum( scaledDivisor ); local
2530 int sign = signum(); local
    [all...]
  /libcore/luni/src/main/java/java/util/
Formatter.java 80 * <td width="25%">Always show sign. (Decimal only.)</td>
1960 char sign = '+'; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/
SignatureTest.java 359 byte[] signature = sig.sign();
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 5550 const char sign = static_cast<char>(money_base::sign); local
    [all...]
  /packages/apps/ExactCalculator/src/com/android/calculator2/
Evaluator.java 1075 int sign = 1; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets_nonio.h 835 * from the part enum. symbol, sign, and value must be present and the
843 enum part { none, space, symbol, sign, value }; enumerator in enum:money_base::part
860 // space none symbol sign value
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets_nonio.h 835 * from the part enum. symbol, sign, and value must be present and the
843 enum part { none, space, symbol, sign, value }; enumerator in enum:money_base::part
860 // space none symbol sign value
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_facets_nonio.h 835 * from the part enum. symbol, sign, and value must be present and the
843 enum part { none, space, symbol, sign, value }; enumerator in enum:money_base::part
860 // space none symbol sign value
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
srv.h 60 BYTE sign; member in struct:dbnumeric
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 821 * from the part enum. symbol, sign, and value must be present and the
829 enum part { none, space, symbol, sign, value }; enumerator in enum:money_base::part
846 // space none symbol sign value
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 821 * from the part enum. symbol, sign, and value must be present and the
829 enum part { none, space, symbol, sign, value }; enumerator in enum:money_base::part
846 // space none symbol sign value
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 821 * from the part enum. symbol, sign, and value must be present and the
829 enum part { none, space, symbol, sign, value }; enumerator in enum:money_base::part
846 // space none symbol sign value
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets_nonio.h 821 * from the part enum. symbol, sign, and value must be present and the
829 enum part { none, space, symbol, sign, value }; enumerator in enum:money_base::part
846 // space none symbol sign value
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets_nonio.h 835 * from the part enum. symbol, sign, and value must be present and the
843 enum part { none, space, symbol, sign, value }; enumerator in enum:money_base::part
860 // space none symbol sign value
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets_nonio.h 835 * from the part enum. symbol, sign, and value must be present and the
843 enum part { none, space, symbol, sign, value }; enumerator in enum:money_base::part
860 // space none symbol sign value
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets_nonio.h 835 * from the part enum. symbol, sign, and value must be present and the
843 enum part { none, space, symbol, sign, value }; enumerator in enum:money_base::part
860 // space none symbol sign value
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets_nonio.h 835 * from the part enum. symbol, sign, and value must be present and the
843 enum part { none, space, symbol, sign, value }; enumerator in enum:money_base::part
860 // space none symbol sign value
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
locale_facets_nonio.h 835 * from the part enum. symbol, sign, and value must be present and the
843 enum part { none, space, symbol, sign, value }; enumerator in enum:money_base::part
860 // space none symbol sign value
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_facets_nonio.h 835 * from the part enum. symbol, sign, and value must be present and the
843 enum part { none, space, symbol, sign, value }; enumerator in enum:money_base::part
860 // space none symbol sign value
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 1356 FT_Int32 sign; local
    [all...]
  /external/icu/icu4c/source/i18n/
vtzone.cpp 97 int32_t sign = 1; local
102 sign = -1;
115 return sign * num;
295 int32_t sign = 0, hour = 0, min = 0, sec = 0; local
303 // sign
306 sign = 1;
308 sign = -1;
328 int32_t millis = sign * ((hour * 60 + min) * 60 + sec) * 1000;
452 int32_t sign = 1; local
454 sign = 1
    [all...]

Completed in 1058 milliseconds

<<111213141516171819