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

<<11121314151617181920>>

  /external/compiler-rt/lib/asan/
Android.mk 79 -Wno-sign-compare \
99 -Wno-sign-compare \
164 -Wno-sign-compare \
  /external/oauth/core/src/main/java/net/oauth/signature/
RSA_SHA1.java 193 byte[] signature = sign(baseString.getBytes(OAuth.ENCODING));
215 private byte[] sign(byte[] message) throws GeneralSecurityException { method in class:RSA_SHA1
224 return signer.sign();
  /external/openssl/crypto/evp/
pmeth_fn.c 85 if (!ctx || !ctx->pmeth || !ctx->pmeth->sign)
104 if (!ctx || !ctx->pmeth || !ctx->pmeth->sign)
116 return ctx->pmeth->sign(ctx, sig, siglen, tbs, tbslen);
  /external/webp/src/enc/
token.c 115 const int sign = c < 0; local
116 int v = sign ? -c : c;
170 AddConstantToken(tokens, sign, 128);
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
az_lsp.cpp 361 frequency domain. The sign change interval is subdivided 4 times to better
387 Word16 x, y, sign, exp;
488 sign = y;
497 if (sign < 0)
580 Word16 sign; local
683 sign = y;
691 if (sign < 0)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 74 sign RN 5 label
175 SXTB storeLevel,storeLevel ;// Sign Extend storeLevel to 32 bits
275 M_BD_READ8 sign,1,T1
277 CMP sign,#1
335 ;// armVCM4P2_FillVLDBuffer ( Sign not used as storeLevel is preprocessed)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 74 sign RN 5 label
175 SXTB storeLevel,storeLevel ;// Sign Extend storeLevel to 32 bits
275 M_BD_READ8 sign,1,T1
277 CMP sign,#1
335 ;// armVCM4P2_FillVLDBuffer ( Sign not used as storeLevel is preprocessed)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
utils.py 162 sign = '-'
164 sign = '+'
165 zone = '%s%02d%02d' % (sign, hours, minutes // 60)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringold.py 215 or more digits, possibly preceded by a sign. If base is 0, it
242 of one or more digits, possibly preceded by a sign. If base
321 sign = ''
323 sign, s = s[0], s[1:]
324 return sign + '0'*(width-n) + s
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
utils.py 162 sign = '-'
164 sign = '+'
165 zone = '%s%02d%02d' % (sign, hours, minutes // 60)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stringold.py 215 or more digits, possibly preceded by a sign. If base is 0, it
242 of one or more digits, possibly preceded by a sign. If base
321 sign = ''
323 sign, s = s[0], s[1:]
324 return sign + '0'*(width-n) + s
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
floatnum_test.c 47 unsigned char sign; member in struct:Init_Entry_s
190 if (flt->sign != val->sign) {
191 strcat(result_msg, "sign");
250 flt->sign = vals[i].sign;
  /external/eigen/test/
cholesky.cpp 121 int sign = internal::random<int>()%2 ? 1 : -1; local
123 if(sign == -1)
166 if(sign == -1)
231 int sign = internal::random<int>()%2 ? 1 : -1; local
233 if(sign == -1)
  /external/libvorbis/lib/
sharedbook.c 48 int sign=0; local
52 sign=0x80000000;
59 return(sign|exp|mant);
64 int sign=val&0x80000000; local
66 if(sign)mant= -mant;
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 249 static bool unblocked(MatrixType& mat, TranspositionType& transpositions, Workspace& temp, int* sign=0)
260 if(sign)
261 *sign = real(mat.coeff(0,0))>0 ? 1:-1;
281 if(sign)
282 *sign = real(mat.diagonal().coeff(index_of_biggest_in_corner)) > 0 ? 1 : -1;
393 static EIGEN_STRONG_INLINE bool unblocked(MatrixType& mat, TranspositionType& transpositions, Workspace& temp, int* sign=0)
396 return ldlt_inplace<Lower>::unblocked(matt, transpositions, temp, sign);
  /external/stlport/test/unit/
money_facets_test.cpp 86 //On a positive value we skip the sign field if exists:
87 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
127 // sign
128 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
147 // sign
148 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
158 // sign
159 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
201 if (dom_fmp.neg_format().field[fieldIndex] == money_base::sign) {
264 //Without negative sign there is no way to guess the resulting amount sign ("C" locale)
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
money_facets_test.cpp 86 //On a positive value we skip the sign field if exists:
87 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
127 // sign
128 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
147 // sign
148 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
158 // sign
159 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
201 if (dom_fmp.neg_format().field[fieldIndex] == money_base::sign) {
264 //Without negative sign there is no way to guess the resulting amount sign ("C" locale)
    [all...]
  /ndk/tests/device/test-stlport/unit/
money_facets_test.cpp 86 //On a positive value we skip the sign field if exists:
87 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
127 // sign
128 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
147 // sign
148 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
158 // sign
159 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
201 if (dom_fmp.neg_format().field[fieldIndex] == money_base::sign) {
264 //Without negative sign there is no way to guess the resulting amount sign ("C" locale)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 123 BigInt() : sign(0) { }
124 int sign; member in struct:WTF::BigInt
128 sign = 0;
262 b.sign = 0;
489 c.sign = 0;
510 c.sign = i;
555 b.sign = 0;
560 d0 &= 0x7fffffff; /* clear sign bit, which we ignore */
776 word0(&u) &= ~Sign_bit; // clear sign bit
1106 j1 = delta.sign ? 1 : cmp(b, delta)
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 521 int *decpt, int *sign, char **rve);
526 int k, maxwds, sign, wds; member in struct:dmg_fp::Bigint
571 rv->sign = rv->wds = 0;
599 #define Bcopy(x,y) memcpy((char *)&x->sign, (char *)&y->sign, \
1094 c->sign = i;
1295 d0 &= 0x7fffffff; /* clear sign bit, which we ignore */
1734 CONST char **sp; U *rvp; int rounding, sign; member in namespace:dmg_fp
2433 int esign, i, j, k, nd, nd0, nf, nz, nz0, sign; variable
3525 double dd; int mode, ndigits, *decpt, *sign; char **rve; member in namespace:dmg_fp
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 521 int *decpt, int *sign, char **rve);
526 int k, maxwds, sign, wds; member in struct:dmg_fp::Bigint
571 rv->sign = rv->wds = 0;
599 #define Bcopy(x,y) memcpy((char *)&x->sign, (char *)&y->sign, \
1094 c->sign = i;
1295 d0 &= 0x7fffffff; /* clear sign bit, which we ignore */
1734 CONST char **sp; U *rvp; int rounding, sign; member in namespace:dmg_fp
2433 int esign, i, j, k, nd, nd0, nf, nz, nz0, sign; variable
3525 double dd; int mode, ndigits, *decpt, *sign; char **rve; member in namespace:dmg_fp
    [all...]
  /external/chromium/chrome/browser/sync/resources/
gaia_login.js 83 document.getElementById("sign-in").disabled = false;
84 document.getElementById("sign-in").value = templateData['signin'];
123 document.getElementById("sign-in").value = templateData['success'];
128 document.getElementById("sign-in").value = templateData['settingup'];
181 document.getElementById("sign-in").disabled = true;
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
nvfragparse.c 964 GLfloat sign = 1.0F; local
973 sign = -1.0F;
975 sign = +1.0F;
979 negateAbs = (sign < 0.0F) ? NEGATE_XYZW : NEGATE_NONE;
991 negateBase = (sign < 0.0F) ? NEGATE_XYZW : NEGATE_NONE;
1095 GLfloat sign = 1.0F; local
1104 sign = -1.0F;
1106 sign = +1.0F;
1110 negateAbs = (sign < 0.0F) ? NEGATE_XYZW : NEGATE_NONE;
1122 negateBase = (sign < 0.0F) ? NEGATE_XYZW : NEGATE_NONE
    [all...]
  /external/dropbear/libtommath/demo/
demo.c 445 a.sign = b.sign;
462 a.sign = b.sign;
464 a.sign = b.sign = MP_ZPOS;
491 /* test the sign/unsigned storage functions */
601 d.sign = c.sign;
620 d.sign = c.sign
    [all...]
  /external/mesa3d/src/mesa/program/
nvfragparse.c 964 GLfloat sign = 1.0F; local
973 sign = -1.0F;
975 sign = +1.0F;
979 negateAbs = (sign < 0.0F) ? NEGATE_XYZW : NEGATE_NONE;
991 negateBase = (sign < 0.0F) ? NEGATE_XYZW : NEGATE_NONE;
1095 GLfloat sign = 1.0F; local
1104 sign = -1.0F;
1106 sign = +1.0F;
1110 negateAbs = (sign < 0.0F) ? NEGATE_XYZW : NEGATE_NONE;
1122 negateBase = (sign < 0.0F) ? NEGATE_XYZW : NEGATE_NONE
    [all...]

Completed in 799 milliseconds

<<11121314151617181920>>