Home
last modified time | relevance | path

Searched defs:poly2 (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/hrss/
Dinternal.h31 struct poly2 { struct
36 struct poly2 s, a; argument
/external/boringssl/src/ssl/test/runner/hrss/
Dhrss.go200 func (p *poly) fromMod2(in *poly2) {
416 type poly2 [wordsPerPoly]uint type
444 func (p *poly2) cswap(other *poly2, swap uint) {
452 func (p *poly2) fmadd(m uint, in *poly2) {
/external/libxaac/decoder/
Dixheaacd_tcx_fwd_mdct.c87 FLOAT32 poly1[ORDER_BY_2 + 2], poly2[ORDER_BY_2 + 2]; in ixheaacd_lsp_to_lp_conversion() local