/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
SubtleCrypto.cpp | 61 case Sign: 145 case Sign: 146 platformCrypto->sign(algorithm, key->key(), result); 181 PassRefPtr<CryptoOperation> SubtleCrypto::sign(const Dictionary& rawAlgorithm, Key* key, ExceptionState& es) function in class:WebCore::SubtleCrypto 183 return createCryptoOperation(rawAlgorithm, key, Sign, 0, es);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pipe_twoside.c | 40 float sign; /**< +1 or -1 */ member in struct:twoside_stage 81 if (header->det * twoside->sign < 0.0) { 131 * We'll multiply the primitive's determinant by this sign to determine 133 * sign = -1 for CCW, +1 for CW 135 twoside->sign = stage->draw->rasterizer->front_ccw ? -1.0f : 1.0f;
|
/external/chromium_org/third_party/skia/include/core/ |
SkFloatBits.h | 15 /** Convert a sign-bit int (i.e. float interpreted as int) into a 2s compliement 27 /** Convert a 2s compliment int to a sign-bit (i.e. int interpreted as float). 31 int sign = x >> 31; local 33 x = (x ^ sign) - sign; 34 // set the sign bit as needed 35 x |= sign << 31;
|
/external/chromium_org/third_party/skia/src/core/ |
SkFloatBits.cpp | 18 Floor and Cast are very similar, but Cast applies its sign after all other 81 // apply the sign after we check for overflow 84 // apply the sign before we right-shift 111 // apply the sign after we check for overflow 114 // apply the sign before we right-shift 141 // apply the sign after we check for overflow 144 // apply the sign before we right-shift 162 // record the sign and make value positive 163 int sign = SkExtractSign(value); local 164 value = SkApplySign(value, sign); 196 int sign = SkExtractSign(value); local [all...] |
/external/chromium_org/third_party/tlslite/tlslite/utils/ |
RSAKey.py | 63 """Hash and sign the passed-in bytes. 78 sigBytes = self.sign(prefixedHashBytes) 101 def sign(self, bytes): member in class:RSAKey 102 """Sign the passed-in bytes.
|
/external/chromium_org/v8/test/cctest/ |
test-dtoa.cc | 64 int sign; local 66 DoubleToAscii(0.0, DTOA_SHORTEST, 0, buffer, &sign, &length, &point); 70 DoubleToAscii(0.0, DTOA_FIXED, 2, buffer, &sign, &length, &point); 75 DoubleToAscii(0.0, DTOA_PRECISION, 3, buffer, &sign, &length, &point); 80 DoubleToAscii(1.0, DTOA_SHORTEST, 0, buffer, &sign, &length, &point); 84 DoubleToAscii(1.0, DTOA_FIXED, 3, buffer, &sign, &length, &point); 90 DoubleToAscii(1.0, DTOA_PRECISION, 3, buffer, &sign, &length, &point); 96 DoubleToAscii(1.5, DTOA_SHORTEST, 0, buffer, &sign, &length, &point); 100 DoubleToAscii(1.5, DTOA_FIXED, 10, buffer, &sign, &length, &point); 106 DoubleToAscii(1.5, DTOA_PRECISION, 10, buffer, &sign, &length, &point) 270 int sign; local 290 int sign; local 313 int sign; local [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_twoside.c | 40 float sign; /**< +1 or -1 */ member in struct:twoside_stage 81 if (header->det * twoside->sign < 0.0) { 131 * We'll multiply the primitive's determinant by this sign to determine 133 * sign = -1 for CCW, +1 for CW 135 twoside->sign = stage->draw->rasterizer->front_ccw ? -1.0f : 1.0f;
|
/external/skia/include/core/ |
SkFloatBits.h | 15 /** Convert a sign-bit int (i.e. float interpreted as int) into a 2s compliement 27 /** Convert a 2s compliment int to a sign-bit (i.e. int interpreted as float). 31 int sign = x >> 31; local 33 x = (x ^ sign) - sign; 34 // set the sign bit as needed 35 x |= sign << 31;
|
/external/skia/src/core/ |
SkFloatBits.cpp | 18 Floor and Cast are very similar, but Cast applies its sign after all other 81 // apply the sign after we check for overflow 84 // apply the sign before we right-shift 111 // apply the sign after we check for overflow 114 // apply the sign before we right-shift 141 // apply the sign after we check for overflow 144 // apply the sign before we right-shift 162 // record the sign and make value positive 163 int sign = SkExtractSign(value); local 164 value = SkApplySign(value, sign); 196 int sign = SkExtractSign(value); local [all...] |
/external/v8/test/cctest/ |
test-dtoa.cc | 64 int sign; local 66 DoubleToAscii(0.0, DTOA_SHORTEST, 0, buffer, &sign, &length, &point); 70 DoubleToAscii(0.0, DTOA_FIXED, 2, buffer, &sign, &length, &point); 75 DoubleToAscii(0.0, DTOA_PRECISION, 3, buffer, &sign, &length, &point); 80 DoubleToAscii(1.0, DTOA_SHORTEST, 0, buffer, &sign, &length, &point); 84 DoubleToAscii(1.0, DTOA_FIXED, 3, buffer, &sign, &length, &point); 90 DoubleToAscii(1.0, DTOA_PRECISION, 3, buffer, &sign, &length, &point); 96 DoubleToAscii(1.5, DTOA_SHORTEST, 0, buffer, &sign, &length, &point); 100 DoubleToAscii(1.5, DTOA_FIXED, 10, buffer, &sign, &length, &point); 106 DoubleToAscii(1.5, DTOA_PRECISION, 10, buffer, &sign, &length, &point) 270 int sign; local 290 int sign; local 313 int sign; local [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
d8_31pf.cpp | 80 /* define values/representation for output codevector and sign */ 276 indx[] -- array of type Word16 -- position and sign of 343 Word16 indx[], /* i : position and sign of 8 pulses (compressed) */ 500 index array of type Word16 -- index of 8 pulses (sign+position) 559 Word16 index[], /* i : index of 8 pulses (sign+position) */ 568 Word16 sign; local 594 sign = POS_CODE; /* +1.0 */ 598 sign = -NEG_CODE; /* -1.0 */ 603 cod[pos1] = sign; /* avoid buffer overflow */ 614 sign = negate(sign) [all...] |
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
Duration.java | 31 public int sign; // 1 or -1 field in class:Duration 40 sign = 1; 49 sign = 1; 66 sign = -1; 131 cal.add(Calendar.DAY_OF_MONTH, sign*weeks*7); 132 cal.add(Calendar.DAY_OF_MONTH, sign*days); 133 cal.add(Calendar.HOUR, sign*hours); 134 cal.add(Calendar.MINUTE, sign*minutes); 135 cal.add(Calendar.SECOND, sign*seconds); 143 long factor = 1000 * sign; [all...] |
/frameworks/opt/net/voip/src/jni/rtp/ |
G711Codec.cpp | 52 int sign = (sample >> 8) & 0x80; local 62 ulaws[i] = ~(sign | (exponent << 4) | mantissa); 103 int sign = (sample >> 8) & 0x80; local 112 alaws[i] = (sign | (exponent << 4) | mantissa) ^ 0xD5;
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_jn.c | 74 sgn = (n&1)&(hx>>31); /* even n -- 0, odd n -- sign(x) */ 218 int32_t sign; local 227 sign = 1; 230 sign = 1 - ((n&1)<<1); 233 if(n==1) return(sign*__ieee754_y1(x)); 269 if(sign>0) return b; else return -b;
|
e_jnf.c | 49 sgn = (n&1)&(hx>>31); /* even n -- 0, odd n -- sign(x) */ 170 int32_t sign; local 179 sign = 1; 182 sign = 1 - ((n&1)<<1); 185 if(n==1) return(sign*__ieee754_y1f(x)); 198 if(sign>0) return b; else return -b;
|
/bionic/tests/ |
math_test.cpp | 1001 int sign; local 1002 ASSERT_FLOAT_EQ(log(24.0), gamma_r(5.0, &sign)); 1003 ASSERT_EQ(1, sign); 1009 int sign; local 1010 ASSERT_FLOAT_EQ(logf(24.0f), gammaf_r(5.0f, &sign)); 1011 ASSERT_EQ(1, sign); 1028 int sign; local 1029 ASSERT_FLOAT_EQ(log(24.0), lgamma_r(5.0, &sign)); 1030 ASSERT_EQ(1, sign); 1034 int sign; local [all...] |
/external/aac/libAACenc/src/ |
aacenc_pns.cpp | 515 INT sign = (accu < FL2FXCONST_DBL(0.0f)) ? 1 : 0 ; local 519 ccf = (ccf>=FL2FXCONST_DBL(0.0)) ? ((FIXP_DBL)MAXVAL_DBL) : (sign) ? -CalcInvLdData(ccf) : CalcInvLdData(ccf);
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/ |
CryptoProviderTest.java | 65 Signature sign; local 75 sign = Signature.getInstance(dsaNames[i], providerName);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/ |
chrome_ex_oauthsimple.js | 57 * .sign() or .getHeaderString() functions. 61 var oauthObject = OAuthSimple().sign({path:'http://example.com/rest/', 70 * that will sign as a "GET" using "SHA1-MAC" the url. If you need more than 233 /** sign the request 242 this.sign = function (args) { 277 * @param args {object} see .sign 281 this.sign(args);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
chrome_ex_oauthsimple.js | 57 * .sign() or .getHeaderString() functions. 61 var oauthObject = OAuthSimple().sign({path:'http://example.com/rest/', 70 * that will sign as a "GET" using "SHA1-MAC" the url. If you need more than 233 /** sign the request 242 this.sign = function (args) { 277 * @param args {object} see .sign 281 this.sign(args);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/ |
chrome_ex_oauthsimple.js | 57 * .sign() or .getHeaderString() functions. 61 var oauthObject = OAuthSimple().sign({path:'http://example.com/rest/', 70 * that will sign as a "GET" using "SHA1-MAC" the url. If you need more than 233 /** sign the request 242 this.sign = function (args) { 277 * @param args {object} see .sign 281 this.sign(args);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/ |
chrome_ex_oauthsimple.js | 57 * .sign() or .getHeaderString() functions. 61 var oauthObject = OAuthSimple().sign({path:'http://example.com/rest/', 70 * that will sign as a "GET" using "SHA1-MAC" the url. If you need more than 233 /** sign the request 242 this.sign = function (args) { 277 * @param args {object} see .sign 281 this.sign(args);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
chrome_ex_oauthsimple.js | 57 * .sign() or .getHeaderString() functions. 61 var oauthObject = OAuthSimple().sign({path:'http://example.com/rest/', 70 * that will sign as a "GET" using "SHA1-MAC" the url. If you need more than 233 /** sign the request 242 this.sign = function (args) { 277 * @param args {object} see .sign 281 this.sign(args);
|
/external/chromium_org/third_party/libwebp/enc/ |
token.c | 115 const int sign = c < 0; local 116 int v = sign ? -c : c; 170 AddConstantToken(tokens, sign, 128);
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
bn_gcd.c | 214 int sign; local 249 sign = -1; 253 * -sign*X*a == B (mod |n|), 254 * sign*Y*a == A (mod |n|). 270 * (1) -sign*X*a == B (mod |n|), 271 * (2) sign*Y*a == A (mod |n|) 320 * (1) -sign*X*a == B (mod |n|), 321 * (2) sign*Y*a == A (mod |n|), 327 /* -sign*(X + Y)*a == B - A (mod |n|) */ 335 /* sign*(X + Y)*a == A - B (mod |n|) * 514 int sign; local [all...] |