HomeSort by relevance Sort by last modified time
    Searched full:coefficient_ (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/glshared/
glsCalibration.hpp 44 LineParameters (float offset_, float coefficient_) : offset(offset_), coefficient(coefficient_) {}
  /external/chromium_org/crypto/
rsa_private_key.cc 63 PrependInteger(coefficient_, &content);
158 !ReadIntegerWithExpectedSize(&src, end, primes_size, &coefficient_))
rsa_private_key.h 83 std::vector<uint8>* coefficient() { return &coefficient_; };
162 std::vector<uint8> coefficient_; member in class:crypto::PrivateKeyInfoCodec

Completed in 903 milliseconds