HomeSort by relevance Sort by last modified time
    Searched defs:coefficient (Results 1 - 16 of 16) sorted by null

  /external/ceres-solver/examples/
denoising.cc 95 const double coefficient = 1 / (2.0 * FLAGS_sigma * FLAGS_sigma); local
98 new QuadraticCostFunction(coefficient,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
RSAPrivateKey.java 25 private BigInteger coefficient; field in class:RSAPrivateKey
59 BigInteger coefficient)
69 this.coefficient = coefficient;
91 coefficient = ((ASN1Integer)e.nextElement()).getValue();
141 return coefficient;
156 * coefficient INTEGER, -- (inverse of q) mod p
RSAPrivateKeyStructure.java 28 private BigInteger coefficient; field in class:RSAPrivateKeyStructure
61 BigInteger coefficient)
71 this.coefficient = coefficient;
93 coefficient = ((ASN1Integer)e.nextElement()).getValue();
143 return coefficient;
158 * coefficient INTEGER, -- (inverse of q) mod p
  /external/chromium_org/crypto/
rsa_private_key.h 83 std::vector<uint8>* coefficient() { return &coefficient_; }; function in class:crypto::PrivateKeyInfoCodec
  /external/chromium_org/third_party/WebKit/Source/platform/
Decimal.h 64 EncodedData(Sign, int exponent, uint64_t coefficient);
69 uint64_t coefficient() const { return m_coefficient; } function in class:WebCore::Decimal::EncodedData
98 Decimal(Sign, int exponent, uint64_t coefficient);
  /external/deqp/modules/glshared/
glsCalibration.hpp 42 float coefficient; member in struct:deqp::gls::LineParameters
44 LineParameters (float offset_, float coefficient_) : offset(offset_), coefficient(coefficient_) {}
57 float coefficient; member in struct:deqp::gls::LineParametersWithConfidence
  /external/chromium_org/content/child/webcrypto/
jwk.cc 177 // | "dq" | Contains the first CRT coefficient value for the RSA private |
554 std::vector<uint8> coefficient; local
564 &coefficient);
578 jwk_dict->SetString("qi", Base64EncodeUrlSafe(coefficient));
    [all...]
platform_crypto_nss.cc 745 // coefficient INTEGER, -- (inverse of q) mod p
760 SECItem coefficient; member in struct:content::webcrypto::platform::__anon11816::RSAPrivateKey
777 {SEC_ASN1_INTEGER, offsetof(RSAPrivateKey, coefficient)},
829 if (!ReadUint(key, CKA_COEFFICIENT, &out->coefficient))
845 SECITEM_FreeItem(&out->coefficient, PR_FALSE);
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp 330 float rad, norm, coefficient; local
358 coefficient = rad / norm;
360 CV_MAT_ELEM (sample, float, 0, j) *= coefficient;
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 

Completed in 608 milliseconds