Searched defs:coefficient_ (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/crypto/
H A Drsa_private_key.h80 std::vector<uint8_t>* coefficient() { return &coefficient_; }
161 std::vector<uint8_t> coefficient_; member in class:crypto::PrivateKeyInfoCodec
/external/deqp/modules/glshared/
H A DglsCalibration.hpp44 LineParameters (float offset_, float coefficient_) : offset(offset_), coefficient(coefficient_) {} argument

Completed in 3589 milliseconds