Home
last modified time | relevance | path

Searched refs:poly2 (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dpr47891.ll4 %struct.poly2 = type { [11 x i64] }
7 define dso_local void @poly2_lshift1(%struct.poly2* nocapture %p) local_unnamed_addr #0 {
65 %arrayidx = getelementptr inbounds %struct.poly2, %struct.poly2* %p, i64 0, i32 0, i64 0
69 %arrayidx.1 = getelementptr inbounds %struct.poly2, %struct.poly2* %p, i64 0, i32 0, i64 1
73 %arrayidx.2 = getelementptr inbounds %struct.poly2, %struct.poly2* %p, i64 0, i32 0, i64 2
77 %arrayidx.3 = getelementptr inbounds %struct.poly2, %struct.poly2* %p, i64 0, i32 0, i64 3
81 %arrayidx.4 = getelementptr inbounds %struct.poly2, %struct.poly2* %p, i64 0, i32 0, i64 4
85 %arrayidx.5 = getelementptr inbounds %struct.poly2, %struct.poly2* %p, i64 0, i32 0, i64 5
89 %arrayidx.6 = getelementptr inbounds %struct.poly2, %struct.poly2* %p, i64 0, i32 0, i64 6
93 %arrayidx.7 = getelementptr inbounds %struct.poly2, %struct.poly2* %p, i64 0, i32 0, i64 7
[all …]
/external/llvm-project/polly/lib/External/isl/
Disl_polynomial.c80 __isl_keep isl_poly *poly2) in isl_poly_plain_cmp() argument
86 if (poly1 == poly2) in isl_poly_plain_cmp()
91 if (!poly2) in isl_poly_plain_cmp()
93 if (poly1->var != poly2->var) in isl_poly_plain_cmp()
94 return poly1->var - poly2->var; in isl_poly_plain_cmp()
101 cst2 = isl_poly_as_cst(poly2); in isl_poly_plain_cmp()
111 rec2 = isl_poly_as_rec(poly2); in isl_poly_plain_cmp()
128 __isl_keep isl_poly *poly2) in isl_poly_is_equal() argument
135 if (is_cst1 < 0 || !poly2) in isl_poly_is_equal()
137 if (poly1 == poly2) in isl_poly_is_equal()
[all …]
Disl_polynomial_private.h130 __isl_take struct isl_poly *poly2);
140 __isl_take isl_poly *poly2);
/external/libxaac/decoder/
Dixheaacd_tcx_fwd_mdct.c86 FLOAT32 poly1[ORDER_BY_2 + 2], poly2[ORDER_BY_2 + 2]; in ixheaacd_lsp_to_lp_conversion() local
89 poly2[0] = 0.0f; in ixheaacd_lsp_to_lp_conversion()
91 ixheaacd_compute_coeff_poly_f(lsp, &poly1[1], &poly2[1]); in ixheaacd_lsp_to_lp_conversion()
94 ppoly_f2 = poly2 + ORDER_BY_2 + 1; in ixheaacd_lsp_to_lp_conversion()
107 ppoly_f2 = poly2 + 2; in ixheaacd_lsp_to_lp_conversion()
/external/rust/crates/quiche/deps/boringssl/src/crypto/hrss/
Dinternal.h31 struct poly2 { struct
36 struct poly2 s, a; argument
Dhrss.c311 static void poly2_zero(struct poly2 *p) { in poly2_zero()
349 static void poly2_mod_phiN(struct poly2 *p) { in poly2_mod_phiN()
361 static void poly2_reverse_700(struct poly2 *out, const struct poly2 *in) { in poly2_reverse_700()
362 struct poly2 t; in poly2_reverse_700()
376 static void poly2_cswap(struct poly2 *a, struct poly2 *b, crypto_word_t swap) { in poly2_cswap()
386 static void poly2_fmadd(struct poly2 *out, const struct poly2 *in, in poly2_fmadd()
394 static void poly2_lshift1(struct poly2 *p) { in poly2_lshift1()
405 static void poly2_rshift1(struct poly2 *p) { in poly2_rshift1()
417 static void poly2_clear_top_bits(struct poly2 *p) { in poly2_clear_top_bits()
423 static int poly2_top_bits_are_clear(const struct poly2 *p) { in poly2_top_bits_are_clear()
[all …]
/external/boringssl/src/crypto/hrss/
Dinternal.h31 struct poly2 { struct
36 struct poly2 s, a; argument
Dhrss.c311 static void poly2_zero(struct poly2 *p) { in poly2_zero()
349 static void poly2_mod_phiN(struct poly2 *p) { in poly2_mod_phiN()
361 static void poly2_reverse_700(struct poly2 *out, const struct poly2 *in) { in poly2_reverse_700()
362 struct poly2 t; in poly2_reverse_700()
376 static void poly2_cswap(struct poly2 *a, struct poly2 *b, crypto_word_t swap) { in poly2_cswap()
386 static void poly2_fmadd(struct poly2 *out, const struct poly2 *in, in poly2_fmadd()
394 static void poly2_lshift1(struct poly2 *p) { in poly2_lshift1()
405 static void poly2_rshift1(struct poly2 *p) { in poly2_rshift1()
417 static void poly2_clear_top_bits(struct poly2 *p) { in poly2_clear_top_bits()
423 static int poly2_top_bits_are_clear(const struct poly2 *p) { in poly2_top_bits_are_clear()
[all …]
/external/boringssl/src/ssl/test/runner/hrss/
Dhrss.go200 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/
DPolyDifferentiator.m226 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/
Dturtle.rst1434 >>> poly2 = ((0,0),(10,-5),(-10,-5))
1435 >>> s.addcomponent(poly2, "blue", "red")
/external/python/cpython3/Doc/library/
Dturtle.rst1560 >>> poly2 = ((0,0),(10,-5),(-10,-5))
1561 >>> s.addcomponent(poly2, "blue", "red")
/external/python/cpython2/Modules/
Dcstubs1054 void poly2 long s float s[2*arg1]
Dglmodule.c2969 poly2( arg1 , arg2 ); in gl_poly2()