Searched refs:poly2 (Results 1 – 10 of 10) sorted by relevance
/external/boringssl/src/crypto/hrss/ |
D | internal.h | 31 struct poly2 { struct 36 struct poly2 s, a; argument 39 OPENSSL_EXPORT void HRSS_poly2_rotr_consttime(struct poly2 *p, size_t bits);
|
D | hrss.c | 330 static void poly2_zero(struct poly2 *p) { in poly2_zero() 335 static void poly2_cmov(struct poly2 *out, const struct poly2 *in, in poly2_cmov() 344 static void poly2_rotr_words(struct poly2 *out, const struct poly2 *in, in poly2_rotr_words() 373 static void poly2_rotr_bits(struct poly2 *out, const struct poly2 *in, in poly2_rotr_bits() 402 void HRSS_poly2_rotr_consttime(struct poly2 *p, size_t bits) { in HRSS_poly2_rotr_consttime() 415 struct poly2 shifted; in HRSS_poly2_rotr_consttime() 430 static void poly2_cswap(struct poly2 *a, struct poly2 *b, crypto_word_t swap) { in poly2_cswap() 440 static void poly2_fmadd(struct poly2 *out, const struct poly2 *in, in poly2_fmadd() 448 static void poly2_lshift1(struct poly2 *p) { in poly2_lshift1() 459 static void poly2_rshift1(struct poly2 *p) { in poly2_rshift1() [all …]
|
D | hrss_test.cc | 27 static void poly2_from_bits(struct poly2 *out, const uint8_t in[N]) { in poly2_from_bits() 56 struct poly2 p, orig, shifted; in TEST()
|
/external/libxaac/decoder/ |
D | ixheaacd_tcx_fwd_mdct.c | 87 FLOAT32 poly1[ORDER_BY_2 + 2], poly2[ORDER_BY_2 + 2]; in ixheaacd_lsp_to_lp_conversion() local 90 poly2[0] = 0.0f; in ixheaacd_lsp_to_lp_conversion() 92 ixheaacd_compute_coeff_poly_f(lsp, &poly1[1], &poly2[1]); in ixheaacd_lsp_to_lp_conversion() 95 ppoly_f2 = poly2 + ORDER_BY_2 + 1; in ixheaacd_lsp_to_lp_conversion() 108 ppoly_f2 = poly2 + 2; in ixheaacd_lsp_to_lp_conversion()
|
/external/boringssl/src/ssl/test/runner/hrss/ |
D | hrss.go | 200 func (p *poly) fromMod2(in *poly2) { argument 416 type poly2 [wordsPerPoly]uint type 418 func (p *poly2) fromDiscrete(in *poly) { 437 func (p *poly2) setPhiN() { 444 func (p *poly2) cswap(other *poly2, swap uint) { argument 452 func (p *poly2) fmadd(m uint, in *poly2) { argument 460 func (p *poly2) lshift1() { 470 func (p *poly2) rshift1() { 480 func (p *poly2) rot(bits uint) { 977 var f poly2 [all …]
|
/external/antlr/runtime/ObjC/Framework/examples/polydiff/ |
D | PolyDifferentiator.m | 226 CommonTree *ID13 = nil;PolyDifferentiator_poly_return * poly2 = nil ; 357 poly2 = [self poly]; 362 [treeAdaptor addChild:poly2.tree toTree:root_1];
|
/external/python/cpython2/Doc/library/ |
D | turtle.rst | 1434 >>> poly2 = ((0,0),(10,-5),(-10,-5)) 1435 >>> s.addcomponent(poly2, "blue", "red")
|
/external/python/cpython3/Doc/library/ |
D | turtle.rst | 1491 >>> poly2 = ((0,0),(10,-5),(-10,-5)) 1492 >>> s.addcomponent(poly2, "blue", "red")
|
/external/python/cpython2/Modules/ |
D | cstubs | 1054 void poly2 long s float s[2*arg1]
|
D | glmodule.c | 2969 poly2( arg1 , arg2 ); in gl_poly2()
|