Searched refs:poly1 (Results 1 – 10 of 10) sorted by relevance
/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 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/ |
D | p256-x86_64-asm.pl | 153 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/ |
D | log2_data.c | 16 .poly1 = {
|
D | log_data.c | 15 .poly1 = {
|
D | math_config.h | 372 double poly1[LOG_POLY1_ORDER - 1]; member 387 double poly1[LOG2_POLY1_ORDER - 1]; member
|
D | log2.c | 14 #define B __log2_data.poly1
|
D | log.c | 14 #define B __log_data.poly1
|
/external/hyphenation-patterns/fr/ |
D | hyph-fr.pat.txt | 876 poly1é2 877 poly1è2
|
/external/python/cpython2/Doc/library/ |
D | turtle.rst | 1432 >>> poly1 = ((0,0),(10,-5),(0,10),(-10,-5)) 1433 >>> s.addcomponent(poly1, "red", "blue")
|
/external/python/cpython3/Doc/library/ |
D | turtle.rst | 1489 >>> poly1 = ((0,0),(10,-5),(0,10),(-10,-5)) 1490 >>> s.addcomponent(poly1, "red", "blue")
|