Home
last modified time | relevance | path

Searched refs:coefficient_ (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
DglsCalibration.hpp44 LineParameters (float offset_, float coefficient_) : offset(offset_), coefficient(coefficient_) {} in LineParameters()
/external/libchrome/crypto/
Drsa_private_key.h80 std::vector<uint8_t>* coefficient() { return &coefficient_; } in coefficient()
161 std::vector<uint8_t> coefficient_; variable
Drsa_private_key.cc64 PrependInteger(coefficient_, &content); in Export()
159 !ReadIntegerWithExpectedSize(&src, end, primes_size, &coefficient_)) in Import()