Home
last modified time | relevance | path

Searched refs:poly1 (Results 1 – 10 of 10) sorted by relevance

/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
89 poly1[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()
94 ppoly_f1 = poly1 + ORDER_BY_2 + 1; in ixheaacd_lsp_to_lp_conversion()
107 ppoly_f1 = poly1 + 2; in ixheaacd_lsp_to_lp_conversion()
/external/boringssl/src/crypto/fipsmodule/ec/asm/
Dp256-x86_64-asm.pl153 my ($poly1,$poly3)=($acc6,$acc7);
1328 mov .Lpoly+8*1(%rip),$poly1
1519 sbb $poly1, $acc5 # .Lpoly[1]
1792 mov \$32, $poly1
1800 shlx $poly1,$acc0,$t1
1802 shrx $poly1,$acc0,$t0
1834 shlx $poly1, $acc1, $t0
1836 shrx $poly1, $acc1, $t1
1871 shlx $poly1, $acc2, $t0
1873 shrx $poly1, $acc2, $t1
[all …]
/external/arm-optimized-routines/math/
Dlog2_data.c16 .poly1 = {
Dlog_data.c15 .poly1 = {
Dmath_config.h372 double poly1[LOG_POLY1_ORDER - 1]; member
387 double poly1[LOG2_POLY1_ORDER - 1]; member
Dlog2.c14 #define B __log2_data.poly1
Dlog.c14 #define B __log_data.poly1
/external/hyphenation-patterns/fr/
Dhyph-fr.pat.txt876 poly1é2
877 poly1è2
/external/python/cpython2/Doc/library/
Dturtle.rst1432 >>> poly1 = ((0,0),(10,-5),(0,10),(-10,-5))
1433 >>> s.addcomponent(poly1, "red", "blue")
/external/python/cpython3/Doc/library/
Dturtle.rst1489 >>> poly1 = ((0,0),(10,-5),(0,10),(-10,-5))
1490 >>> s.addcomponent(poly1, "red", "blue")