Home
last modified time | relevance | path

Searched +full:1 +full:c12 (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-src/sys/arm/include/
H A Dsysreg.h9 * 1. Redistributions of source code must retain the above copyright
58 #define CP15_CTR(rr) p15, 0, rr, c0, c0, 1 /* Cache Type Register */
65 #define CP15_ID_PFR1(rr) p15, 0, rr, c0, c1, 1 /* Processor Feature Register 1 */
69 #define CP15_ID_MMFR1(rr) p15, 0, rr, c0, c1, 5 /* Memory Model Feature Register 1 */
74 #define CP15_ID_ISAR1(rr) p15, 0, rr, c0, c2, 1 /* Instruction Set Attribute Register 1 */
80 #define CP15_CCSIDR(rr) p15, 1, rr, c0, c0, 0 /* Cache Size ID Registers */
81 #define CP15_CLIDR(rr) p15, 1, rr, c0, c0, 1 /* Cach
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/net/
H A Dmarvell,aquantia.yaml40 - ethernet-phy-id31c3.1c12
46 maxItems: 1
53 maxItems: 1
67 #address-cells = <1>;
71 compatible = "ethernet-phy-id31c3.1c12",
78 ethernet-phy@1 {
79 compatible = "ethernet-phy-id31c3.1c12",
82 reg = <1>;
90 #address-cells = <1>;
91 #size-cells = <1>;
[all …]
/freebsd-src/lib/msun/src/
H A De_coshl.c35 #define BIAS (LDBL_MAX_EXP - 1)
40 * Domain [-1, 1], range ~[-1.8211e-21, 1.8211e-21]:
51 C12 = 2.0876768371393075e-9, /* 0x11eed99406a3f4.0p-81 */ variable
56 * Domain [-1, 1], range ~[-2.3194e-37, 2.3194e-37]:
64 C12 = 2.08767569878680989791444691755468269e-9L, /* 0x11eed8eff8d897b543d0679607399.0p-141L */ variable
99 /* |x| < 1, return 1 or c(x) */ in coshl()
101 if (ix<BIAS-(LDBL_MANT_DIG+1)/2) /* |x| < TINY */ in coshl()
102 RETURNI(1+tiny); /* cosh(tiny) = 1(+) with inexact */ in coshl()
106 RETURNI(((C16*x2 + C14)*x4 + (C12*x2 + C10))*(x4*x4*x2) + in coshl()
107 ((C8*x2 + C6)*x2 + C4)*x4 + C2*x2 + 1); in coshl()
[all …]
H A Dk_sincosl.h67 w = 1 - hz; in __kernel_sincosl()
70 *cs = w + (((1 - w) - hz) + (z * r - x * y)); in __kernel_sincosl()
103 C12= -2.46748624357670948912574279501044295e-27L; variable
126 w = 1 - hz; in __kernel_sincosl()
128 z * (C7 + z * (C8 + z * (C9 + z * (C10 + z * (C11+z*C12))))))))))); in __kernel_sincosl()
130 *cs = w + (((1 - w) - hz) + (z * r - x * y)); in __kernel_sincosl()
/freebsd-src/lib/msun/ld128/
H A Dk_cosl.c25 * that is 1 ulp below 0.5, but we want it to be precisely 0.5. See
42 C12= -2.46748624357670948912574279501044295e-27L; variable
51 z*(C8+z*(C9+z*(C10+z*(C11+z*C12))))))))))); in __kernel_cosl()
H A Ds_expl.c10 * 1. Redistributions of source code must retain the above copyright
52 /* log(2**16384 - 0.5 + 1) rounded towards zero for expm1l() is the same: */
54 /* log(2**(-16381-64-1)) rounded towards zero: */
72 RETURNF(-1 / x); in expl()
80 RETURNF(1 + x); /* 1 with inexact iff x != 0 */ in expl()
85 twopk = 1; in expl()
133 * |(exp(x)-1-x-x**2/2)/x - p(x)| < 2**-122.03
142 C3 = 1.66666666666666666666666666666666667e-1L,
151 C12 = 2.08767569878679576457272282566520649e-9L, variable
155 * XXX this has 1 more coeff than needed.
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.td44 let CoveredBySubRegs = 1;
53 let CoveredBySubRegs = 1;
60 let CoveredBySubRegs = 1;
76 def ASR1 : SparcCtrlReg<1, "asr1">;
122 def TNPC : SparcCtrlReg< 1, "tnpc">;
143 def G1 : Ri< 1, "g1">, DwarfRegNum<[1]>;
177 def F1 : Rf< 1, "f1">, DwarfRegNum<[33]>;
229 def C1 : Ri< 1, "c1">;
240 def C12 : Ri<12, "c12">;
263 def D16 : SparcReg< 1, "f32">;
[all …]
/freebsd-src/contrib/netbsd-tests/ipf/input/
H A Dni5144 5018 269c 1f58 0000 3230 3020 5479 7065
153 # 32818,21 ACK "PORT 192,158,1,3,128,51\r\n"
157 5018 269c 1c4d 0000 504f 5254 2031 3932
179 5018 269c 1f09 0000 3230 3020 5479 7065
197 96cb e002 8033 0014 bd78 5c12 d9f8 11d5
221 # 32818,21 ACK+PUSH "PORT 192,158,1,3,128,52\r\n"
225 5018 269c 1af8 0000 504f 5254 2031 3932
247 5018 269c 1ea4 0000 3230 3020 5479 7065
265 96cb e002 8034 0014 bd78 5c12 d9f8 11d5
/freebsd-src/sys/arm/ti/
H A Dti_pinmux.c9 * 1. Redistributions of source code must retain the above copyright
67 { -1, 0 }
166 * @padname: the name of the pad, i.e. "c12"
196 * @padname: the name of the pad, i.e. "c12"
455 MODULE_VERSION(ti_pinmux, 1);
456 MODULE_DEPEND(ti_pinmux, ti_scm, 1, 1, 1);
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h19 // kMinSizeLog: defines the class 1 as 2^kMinSizeLog.
21 // kMidSizeLog: the classes starting from 1 increase with step
25 // look like 0b1xx0..0, where x is either 0 or 1.
29 // Classes 1 - 16 correspond to sizes 16 to 256 (size = class_id * 16).
30 // Next 4 classes: 256 + i * 64 (i = 1 to 4).
31 // Next 4 classes: 512 + i * 128 (i = 1 to 4).
33 // Next 4 classes: 2^k + i * 2^(k-2) (i = 1 to 4).
34 // Last class corresponds to kMaxSize = 1 << kMaxSizeLog.
44 // - (1 << kMaxBytesCachedLog) is the maximal number of bytes per size class.
48 // c01 => s: 16 diff: +16 00% l 4 cached: 256 4096; id 1
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DHexagon.cpp24 Builder.defineMacro("__qdsp6__", "1"); in getTargetDefines()
25 Builder.defineMacro("__hexagon__", "1"); in getTargetDefines()
165 "c12", "c13", "c14", "c15", "c16", "c17", "c18", "c19", "c20", "c21",
/freebsd-src/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam335x-pocketbeagle.dts131 "[USR LED 1]",
152 "[SYSBOOT 1]",
196 "P1.33 [PRU0.1]",
417 …AM33XX_PADCONF(AM335X_PIN_MCASP0_AHCLKR, PIN_OUTPUT_PULLDOWN, MUX_MODE5)/* (C12) mcasp0_ahclkr.pr1…
482 ti,adc-channels = <0 1 2 3 4 5 6 7>;
H A Dam335x-boneblue.dts322 #address-cells = <1>;
323 #size-cells = <1>;
345 #address-cells = <1>;
366 interrupts = <0>, <1>;
390 dmas = <&edma_xbar 12 0 1
402 #address-cells = <1>;
415 ti,adc-channels = <0 1 2 3 4 5 6 7>;
569 "GPIO3_17", /* C12 */
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp126 SP::C12, SP::C13, SP::C14, SP::C15,
243 if ((RegNo & 1)) in DecodeIntPairRegisterClass()
280 ? (Bytes[0] << 0) | (Bytes[1] << 8) | (Bytes[2] << 16) | in readInstruction32()
282 : (Bytes[3] << 0) | (Bytes[2] << 8) | (Bytes[1] << 16) | in readInstruction32()
/freebsd-src/crypto/openssl/test/recipes/
H A D70-test_key_share.t17 EMPTY_EXTENSION => 1,
33 CLIENT_TO_SERVER => 1,
71 cmdstr(app(["openssl"]), display => 1),
79 #Test 1: An empty key_shares extension should succeed after a HelloRetryRequest
145 skip "No ec support in this OpenSSL build", 1 if disabled("ec");
295 skip "No EC support in this OpenSSL build", 1 if disabled("ec");
316 && ($proxy->flight != 1 || $testtype != NO_KEY_SHARES_IN_HRR))
317 || ($direction == SERVER_TO_CLIENT && $proxy->flight != 1)) {
331 0xff, 0xfe, #Non existing group 1
345 $ext = pack "C12",
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp171 Reserved.set(Hexagon::CS0); // C12 in getReservedRegs()
229 int RealOffset = Offset + MI.getOperand(FIOp+1).getImm(); in eliminateFrameIndex()
236 MI.removeOperand(FIOp+1); in eliminateFrameIndex()
276 // can use the same base (i.e. VecOffset+1 is not a different in eliminateFrameIndex()
278 if (!IsPair || (VecOffset + 1) % 16 != 0) { in eliminateFrameIndex()
304 if (SeenVRegs.size() > 1) in eliminateFrameIndex()
311 if (BI.getOperand(1).getReg() != BP) in eliminateFrameIndex()
326 if (!PassedCall && SeenVRegs.size() <= 1) in eliminateFrameIndex()
348 MI.getOperand(FIOp+1).ChangeToImmediate(RealOffset); in eliminateFrameIndex()
371 Register SrcReg = MI->getOperand(1).getReg(); in shouldCoalesce()
H A DHexagonRegisterInfo.td24 let isArtificial = 1;
103 class Mx<bits<1> num, string n> : Register<n, []> {
120 def vsub_lo : SubRegIndex<-1, -1>;
121 def vsub_hi : SubRegIndex<-1, -1>;
122 def vsub_fake: SubRegIndex<-1, -1>;
123 def wsub_lo : SubRegIndex<-1, -1>;
124 def wsub_hi : SubRegIndex<-1, -1>;
125 def subreg_overflow : SubRegIndex<1, 0>;
136 let SubRegIndices = [isub_lo, isub_hi], CoveredBySubRegs = 1 in {
157 def P1 : Rp<1, "p1">, DwarfRegNum<[64]>;
[all …]
/freebsd-src/sys/arm/ti/omap4/
H A Domap4_scm_padconf.c11 * 1. Redistributions of source code must retain the above copyright
70 .muxmodes[1] = m1, \
91 _PINDEF(0x0000, "c12", 0, 0, "gpmc_ad0", "sdmmc2_dat0", NULL, NULL, NULL, NULL, NULL, NULL),
254 …_PINDEF(0x0146, "h27", 1, 3, "kpd_col2", "kpd_col5", NULL, "gpio_1", NULL, NULL, NULL, "safe_mo…
/freebsd-src/usr.sbin/services_mkdb/
H A Dservices21 tcpmux 1/tcp #TCP Port Service Multiplexer
22 tcpmux 1/udp #TCP Port Service Multiplexer
134 netrjs-1 71/tcp #Remote Job Service
135 netrjs-1 71/udp #Remote Job Service
332 cl/1 172/tcp #Network Innovations CL/1
333 cl/1 172/udp #Network Innovations CL/1
563 cloanto-net-1 356/tcp #Cloanto Net 1
[all...]
/freebsd-src/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mtl.c68 wrid = (wrid << 1) | in __osm_set_wrid_by_p_madw()
79 wrid = wrid >> 1; in __osm_set_p_madw_and_resp_by_wrid()
536 "__osm_mtl_send_callback: ERR 3C12: " in __osm_mtl_send_callback()
960 /* IBMGT have a bug sending to a QP not 1 - in osm_mtl_send_mad()
961 the QPN must be in network order except when it qpn 1 ... */ in osm_mtl_send_mad()
/freebsd-src/crypto/openssl/test/
H A Dmodes_internal_test.c110 static int init_key = 1; in cts128_encrypt_key_schedule()
122 static int init_key = 1; in cts128_decrypt_key_schedule()
240 return 1; in execute_cts128()
271 /* Test Case 1 */
558 static const u8 C12[] = { variable
822 GCM128_TEST_VECTOR(1),
856 /* Size 1 inputs are special-cased to signal NULL. */ in test_gcm128()
857 if (A.size == 1) in test_gcm128()
859 if (P.size == 1) in test_gcm128()
861 if (C.size == 1) in test_gcm128()
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp388 assert(N == 1 && "Invalid number of operands!"); in print()
393 assert(N == 1 && "Invalid number of operands!"); in print()
399 assert(N == 1 && "Invalid number of operands!"); in addRegOperands()
403 assert(N == 1 && "Invalid number of operands!"); in addImmOperands()
436 assert(N == 1 && "Invalid number of operands!"); in addMEMriOperands()
441 assert(N == 1 && "Invalid number of operands!"); in addMEMriOperands()
446 assert(N == 1 && "Invalid number of operands!"); in addASITagOperands()
452 assert(N == 1 && "Invalid number of operands!"); in addMembarTagOperands()
457 assert(N == 1 && "Invalid number of operands!"); in addCallTargetOperands()
649 MCOperand MCValOp = Inst.getOperand(1); in expandSET()
[all...]
/freebsd-src/crypto/heimdal/lib/wind/
H A Drfc3454.txt21 Official Protocol Standards" (STD 1) for the standardization state
43 1. Introduction....................................................3
58 Hoffman & Blanchet Standards Track [Page 1]
83 A.1 Unassigned code points in Unicode 3.2.......................23
85 B.1 Commonly mapped to nothing..................................31
89 C.1 Space characters............................................78
103 D.1 Characters with bidirectional property "R" or "AL"..........81
119 1. Introduction
306 1) Map -- For each character in the input, check if it has a mapping
310 2) Normalize -- Possibly normalize the result of step 1 using Unicode
[all …]
/freebsd-src/share/misc/
H A Dpci_vendors115 025e 0019 NVMe DC SSD E3.S-1T 7.5mm [D7-PS1010]
117 025e 0119 NVMe DC SSD E3.S-1T 7.5mm [D7-PS1030]
122 108e 48a4 NVMe DC SSD E3.S-1T 7.5mm 3.84TB [D7-PS1010 Custom]
123 108e 48a5 NVMe DC SSD E3.S-1T 7.5mm 7.68TB [D7-PS1010 Custom]
124 108e 48a6 NVMe DC SSD E3.S-1T 7.5mm 15.36TB [D7-PS1010 Custom]
358 1de1 3906 DC-390U2B SCSI adapter
359 1de1 3907 DC-390U2W
369 1de1 3904 DC390F/U Ultra Wide SCSI Adapter
384 1028 1f3a PERC H745 Adapter
385 1028 1f3
[all...]
H A Dusb_vendors82 1f10 EFF
160 2ff6 at32uc3b0/1 DFU bootloader
162 2ff8 at32uc3a0/1 DFU bootloader
386 1a02 PhotoSmart A510 series
387 1a11 OfficeJet 5100 series
388 1a17 color LaserJet 4650
389 1b02 PhotoSmart A610 series
390 1b04 DeskJet 3810
391 1b05 ScanJet 4850C/4890C
392 1b0
[all...]

12