HomeSort by relevance Sort by last modified time
    Searched defs:coefficient (Results 1 - 18 of 18) 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/libchrome/crypto/
rsa_private_key.h 80 std::vector<uint8_t>* coefficient() { return &coefficient_; } function in class:crypto::PrivateKeyInfoCodec
  /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/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417ECModulusPoly.cpp 80 int32_t coefficient = m_coefficients.GetAt(l); local
81 result = m_field->add(result, coefficient);
216 int32_t coefficient,
223 if (coefficient == 0) {
233 product[i] = m_field->multiply(m_coefficients[i], coefficient);
307 int32_t coefficient = getCoefficient(degree); local
308 if (coefficient != 0) {
309 if (coefficient < 0) {
311 coefficient = -coefficient;
    [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/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-core/2.0.9/
maven-core-2.0.9.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 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk16/1.46/
bcprov-jdk16-1.46.jar 

Completed in 188 milliseconds