Searched refs:sign (Results 176 - 200 of 3854) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c766 assert(bld->type.sign);
930 * FIXME: the sign here can also be 0.
932 * fix the comment or use other (simpler) sign function, not sure
934 * \param sign scalar +1 or -1
940 LLVMValueRef sign, int negate_coord,
943 /* return negate(coord) * ima * sign + 0.5; */
954 if (sign) {
955 sign = lp_build_broadcast_scalar(coord_bld, sign);
956 res = lp_build_mul(coord_bld, res, sign);
939 lp_build_cube_coord(struct lp_build_context *coord_bld, LLVMValueRef sign, int negate_coord, LLVMValueRef coord, LLVMValueRef ima) argument
1016 LLVMValueRef signrxs, signrys, signrzs, signrxyz, sign; local
1171 LLVMValueRef sign, ima; local
1192 LLVMValueRef sign, ima; local
1210 LLVMValueRef sign, ima; local
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c766 assert(bld->type.sign);
930 * FIXME: the sign here can also be 0.
932 * fix the comment or use other (simpler) sign function, not sure
934 * \param sign scalar +1 or -1
940 LLVMValueRef sign, int negate_coord,
943 /* return negate(coord) * ima * sign + 0.5; */
954 if (sign) {
955 sign = lp_build_broadcast_scalar(coord_bld, sign);
956 res = lp_build_mul(coord_bld, res, sign);
939 lp_build_cube_coord(struct lp_build_context *coord_bld, LLVMValueRef sign, int negate_coord, LLVMValueRef coord, LLVMValueRef ima) argument
1016 LLVMValueRef signrxs, signrys, signrzs, signrxyz, sign; local
1171 LLVMValueRef sign, ima; local
1192 LLVMValueRef sign, ima; local
1210 LLVMValueRef sign, ima; local
[all...]
/external/aac/libFDK/src/
H A DFDK_trigFcts.cpp241 INT sign; local
250 sign = 1;
253 sign = 0;
285 if (sign) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/netscape/
H A DNetscapeCertRequest.java216 public void sign(PrivateKey priv_key) throws NoSuchAlgorithmException, method in class:NetscapeCertRequest
220 sign(priv_key, null);
223 public void sign(PrivateKey priv_key, SecureRandom rand) method in class:NetscapeCertRequest
254 sigBits = sig.sign();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DWNafUtil.java65 // 2^width and a mask and sign bit set accordingly
68 int sign = pow2 >>> 1;
89 carry = (digit & sign) != 0;
209 // 2^width and a mask and sign bit set accordingly
212 int sign = pow2 >>> 1;
233 carry = (digit & sign) != 0;
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLParserIdioms.cpp146 int sign = 1; local
162 sign = -1;
185 value = sign * charactersToIntStrict(digits.characters8(), digits.length(), &ok);
187 value = sign * charactersToIntStrict(digits.characters16(), digits.length(), &ok);
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DSubtleCrypto.h55 ScriptPromise sign(ScriptState*, const Dictionary&, CryptoKey*, const ArrayPiece&);
H A DSubtleCrypto.idl49 [CallWith=ScriptState] Promise sign(Dictionary algorithm, CryptoKey key, ArrayBuffer data);
50 [CallWith=ScriptState] Promise sign(Dictionary algorithm, CryptoKey key, ArrayBufferView data);
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Ddouble-conversion.h194 // (one additional character for the sign, and one for the decimal point).
224 // kMaxExponentialDigits + 8 characters (the sign, the digit before the
226 // exponent's sign, and at most 3 exponent digits).
263 // kMaxPrecisionDigits + 7 characters (the sign, the decimal point, the
264 // exponent character, the exponent's sign, and at most 3 exponent digits).
326 bool* sign,
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_entropymv.c53 128, // sign
63 128, // sign
147 comp_counts->sign[s] += incr;
210 comp->sign = adapt_prob(pre_comp->sign, c->sign);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticReduceOrder.cpp89 sameSide = sign(quad[0].x - quad[1].x) + sign(quad[2].x - quad[1].x);
91 sameSide = sign(quad[0].y - quad[1].y) + sign(quad[2].y - quad[1].y);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter.c42 int16_t sign,
69 int16_t sign = 1; local
92 sign = -1;
145 indW32, sign, inystateQQ, ubufQQ, fracoeffQQ, indatQQ, outdatQQ, &ind);
/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropymv.c53 128, // sign
63 128, // sign
147 comp_counts->sign[s] += incr;
210 comp->sign = adapt_prob(pre_comp->sign, c->sign);
/external/libxml2/
H A DAndroid.mk64 -Wno-pointer-sign \
65 -Wno-sign-compare
/external/openssl/apps/
H A DCA.pl9 # CA -sign ... will sign the generated request and output
67 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
136 } elsif (/^(-sign|-signreq)$/) {
167 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
/external/openssl/crypto/pkcs7/
H A Dpk7_mime.c82 mdalgs = p7->d.sign->md_algs;
/external/owasp/sanitizer/tools/
H A Dstage_to_maven_central.sh79 gpg:sign-and-deploy-file \
/external/replicaisland/src/com/replica/replicaisland/
H A DGenericAnimationComponent.java38 parentObject.facingDirection.x = Utils.sign(parentObject.getVelocity().x);
/external/skia/experimental/Intersection/
H A DQuadraticReduceOrder.cpp89 sameSide = sign(quad[0].x - quad[1].x) + sign(quad[2].x - quad[1].x);
91 sameSide = sign(quad[0].y - quad[1].y) + sign(quad[2].y - quad[1].y);
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter.c53 WebRtc_Word16 sign,
80 WebRtc_Word16 sign = 1; local
103 sign = -1;
156 indW32, sign, inystateQQ, ubufQQ, fracoeffQQ, indatQQ, outdatQQ, &ind);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXCertPathValidatorSpi.java215 X509Certificate sign = trust.getTrustedCert();
218 if (sign != null)
220 workingIssuerName = CertPathValidatorUtilities.getSubjectPrincipal(sign);
221 workingPublicKey = sign.getPublicKey();
296 // sign and workingPublicKey and workingIssuerName are set
308 verificationAlreadyPerformed, workingIssuerName, sign);
390 sign = cert;
393 workingIssuerName = CertPathValidatorUtilities.getSubjectPrincipal(sign);
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DMediaQueryTokenizer.cpp260 int sign = 1; local
264 sign = -1;
267 return sign;
291 static unsigned long long getExponent(MediaQueryInputStream& input, unsigned& offset, int& sign) argument
301 sign = -1;
324 int sign = getSign(m_input, offset); local
329 value = (double)sign * ((double)integerPart + fractionPart) * exponent;
/external/chromium_org/third_party/skia/gm/
H A Ddashing.cpp456 int sign; // used to toggle the direction of the lines variable
462 sign = (x % 20) ? 1 : -1;
464 SkIntToScalar(x), -sign * SkIntToScalar(10003),
466 SkIntToScalar(x), sign * SkIntToScalar(10003));
473 sign = (y % 20) ? 1 : -1;
475 -sign * SkIntToScalar(10003), SkIntToScalar(y),
477 sign * SkIntToScalar(10003), SkIntToScalar(y));
/external/chromium_org/base/strings/
H A Dsafe_sprintf.cc206 // (uint64_t) based on the value of |sign|.
209 // a |sign|. Otherwise, |i| is treated as unsigned.
222 bool IToASCII(bool sign, bool upcase, int64_t i, int base,
278 bool Buffer::IToASCII(bool sign, bool upcase, int64_t i, int base, argument
284 DEBUG_CHECK(!sign || base == 10);
288 DEBUG_CHECK(!(sign && prefix && *prefix));
295 // if (sign && i < 0)
300 if (sign && i < 0) {
414 // So, now, we reverse the string (except for the possible '-' sign).
544 // The Arg() constructor automatically performed sign expansio
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dthcoll.cpp279 if (sign(result) != sign(expect))
309 if (sign(result) != sign(expect)) {
323 int8_t CollationThaiTest::sign(int32_t i) { function in class:CollationThaiTest

Completed in 3172 milliseconds

1234567891011>>