| /freebsd/contrib/arm-optimized-routines/math/aarch64/ |
| H A D | v_pow_log_data.c | 4 * Copyright (c) 2018-2024, Arm Limited. 5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 16 log(z/c) = poly(z/c - 1) 18 where z is in [0x1.69555p-1; 0x1.69555p0] which is split into N subintervals 23 tab[i].logctail = (double)(log(c) - logc) 26 a few precision bits so z/c - 1 is exactly representible as double: 30 Note: |z/c - 1| < 1/N for the chosen c, |log(c) - logc - logctail| < 31 0x1p-97, the last few bits of logc are rounded away so k*ln2hi + logc has no 34 is tiny, large cancellation error is avoided in logc + poly(z/c - 1). */ 36 /* relative error: 0x1.11922ap-70 in [-0x1.6bp-8, 0x1.6bp-8] [all …]
|
| H A D | tanpi_2u5.c | 2 * Double-precision scalar tanpi(x) function. 5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 23 0x1.45fff9b426f5ep7, 24 0x1.45f4730dbca5cp9, 25 0x1.45f3265994f85p11, 26 0x1.45f4234b330cap13, 27 0x1.45dca11be79ebp15, 31 -0x1.89333f6acd922p19, 33 -0x1.a854d53ab6874p29, 38 -0x1.0c152382d7366p0, [all …]
|
| /freebsd/contrib/arm-optimized-routines/math/ |
| H A D | pow_log_data.c | 5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 13 .ln2hi = 0x1.62e42fefa3800p-1, 14 .ln2lo = 0x1.ef35793c76730p-45, 17 // relative error: 0x1.11922ap-70 18 // in -0x1.6bp-8 0x1.6bp-8 20 -0x1p-1, 21 0x1.555555555556p-2 * -2, 22 -0x1.0000000000006p-2 * -2, 23 0x1.999999959554ep-3 * 4, 24 -0x1.555555529a47ap-3 * 4, [all …]
|
| /freebsd/contrib/bc/vs/ |
| H A D | bcl.sln | 6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bcl", "bcl.vcxproj", "{76B451C9-72BF-45B2-B78D… 18 {76B451C9-72BF-45B2-B78D-B3515410F99F}.Debug|x64.ActiveCfg = Debug|x64 19 {76B451C9-72BF-45B2-B78D-B3515410F99F}.Debug|x64.Build.0 = Debug|x64 20 {76B451C9-72BF-45B2-B78D-B3515410F99F}.Debug|x86.ActiveCfg = Debug|Win32 21 {76B451C9-72BF-45B2-B78D-B3515410F99F}.Debug|x86.Build.0 = Debug|Win32 22 {76B451C9-72BF-45B2-B78D-B3515410F99F}.ReleaseMD|x64.ActiveCfg = ReleaseMD|x64 23 {76B451C9-72BF-45B2-B78D-B3515410F99F}.ReleaseMD|x64.Build.0 = ReleaseMD|x64 24 {76B451C9-72BF-45B2-B78D-B3515410F99F}.ReleaseMD|x86.ActiveCfg = ReleaseMD|Win32 25 {76B451C9-72BF-45B2-B78D-B3515410F99F}.ReleaseMD|x86.Build.0 = ReleaseMD|Win32 26 {76B451C9-72BF-45B2-B78D-B3515410F99F}.ReleaseMT|x64.ActiveCfg = ReleaseMT|x64 [all …]
|
| /freebsd/lib/msun/src/ |
| H A D | s_exp2.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 39 P1 = 0x1.62e42fefa39efp-1, 40 P2 = 0x1.ebfbdff82c575p-3, 41 P3 = 0x1.c6b08d704a0a6p-5, 42 P4 = 0x1.3b2ab88f70400p-7, 43 P5 = 0x1.5d88003875c74p-1 [all...] |
| /freebsd/contrib/llvm-project/lld/docs/ |
| H A D | partitions.svg | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 4 <!-- Generated by graphviz version 2.38.0 (20140413.2041) 5 --> 6 <!-- Title: G Pages: 1 --> 11 <polygon fill="white" stroke="none" points="-4,4 -4,-184 389,-184 389,4 -4,4"/> 12 <!-- part_main --> 14 <text text-anchor="middle" x="47.5" y="-158.3" font-family="Times,serif" font-size="14.00">Main par… 16 <!-- main --> 18 <ellipse fill="lightblue" stroke="black" cx="75.5" cy="-90" rx="28.6953" ry="18"/> [all …]
|
| /freebsd/tests/sys/netpfil/pf/ |
| H A D | src_track.sh | 2 # SPDX-License-Identifier: BSD-2-Clause 49 jexec alcatraz pfctl -e 51 "pass in keep state (source-track)" \ 52 "pass out keep state (source-track)" 54 ping -c 3 192.0.2.1 55 atf_check -s exit:0 -o match:'192.0.2.2 -> 0.0.0.0 \( states 1,.*' \ 56 jexec alcatraz pfctl -sS 59 jexec alcatraz pfctl -FS 62 atf_check -s exit:0 -o not-match:'192.0.2.2 -> 0.0.0.0 \( states 1,.*' \ 63 jexec alcatraz pfctl -sS [all …]
|
| /freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/ |
| H A D | sincosf.tst | 3 ; Copyright (c) 2007-2019, Arm Limited. 4 ; SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 21 func=sincosf_sinf op1=45d8d7f1 result=3f35097b.cb0 error=0 22 func=sincosf_sinf op1=45d371a4 result=bf350990.102 error=0 23 func=sincosf_sinf op1=45ce0b57 result=3f3509a4.554 error=0 24 func=sincosf_sinf op1=45d35882 result=3f3509f9.bdb error=0 25 func=sincosf_sinf op1=45cdf235 result=bf350a0e.02c error=0 40 func=sincosf_cosf op1=45d8d7f1 result=bf35006a.7fd error=0 41 func=sincosf_cosf op1=45d371a4 result=3f350056.39b error=0 42 func=sincosf_cosf op1=45ce0b57 result=bf350041.f38 error=0 [all …]
|
| H A D | tanf.tst | 3 ; Copyright (c) 2022-2024, Arm Limited. 4 ; SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 14 ; SDCOMP-26094: check tanf in the cases for which the range reducer 21 func=tanf op1=45d8d7f1 result=bf800669.901 error=0 22 func=tanf op1=45d371a4 result=bf800686.3cd error=0 23 func=tanf op1=45ce0b57 result=bf8006a2.e9a error=0 24 func=tanf op1=45d35882 result=bf80071b.bc4 error=0 25 func=tanf op1=45cdf235 result=bf800738.693 error=0
|
| H A D | sinf.tst | 1 ; sinf.tst - Directed test cases for SP sine 3 ; Copyright (c) 2007-2019, Arm Limited. 4 ; SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 17 ; SDCOMP-26094: check sinf in the cases for which the range reducer 24 func=sinf op1=45d8d7f1 result=3f35097b.cb0 error=0 25 func=sinf op1=45d371a4 result=bf350990.102 error=0 26 func=sinf op1=45ce0b57 result=3f3509a4.554 error=0 27 func=sinf op1=45d35882 result=3f3509f9.bdb error=0 28 func=sinf op1=45cdf235 result=bf350a0e.02c error=0
|
| H A D | cosf.tst | 1 ; cosf.tst - Directed test cases for SP cosine 3 ; Copyright (c) 2007-2019, Arm Limited. 4 ; SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 14 ; SDCOMP-26094: check cosf in the cases for which the range reducer 21 func=cosf op1=45d8d7f1 result=bf35006a.7fd error=0 22 func=cosf op1=45d371a4 result=3f350056.39b error=0 23 func=cosf op1=45ce0b57 result=bf350041.f38 error=0 24 func=cosf op1=45d35882 result=bf34ffec.868 error=0 25 func=cosf op1=45cdf235 result=3f34ffd8.404 error=0
|
| /freebsd/crypto/openssl/test/certs/ |
| H A D | ec_privkey_with_chain.pem | 1 Private Key for CN=Ca-ENROLLMENT-INTERMEDIATE-3 2 -----BEGIN EC PRIVATE KEY----- 6 -----END EC PRIVATE KEY----- 8 Subject: CN=Ca-ENROLLMENT-INTERMEDIATE-3 9 Issuer: CN=Ca-ENROLLMENT-INTERMEDIATE-2 10 Valid from Thu Sep 03 10:45:37 CEST 2020 to Sun Sep 01 10:45:37 CEST 2030 12 -----BEGIN CERTIFICATE----- 24 -----END CERTIFICATE----- 26 Subject: CN=Ca-ENROLLMENT-INTERMEDIATE-2 27 Issuer: CN=Ca-ENROLLMENT-INTERMEDIATE-1 [all …]
|
| /freebsd/contrib/netbsd-tests/include/ |
| H A D | d_bitstring_49.out | 50 45 5 32 6 56 be: 0 -1 0000000000000000000000000000000000000000000000000 57 is: 0 -1 0000000000000000000000000000000000000000000000000 114 45 32 120 be: 0 -1 0000000000000000000000000000000000000000000000000 121 is: 0 -1 0000000000000000000000000000000000000000000000000 128 be: 0 -1 0000000000000000000000000000000000000000000000000 129 is: 0 -1 0000000000000000000000000000000000000000000000000 132 be: 0 -1 0000000000000000000000000000000000000000000000000 133 is: 0 -1 0000000000000000000000000000000000000000000000000 [all …]
|
| H A D | d_bitstring_67.out | 50 45 5 32 6 74 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000000 75 is: 0 -1 0000000000000000000000000000000000000000000000000000000000000000000 132 45 32 156 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000000 157 is: 0 -1 0000000000000000000000000000000000000000000000000000000000000000000 164 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000000 165 is: 0 -1 0000000000000000000000000000000000000000000000000000000000000000000 168 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000000 169 is: 0 -1 0000000000000000000000000000000000000000000000000000000000000000000 [all …]
|
| H A D | d_bitstring_64.out | 50 45 5 32 6 71 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000 72 is: 0 -1 0000000000000000000000000000000000000000000000000000000000000000 129 45 32 150 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000 151 is: 0 -1 0000000000000000000000000000000000000000000000000000000000000000 158 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000 159 is: 0 -1 0000000000000000000000000000000000000000000000000000000000000000 162 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000 163 is: 0 -1 0000000000000000000000000000000000000000000000000000000000000000 [all …]
|
| /freebsd/crypto/heimdal/lib/com_err/ |
| H A D | lex.c | 16 /* First, we deal with platform-specific or compiler-specific issues. */ 31 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */ 60 #define INT8_MIN (-128) 63 #define INT16_MIN (-32767-1) 66 #define INT32_MIN (-2147483647-1) 91 /* The "const" storage-class-modifier is valid. */ 110 /* Returned upon end-of-file. */ 115 * we want to instead treat it as an 8-bit unsigned char, hence the 121 * but we do it the disgusting crufty way forced on us by the ()-less 130 #define YY_START (((yy_start) - 1) / 2) [all …]
|
| /freebsd/tools/regression/net80211/wep/ |
| H A D | test_wep.c | 1 /*- 61 aa aa 03 00 00 00 08 00 45 00 00 4e 66 1a 00 00 80 11 be 64 0a 00 01 22 63 20 45 43 45 4a 45 48 45 43 46 43 45 50 46 45 45 49 45 46 46 43 43 41 43 70 aa aa 03 00 00 00 08 00 45 00 00 4e 66 1a 00 00 80 11 be 64 0a 00 01 72 00 00 20 45 43 45 4a 45 48 45 43 46 43 45 50 46 45 45 49 45 46 46 43 79 The plaintext consists of the MPDU data, followed by a 4-octet CRC-32 188 struct ieee80211_key *key = &vap->iv_nw_keys[t->keyix]; in runtest() 194 printf("%s: ", t->name); in runtest() 200 key->wk_flags = IEEE80211_KEY_XMIT | IEEE80211_KEY_RECV; in runtest() 201 key->wk_cipher = &ieee80211_cipher_none; in runtest() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/phy/ |
| H A D | mxs-usb-phy.txt | 4 - compatible: should contain: 5 * "fsl,imx23-usbphy" for imx23 and imx28 6 * "fsl,imx6q-usbphy" for imx6dq and imx6dl 7 * "fsl,imx6sl-usbphy" for imx6sl 8 * "fsl,vf610-usbphy" for Vybrid vf610 9 * "fsl,imx6sx-usbphy" for imx6sx 10 * "fsl,imx7ulp-usbphy" for imx7ulp 11 * "fsl,imx8dxl-usbphy" for imx8dxl 12 "fsl,imx23-usbphy" is still a fallback for other strings 13 - reg: Should contain registers location and length [all …]
|
| H A D | fsl,mxs-usbphy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/fsl,mxs-usbphy.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Xu Yang <xu.yang_2@nxp.com> 15 - enum: 16 - fsl,imx23-usbphy 17 - fsl,imx7ulp-usbphy 18 - fsl,vf610-usbphy 19 - items: [all …]
|
| /freebsd/sys/contrib/openzfs/module/icp/asm-ppc64/blake3/ |
| H A D | b3_ppc64le_sse41.S | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 24 * Based on BLAKE3 v1.3.1, https://github.com/BLAKE3-team/BLAKE3 25 * Copyright (c) 2019-2022 Samuel Neves 26 * Copyright (c) 2022 Tino Reichardt <milky-zfs@mcmilk.de> 28 * This is converted assembly: SSE4.1 -> POWER8 PPC64 Little Endian 29 * Used tools: SIMDe https://github.com/simd-everywhere/simde 288 addis 2, 12, .TOC.-.Lfunc_gep0@ha 289 addi 2, 2, .TOC.-.Lfunc_gep0@l 291 .localentry zfs_blake3_compress_in_place_sse41, .Lfunc_lep0-.Lfunc_gep0 [all …]
|
| H A D | b3_ppc64le_sse2.S | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 24 * Based on BLAKE3 v1.3.1, https://github.com/BLAKE3-team/BLAKE3 25 * Copyright (c) 2019-2022 Samuel Neves and Matthew Krupcale 26 * Copyright (c) 2022 Tino Reichardt <milky-zfs@mcmilk.de> 28 * This is converted assembly: SSE2 -> POWER8 PPC64 Little Endian 29 * Used tools: SIMDe https://github.com/simd-everywhere/simde 264 addis 2, 12, .TOC.-.Lfunc_gep0@ha 265 addi 2, 2, .TOC.-.Lfunc_gep0@l 267 .localentry zfs_blake3_compress_in_place_sse2, .Lfunc_lep0-.Lfunc_gep0 [all …]
|
| /freebsd/contrib/byacc/test/btyacc/ |
| H A D | btyacc_demo.output | 68 42 | expr '-' $$6 expr 71 45 | expr '/' $$6 expr 481 decl_specs goto 45 567 45: shift/reduce conflict (shift 18, reduce 28) on '(' 568 45: shift/reduce conflict (shift 19, reduce 8) on ID 569 state 45 633 expr : expr . '-' $$6 expr (42) 636 expr : expr . '/' $$6 expr (45) 639 '-' shift 61 736 expr : expr '-' . $$6 expr (42) [all …]
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/ |
| H A D | tst.ProbeData.ksh.out | 3 0: 54 45 0 0 1c 0 TE.... 8 0: 54 45 0 0 1c 0 TE.... 9 , tst.ProbeData.exe`f_e , -2]] 13 0: 54 45 0 0 1c 0 TE.... 14 , tst.ProbeData.exe`f_e , -2]] 18 0: 54 45 0 0 1c 0 TE.... 23 0: 54 45 0 0 1c 0 TE.... 28 0: 54 45 0 0 1c 1 TE.... 34 , tst.ProbeData.exe`f_a , -1]]
|
| /freebsd/contrib/byacc/test/yacc/ |
| H A D | code_calc.tab.c | 2 const YYINT calc_lhs[] = { -1, 20 -40, -7, 0, -55, -38, -38, 1, -29, -247, 0, 21 -38, 0, 0, 22, 0, -38, -38, -38, -38, -38, 22 -38, -38, 0, -29, 0, 51, 60, -20, -20, 0, 26 0, 0, 0, 2, 0, 0, 0, 9, -9, 0, 28 0, 0, 0, 10, 0, -6, 14, 5, 13, 0, 59 10, 40, 10, 10, 45, 61, 45, 37, 38, 257, 60 10, 10, 42, 43, 10, 45, 37, 47, 10, 10, 61 -1, 42, 10, 10, -1, -1, 47, 37, 38, -1, 62 -1, 41, 42, 43, 41, 45, -1, 47, 37, 38, [all …]
|
| /freebsd/contrib/libxo/tests/core/saved/ |
| H A D | test_12.H.out | 1 …-fg-red color-bg-green">Merry XMas!!</div></div><div class="line"><div class="text">One </div><div…
|