Home
last modified time | relevance | path

Searched +full:- +full:pl (Results 1 – 25 of 1170) sorted by relevance

12345678910>>...47

/aosp_15_r20/external/arm-optimized-routines/pl/math/
H A DDir.mk1 # Makefile fragment - requires GNU make
3 # Copyright (c) 2019-2024, Arm Limited.
4 # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
6 PLM := $(srcdir)/pl/math
8 B := build/pl/math
10 pl-lib-srcs := $(wildcard $(PLM)/*.[cS])
13 pl-lib-srcs := $(filter-out $(PLM)/sv_%, $(pl-lib-srcs))
16 math-test-srcs := \
21 math-test-host-srcs := $(wildcard $(AOR)/test/rtest/*.[cS])
23 pl-includes := $(patsubst $(PLM)/%,build/pl/%,$(wildcard $(PLM)/include/*.h))
[all …]
/aosp_15_r20/external/fdlibm/
H A Dindex.html14 file <a href="e_acos.c">e_acos.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_acos.c">e…
16 file <a href="e_acosh.c">e_acosh.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_acosh.c…
18 file <a href="e_asin.c">e_asin.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_asin.c">e…
20 file <a href="e_atan2.c">e_atan2.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_atan2.c…
22 file <a href="e_atanh.c">e_atanh.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_atanh.c…
24 file <a href="e_cosh.c">e_cosh.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_cosh.c">e…
26 file <a href="e_exp.c">e_exp.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_exp.c">e_ex…
28 file <a href="e_fmod.c">e_fmod.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_fmod.c">e…
30 file <a href="e_gamma.c">e_gamma.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_gamma.c…
32 file <a href="e_gamma_r.c">e_gamma_r.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_gam…
[all …]
/aosp_15_r20/external/fonttools/Tests/misc/
H A Dplistlib_test.py25 pl = dict(
30 aBigInt=2**63 - 44,
32 aNegativeInt=-5,
33 aNegativeBigInt=-80000000000,
48 pl["\xc5benraa"] = "That was a unicode key."
49 return pl
53 def pl(): function
78 pl = _test_pl(use_builtin_types=False)
80 assert pl == pl2
84 pl, use_builtin_types = parametrized_pl
[all …]
/aosp_15_r20/external/vixl/test/aarch32/
H A Dtest-assembler-cond-rd-operand-rn-in-it-block-t32.cc28 // -----------------------------------------------------------------------------
30 // test/aarch32/config/template-assembler-aarch32.cc.in template file using
34 // -----------------------------------------------------------------------------
37 #include "test-runner.h"
39 #include "test-utils.h"
40 #include "test-utils-aarch32.h"
42 #include "aarch32/assembler-aarch32.h"
43 #include "aarch32/macro-assembler-aarch32.h"
1221 {{pl, r0, r0}, true, pl, "pl r0 r0", "pl_r0_r0"},
1222 {{pl, r0, r1}, true, pl, "pl r0 r1", "pl_r0_r1"},
[all …]
H A Dtest-assembler-cond-rdlow-operand-imm8-in-it-block-t32.cc28 // -----------------------------------------------------------------------------
30 // test/aarch32/config/template-assembler-aarch32.cc.in template file using
34 // -----------------------------------------------------------------------------
37 #include "test-runner.h"
39 #include "test-utils.h"
40 #include "test-utils-aarch32.h"
42 #include "aarch32/assembler-aarch32.h"
43 #include "aarch32/macro-assembler-aarch32.h"
134 {{pl, r3, 94}, true, pl, "pl r3 94", "pl_r3_94"},
148 {{pl, r5, 197}, true, pl, "pl r5 197", "pl_r5_197"},
[all …]
H A Dtest-assembler-cond-rd-operand-rn-low-registers-in-it-block-t32.cc28 // -----------------------------------------------------------------------------
30 // test/aarch32/config/template-assembler-aarch32.cc.in template file using
34 // -----------------------------------------------------------------------------
37 #include "test-runner.h"
39 #include "test-utils.h"
40 #include "test-utils-aarch32.h"
42 #include "aarch32/assembler-aarch32.h"
43 #include "aarch32/macro-assembler-aarch32.h"
415 {{pl, r0, r0}, true, pl, "pl r0 r0", "pl_r0_r0"},
416 {{pl, r0, r1}, true, pl, "pl r0 r1", "pl_r0_r1"},
[all …]
H A Dtest-assembler-cond-rdlow-rnlow-operand-immediate-zero-in-it-block-t32.cc28 // -----------------------------------------------------------------------------
30 // test/aarch32/config/template-assembler-aarch32.cc.in template file using
34 // -----------------------------------------------------------------------------
37 #include "test-runner.h"
39 #include "test-utils.h"
40 #include "test-utils-aarch32.h"
42 #include "aarch32/assembler-aarch32.h"
43 #include "aarch32/macro-assembler-aarch32.h"
415 {{pl, r0, r0, 0}, true, pl, "pl r0 r0 0", "pl_r0_r0_0"},
416 {{pl, r0, r1, 0}, true, pl, "pl r0 r1 0", "pl_r0_r1_0"},
[all …]
H A Dtest-assembler-cond-rdlow-rnlow-rmlow-in-it-block-t32.cc28 // -----------------------------------------------------------------------------
30 // test/aarch32/config/template-assembler-aarch32.cc.in template file using
34 // -----------------------------------------------------------------------------
37 #include "test-runner.h"
39 #include "test-utils.h"
40 #include "test-utils-aarch32.h"
42 #include "aarch32/assembler-aarch32.h"
43 #include "aarch32/macro-assembler-aarch32.h"
415 {{pl, r0, r0, r0}, true, pl, "pl r0 r0 r0", "pl_r0_r0_r0"},
416 {{pl, r0, r1, r0}, true, pl, "pl r0 r1 r0", "pl_r0_r1_r0"},
[all …]
H A Dtest-assembler-cond-rd-rn-operand-rm-all-low-in-it-block-t32.cc28 // -----------------------------------------------------------------------------
30 // test/aarch32/config/template-assembler-aarch32.cc.in template file using
34 // -----------------------------------------------------------------------------
37 #include "test-runner.h"
39 #include "test-utils.h"
40 #include "test-utils-aarch32.h"
42 #include "aarch32/assembler-aarch32.h"
43 #include "aarch32/macro-assembler-aarch32.h"
100 {{pl, r5, r3, r4}, true, pl, "pl r5 r3 r4", "pl_r5_r3_r4"},
152 {{pl, r7, r6, r5}, true, pl, "pl r7 r6 r5", "pl_r7_r6_r5"},
[all …]
H A Dtest-assembler-cond-rdlow-rnlow-operand-immediate-imm8-in-it-block-t32.cc28 // -----------------------------------------------------------------------------
30 // test/aarch32/config/template-assembler-aarch32.cc.in template file using
34 // -----------------------------------------------------------------------------
37 #include "test-runner.h"
39 #include "test-utils.h"
40 #include "test-utils-aarch32.h"
42 #include "aarch32/assembler-aarch32.h"
43 #include "aarch32/macro-assembler-aarch32.h"
168 {{pl, r0, r0, 0}, true, pl, "pl r0 r0 0", "pl_r0_r0_0"},
188 {{pl, r2, r2, 165}, true, pl, "pl r2 r2 165", "pl_r2_r2_165"},
[all …]
H A Dtest-assembler-cond-rdlow-rnlow-operand-immediate-imm3-in-it-block-t32.cc28 // -----------------------------------------------------------------------------
30 // test/aarch32/config/template-assembler-aarch32.cc.in template file using
34 // -----------------------------------------------------------------------------
37 #include "test-runner.h"
39 #include "test-utils.h"
40 #include "test-utils-aarch32.h"
42 #include "aarch32/assembler-aarch32.h"
43 #include "aarch32/macro-assembler-aarch32.h"
97 {{{pl, r0, r0, 7}, true, pl, "pl r0 r0 7", "pl_r0_r0_7"},
127 {{pl, r5, r2, 2}, true, pl, "pl r5 r2 2", "pl_r5_r2_2"},
[all …]
H A Dtest-assembler-cond-rd-operand-rn-shift-rs-in-it-block-t32.cc28 // -----------------------------------------------------------------------------
30 // test/aarch32/config/template-assembler-aarch32.cc.in template file using
34 // -----------------------------------------------------------------------------
37 #include "test-runner.h"
39 #include "test-utils.h"
40 #include "test-utils-aarch32.h"
42 #include "aarch32/assembler-aarch32.h"
43 #include "aarch32/macro-assembler-aarch32.h"
99 {{pl, r3, r3, ROR, r3}, true, pl, "pl r3 r3 ROR r3", "pl_r3_r3_ROR_r3"},
107 {{pl, r3, r3, ASR, r2}, true, pl, "pl r3 r3 ASR r2", "pl_r3_r3_ASR_r2"},
[all …]
H A Dtest-assembler-cond-rd-operand-rn-shift-amount-1to31-in-it-block-t32.cc28 // -----------------------------------------------------------------------------
30 // test/aarch32/config/template-assembler-aarch32.cc.in template file using
34 // -----------------------------------------------------------------------------
37 #include "test-runner.h"
39 #include "test-utils.h"
40 #include "test-utils-aarch32.h"
42 #include "aarch32/assembler-aarch32.h"
43 #include "aarch32/macro-assembler-aarch32.h"
153 {{pl, r3, r4, LSL, 9}, true, pl, "pl r3 r4 LSL 9", "pl_r3_r4_LSL_9"},
192 {{pl, r2, r0, LSL, 27}, true, pl, "pl r2 r0 LSL 27", "pl_r2_r0_LSL_27"},
[all …]
H A Dtest-assembler-cond-rd-rn-operand-rm-all-low-rd-is-rn-in-it-block-t32.cc28 // -----------------------------------------------------------------------------
30 // test/aarch32/config/template-assembler-aarch32.cc.in template file using
34 // -----------------------------------------------------------------------------
37 #include "test-runner.h"
39 #include "test-utils.h"
40 #include "test-utils-aarch32.h"
42 #include "aarch32/assembler-aarch32.h"
43 #include "aarch32/macro-assembler-aarch32.h"
120 {{pl, r0, r0, r6}, true, pl, "pl r0 r0 r6", "pl_r0_r0_r6"},
144 {{pl, r0, r0, r3}, true, pl, "pl r0 r0 r3", "pl_r0_r0_r3"},
[all …]
H A Dtest-assembler-cond-rd-operand-rn-shift-amount-1to32-in-it-block-t32.cc28 // -----------------------------------------------------------------------------
30 // test/aarch32/config/template-assembler-aarch32.cc.in template file using
34 // -----------------------------------------------------------------------------
37 #include "test-runner.h"
39 #include "test-utils.h"
40 #include "test-utils-aarch32.h"
42 #include "aarch32/assembler-aarch32.h"
43 #include "aarch32/macro-assembler-aarch32.h"
108 {{pl, r6, r1, ASR, 12}, true, pl, "pl r6 r1 ASR 12", "pl_r6_r1_ASR_12"},
113 {{pl, r0, r1, ASR, 15}, true, pl, "pl r0 r1 ASR 15", "pl_r0_r1_ASR_15"},
[all …]
/aosp_15_r20/external/bcc/tools/
H A Dbtrfsslower_example.txt10 01:22:03 randread.pl 13602 R 8192 391384 10.40 data1
11 01:22:03 randread.pl 13602 R 8192 92632 10.41 data1
12 01:22:06 randread.pl 13602 R 8192 199800 17.33 data1
13 01:22:06 randread.pl 13602 R 8192 415160 17.21 data1
14 01:22:07 randread.pl 13602 R 8192 729984 11.93 data1
15 01:22:09 randread.pl 13602 R 8192 342784 11.90 data1
18 This shows several reads from a "randread.pl" program, each 8 Kbytes in size,
38 03:26:54 randread.pl 30578 R 8192 214864 1.87 data1
39 03:26:54 randread.pl 30578 R 8192 267600 1.48 data1
40 03:26:54 randread.pl 30578 R 8192 704200 1.30 data1
[all …]
H A Dzfsslower_example.txt84 06:47:30 randread.pl 15431 R 8192 97840 1.03 data1
85 06:47:30 randread.pl 15431 R 8192 416744 1.12 data1
86 06:47:31 randread.pl 15431 R 8192 228856 1.96 data1
87 06:47:31 randread.pl 15431 R 8192 452248 1.02 data1
88 06:47:31 randread.pl 15431 R 8192 315288 5.90 data1
89 06:47:31 randread.pl 15431 R 8192 752696 1.20 data1
90 06:47:31 randread.pl 15431 R 8192 481832 1.39 data1
91 06:47:31 randread.pl 15431 R 8192 673752 1.39 data1
92 06:47:31 randread.pl 15431 R 8192 691736 1.01 data1
93 06:47:31 randread.pl 15431 R 8192 694776 1.78 data1
[all …]
H A Dxfsslower_example.txt10 06:23:06 randread.pl 32497 R 8192 24938024 17.93 data1
11 06:23:06 randread.pl 32521 R 8192 13431528 18.27 data1
12 06:23:08 randread.pl 32497 R 8192 5070904 16.37 data1
13 06:23:08 randread.pl 32521 R 8192 12693016 16.06 data1
14 06:23:18 randread.pl 32521 R 8192 27049136 21.68 data1
15 06:23:18 randread.pl 32497 R 8192 257864 21.74 data1
16 06:23:20 randread.pl 32497 R 8192 17797208 13.37 data1
17 06:23:20 randread.pl 32497 R 8192 6088224 19.74 data1
19 This shows several reads from a "randread.pl" program, each 8 Kbytes in size,
39 06:26:59 randread.pl 5394 R 8192 9045728 1.24 data1
[all …]
/aosp_15_r20/external/bc/scripts/
H A Dministat.c1 /*-
2 * SPDX-License-Identifier: Beerware
4 * ----------------------------------------------------------------------------
5 * "THE BEER-WARE LICENSE" (Revision 42):
8 * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
9 * ----------------------------------------------------------------------------
158 ds->lpoints = 100000; in NewSet()
159 ds->points = calloc(sizeof *ds->points, ds->lpoints); in NewSet()
160 assert(ds->points != NULL); in NewSet()
161 ds->syy = NAN; in NewSet()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dmkall.sh3 # Use of this source code is governed by a BSD-style
10 # much of the process. The auto-generated files have names
13 # This script runs or (given -n) prints suggested commands to generate z files
19 # This hand-written assembly file implements system call dispatch.
28 # The third is for low-level use by the ForkExec wrapper;
34 # This hand-written Go file implements system calls that need
36 # for ones that can be auto-generated. Mksyscall reads those
46 # This hand-written C file includes standard C headers and then
59 # This machine-generated file defines the system's error numbers,
66 # Generated by mksyscall.pl; see syscall_${GOOS}.go above.
[all …]
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/
DCMakeLists.txt7 aesni-gcm-x86_64.${ASM_EXT}
8 aesni-x86_64.${ASM_EXT}
9 ghash-ssse3-x86_64.${ASM_EXT}
10 ghash-x86_64.${ASM_EXT}
11 md5-x86_64.${ASM_EXT}
12 p256-x86_64-asm.${ASM_EXT}
13 p256_beeu-x86_64-asm.${ASM_EXT}
14 rdrand-x86_64.${ASM_EXT}
15 rsaz-avx2.${ASM_EXT}
16 sha1-x86_64.${ASM_EXT}
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/
DCMakeLists.txt7 aesni-gcm-x86_64.${ASM_EXT}
8 aesni-x86_64.${ASM_EXT}
9 ghash-ssse3-x86_64.${ASM_EXT}
10 ghash-x86_64.${ASM_EXT}
11 md5-x86_64.${ASM_EXT}
12 p256-x86_64-asm.${ASM_EXT}
13 p256_beeu-x86_64-asm.${ASM_EXT}
14 rdrand-x86_64.${ASM_EXT}
15 rsaz-avx2.${ASM_EXT}
16 sha1-x86_64.${ASM_EXT}
[all …]
/aosp_15_r20/external/sg3_utils/src/
H A Dsg_logs.c2 * Copyright (C) 2000-2022 D. Gilbert
8 * SPDX-License-Identifier: GPL-2.0-or-later
89 #define VP_NONE (-1)
100 * MVP_STD OR-ed with MVP_<vendor> is a T10 defined lpage with vendor
102 #define MVP_STD (1 << (MVP_OFFSET - 1))
136 {"All", no_argument, 0, 'A'}, /* equivalent to '-aa' */
137 {"ALL", no_argument, 0, 'A'}, /* equivalent to '-aa' */
155 {"no-inq", no_argument, 0, 'x'},
202 int vend_prod_num; /* one of the VP_* constants or -1 (def) */
212 int dev_pdt; /* from device or --pdt=DT */
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_plistlib.py1 # Copyright (C) 2003-2013 Python Software Foundation
114 <?xml version="1.0" encoding="UTF-8"?>
115 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dt…
235 ('extremally large array size (32-bit)',
242 ('extremally large array size (64-bit)',
277 ('extremally large bytes size (32-bit)',
284 ('extremally large bytes size (64-bit)',
305 ('extremally large ASCII size (32-bit)',
312 ('extremally large ASCII size (64-bit)',
333 ('too large UTF-16 size',
[all …]
/aosp_15_r20/external/curl/tests/
H A DMakefile.am21 # SPDX-License-Identifier: curl
36 test1119.pl \
37 test1132.pl \
38 test1135.pl \
39 test1139.pl \
40 test1140.pl \
41 test1165.pl \
42 test1167.pl \
43 test1173.pl \
44 test1175.pl \
[all …]

12345678910>>...47