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/libchrome/crypto/
rsa_private_key.h 80 std::vector<uint8_t>* coefficient() { return &coefficient_; }
161 std::vector<uint8_t> coefficient_; member in class:crypto::PrivateKeyInfoCodec
rsa_private_key.cc 64 PrependInteger(coefficient_, &content);
159 !ReadIntegerWithExpectedSize(&src, end, primes_size, &coefficient_))

Completed in 1013 milliseconds