Searched defs:coefficient (Results 1 – 3 of 3) sorted by relevance
25 private BigInteger coefficient; field in RSAPrivateKeyStructure58 BigInteger coefficient) in RSAPrivateKeyStructure()
86 std::vector<uint8>* coefficient() { return &coefficient_; }; in coefficient() function
330 float rad, norm, coefficient; in cvRandRoundUni() local