Home
last modified time | relevance | path

Searched +full:quad +full:- +full:se +full:- +full:mode (Results 1 – 22 of 22) sorted by relevance

/freebsd-src/sys/contrib/device-tree/Bindings/iio/frequency/
H A Dadi,admv1014.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Antoniu Miclaus <antoniu.miclaus@analog.com>
21 - adi,admv1014
26 spi-max-frequency:
32 clock-names:
34 - const: lo_in
38 vcm-supply:
40 Common-mode voltage regulator.
[all …]
H A Dadi,admv1013.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Antoniu Miclaus <antoniu.miclaus@analog.com>
21 - adi,admv1013
26 spi-max-frequency:
34 clock-names:
36 - const: lo_in
38 vcm-supply:
42 vcc-drv-supply:
[all …]
/freebsd-src/contrib/gdtoa/
H A DREADME1 This directory contains source for a library of binary -> decimal
2 and decimal -> binary conversion routines, for single-, double-,
3 and extended-precision IEEE binary floating-point arithmetic, and
4 other IEEE-like binary floating-point, including "double double",
7 T. J. Dekker, "A Floating-Point Technique for Extending the
8 Available Precision", Numer. Math. 18 (1971), pp. 224-242
12 "Inside Macintosh: PowerPC Numerics", Addison-Wesley, 1994
14 The conversion routines use double-precision floating-point arithmetic
18 David M. Gay, "Correctly Rounded Binary-Decimal and
19 Decimal-Binary Conversions", Numerical Analysis Manuscript
[all …]
H A Dchanges3 (fixed-point mode); fix rounding bug in these modes when the input
4 d (to be converted) satisfies 10^-(ndigits+1) <= |d| < 10^-ndigits ,
7 the result is empty (i.e., when |d| <= 5 * 10^-ndigits).
25 return +-Infinity for IEEE arithmetic, +- the largest machine number
30 dtoa.c: tweak strtod (one-line addition) so the end-pointer = start
35 reasonably with huge numbers and 16-bit ints.
47 < for(result_k = 0; sizeof(Bigint) - sizeof(unsigned long) + j < i;
48 ---
49 > for(result_k = 0; sizeof(Bigint) - sizeof(unsigned long) + j <= i;
50 With 32-bit ints, the former could give too small a block for the return
[all …]
H A Dprintf.c0118 …typedef char *(*pgdtoa) ANSI((FPI*, int be, ULong *bits, int *kind, int mode, int ndigits, int *de…
122 ULong bits[4]; /* sufficient for quad; modify if considering wider types */
170 static FPI fpi0 = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, 0 };
172 b->fpi = &fpi0;
173 b->gdtoa = gdtoa;
174 b->sign = u->us[_0] & 0x8000;
175 bits = b->bits;
176 bits[1] = (u->us[_1] << 16) | u->us[_2];
177 bits[0] = (u->us[_3] << 16) | u->us[_4];
178 if ( (ex = u->us[_0] & 0x7fff) !=0) {
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/media/i2c/
H A Dmaxim,max96712.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Quad GMSL2 to CSI-2 Deserializer with GMSL1 Compatibility
11 - Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
15 CSI-2 D-PHY or C-PHY formatted outputs. The device allows each link to
16 simultaneously transmit bidirectional control-channel data while forward
18 four remotely located sensors using industry-standard coax or STP
22 forward direction and 187.5Mbps in the reverse direction. In GMSL1 mode, the
23 MAX96712 can be paired with first-generation 3.12Gbps or 1.5Gbps GMSL1
[all …]
/freebsd-src/share/misc/
H A Dpci_vendors5 # Date: 2024-11-25 03:15:02
8 # the PCI ID Project at https://pci-ids.ucw.cz/.
14 # (version 2 or higher) or the 3-clause BSD License.
25 # device device_name <-- single tab
26 # subvendor subdevice subsystem_name <-- two tabs
30 # This is a relabelled RTL-8139
31 8139 AT-250
[all...]
H A Dusb_vendors6 # http://www.linux-usb.org/usb-ids.html
7 # or send entries as patches (diff -u old new) in the
10 # http://www.linux-usb.org/usb.ids
13 # Date: 2024-12-04 20:34:02
20 # device device_name <-- single tab
21 # interface interface_name <-- tw
[all...]
/freebsd-src/usr.bin/truss/
H A Dsyscalls.c1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
379 .args = { { Name, 0 }, { Octal, 1 }, { Quad, 2 } } },
381 .args = { { Atfd, 0 }, { Name, 1 }, { Octal, 2 }, { Quad, 3 } } },
433 .args = { { Idtype, 0 }, { Quad, 1 }, { Procctl, 2 }, { Ptr, 3 } } },
596 .args = { { Idtype, 0 }, { Quad, 1 }, { ExitStatus | OUT, 2 },
692 for (; xlat->str != NULL; xlat++) in lookup()
693 if (xlat->val == val) in lookup()
694 return (xlat->str); in lookup()
731 for (; xlat->str != NULL; xlat++) { in xlookup_bits()
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1 //===- ARMTargetTransformInfo.cpp - ARM specific TTI --------
1065 getAddressComputationCost(Type * Ty,ScalarEvolution * SE,const SCEV * Ptr) getAddressComputationCost() argument
2130 isHardwareLoopProfitable(Loop * L,ScalarEvolution & SE,AssumptionCache & AC,TargetLibraryInfo * LibInfo,HardwareLoopInfo & HWLoopInfo) isHardwareLoopProfitable() argument
2276 canTailPredicateLoop(Loop * L,LoopInfo * LI,ScalarEvolution & SE,const DataLayout & DL,const LoopAccessInfo * LAI) canTailPredicateLoop() argument
2399 ScalarEvolution *SE = LVL->getScalarEvolution(); preferPredicateOverEpilogue() local
2430 getUnrollingPreferences(Loop * L,ScalarEvolution & SE,TTI::UnrollingPreferences & UP,OptimizationRemarkEmitter * ORE) getUnrollingPreferences() argument
2539 getPeelingPreferences(Loop * L,ScalarEvolution & SE,TTI::PeelingPreferences & PP) getPeelingPreferences() argument
[all...]
/freebsd-src/contrib/file/
H A DChangeLog1 2024-11-27 14:44 Christos Zoulas <christos@zoulas.com>
6 2024-11-25 13:56 Christos Zoulas <christos@zoulas.com>
10 2024-11-10 13:56 Christos Zoulas <christos@zoulas.com>
14 offset that the "use" starts so that we don't double-count it.
17 2024-11-09 19:30 Christos Zoulas <christos@zoulas.com>
21 2024-1
[all...]
/freebsd-src/crypto/openssl/
H A DCHANGES.md4 This is a high-level summary of the most important changes.
11 ---------
[all...]
/freebsd-src/contrib/ncurses/misc/
H A Dterminfo.src7 # bug-ncurses@gnu.org
19 # under the ncurses MIT-style license. That was the effect of the agreement
33 # some portions of the data are derivative work under a compatible MIT-style
36 #------------------------------------------------------------------------------
37 # https://invisible-island.net/ncurses/ncurses.faq.html#terminfo_copying
38 # https://invisible-island.net/personal/copyrights.html#removing_notes
39 #------------------------------------------------------------------------------
48 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu
54 # This file describes the capabilities of various character-cell terminals,
55 # as needed by software such as screen-oriented editors.
[all …]
/freebsd-src/contrib/file/magic/Magdir/
H A Dwindows2 #----------
[all...]
H A Dimages2 #----------
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp1 //===--- SemaDeclAttr.cpp - Declaration Attribute Handling ------
2646 if (const auto *SE = dyn_cast_if_present<StringLiteral>(AL.getMessageExpr())) handleAvailabilityAttr() local
2649 if (const auto *SE = handleAvailabilityAttr() local
2867 if (const auto *SE = dyn_cast_if_present<StringLiteral>(AL.getArgAsExpr(0))) handleExternalSourceSymbolAttr() local
2870 if (const auto *SE = dyn_cast_if_present<StringLiteral>(AL.getArgAsExpr(1))) handleExternalSourceSymbolAttr() local
2874 if (const auto *SE = dyn_cast_if_present<StringLiteral>(AL.getArgAsExpr(3))) handleExternalSourceSymbolAttr() local
[all...]
/freebsd-src/contrib/sendmail/
H A DRELEASE_NOTES13 - Prevent transaction stuffing by ensuring SMTP clients
19 - Accept only CRLF . CRLF as end of an SMTP message
22 - Do not accept a CR or LF except in the combination
31 are used, i.e., TLSA RR 2-x-y and 3-x-y are supported
63 another RCPT in pipelining mode then parts of the
76 because the -a. option has been removed (as it only
79 VACATION: Add support for Return-Path header to set sender
81 VACATION: Honor RFC3834 and avoid an auto-reply if
82 'Auto-Submitted: no' is found in the headers to
84 VACATION: Avoid an auto-reply if a 'List-Id:' is found in
[all …]
/freebsd-src/contrib/sendmail/doc/op/
H A Dop.me1 .\" Copyright (c) 1998-2013 Proofpoint, Inc. and its suppliers.
12 .\" $Id: op.me,v 8.759 2014-01-13 14:40:05 ca Exp $
14 .\" eqn op.me | pic | troff -me
51 .eh 'SMM:08-%''Sendmail Installation and Operation Guide'
52 .oh 'Sendmail Installation and Operation Guide''SMM:08-%'
74 .b SENDMAIL\u\s-6TM\s0\d
103 .i Sendmail \u\s-2TM\s0\d
107 It is not tied to any one transport protocol \*-
173 explains the day-to-day information you should know
185 contains the nitty-gritty information about the configuration
[all …]
/freebsd-src/contrib/ntp/
H A DCommitLog1 ChangeSet@1.4062, 2024-05-25 00:06:49-07:00, ntpreleng@ntp-build.tal1.ntfo.org
5 ChangeLog@1.2103 +1 -0
8 ntpd/invoke-ntp.conf.texi@1.231 +1 -1
11 ntpd/invoke-ntp.keys.texi@1.214 +1 -1
14 ntpd/invoke-ntpd.texi@1.528 +2 -2
17 ntpd/ntp.conf.5man@1.265 +2 -2
20 ntpd/ntp.conf.5mdoc@1.265 +2 -2
23 ntpd/ntp.conf.html@1.213 +1 -1
26 ntpd/ntp.conf.man.in@1.265 +2 -2
29 ntpd/ntp.conf.mdoc.in@1.265 +2 -2
[all …]
/freebsd-src/share/dict/
H A Dweb2a12 A-b-c book
13 A-b-c method
14 abdomino-uterotomy
15 Abdul-baha
16 a-be
20 able-bodied
21 able-bodiedness
22 able-minded
23 able-mindedness
27 Abor-miri
[all …]
H A Dweb299810 Jean-Christophe
99811 Jean-Pierre
117962 mode
161271 quad
176462 se
/freebsd-src/contrib/sqlite3/
H A Dsqlite3.c17 ** language. The code for the "sqlite3" command-line shell is also in a
20 ** The content in this amalgamation comes from Fossil check-in
51 ** NO_TEST - The branches on this line are not
56 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false
60 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true
64 ** PREVENTS-HARMLES
[all...]