/freebsd/sys/contrib/device-tree/Bindings/iio/dac/ |
H A D | adi,ltc2688.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Nuno Sá <nuno.sa@analog.com> 13 Analog Devices LTC2688 16 channel, 16 bit, +-15V DAC 14 https://www.analog.com/media/en/technical-documentation/data-sheets/ltc2688.pdf 19 - adi,ltc2688 24 vcc-supply: 27 iovcc-supply: 30 vref-supply: [all …]
|
H A D | dac.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jonathan Cameron <jic23@kernel.org> 17 pattern: "^channel(@[0-9a-f]+)?$" 27 output-range-microamp: 31 Specify the channel output full scale range in microamperes. 33 output-range-microvolt: 37 Specify the channel output full scale range in microvolts. 40 - oneOf: [all …]
|
H A D | adi,ad9739a.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Dragos Bogdan <dragos.bogdan@analog.com> 11 - Nuno Sa <nuno.sa@analog.com> 14 The AD9739A is a 14-bit, 2.5 GSPS high performance RF DACs that are capable 17 https://www.analog.com/media/en/technical-documentation/data-sheets/ad9737a_9739a.pdf 22 - adi,ad9739a 30 reset-gpios: 36 vdd-3p3-supply: [all …]
|
H A D | adi,ltc2664.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Michael Hennerich <michael.hennerich@analog.com> 11 - Kim Seer Paller <kimseer.paller@analog.com> 14 Analog Devices LTC2664 4 channel, 12-/16-Bit, +-10V DAC 15 https://www.analog.com/media/en/technical-documentation/data-sheets/2664fa.pdf 20 - adi,ltc2664 25 spi-max-frequency: 28 vcc-supply: [all …]
|
H A D | adi,ltc2672.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Michael Hennerich <michael.hennerich@analog.com> 11 - Kim Seer Paller <kimseer.paller@analog.com> 14 Analog Devices LTC2672 5 channel, 12-/16-Bit, 300mA DAC 15 https://www.analog.com/media/en/technical-documentation/data-sheets/ltc2672.pdf 20 - adi,ltc2672 25 spi-max-frequency: 28 vcc-supply: [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFixedPoint.cpp | 1 //===- APFixedPoint.cpp - Fixed point constant handling ---------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 24 OS << "scale=" << getScale() << ", "; in print() 35 int RelativeUpscale = getLsbWeight() - DstSema.getLsbWeight(); in convert() 45 std::min(DstSema.getIntegralBits() - DstSema.getLsbWeight(), in convert() 81 unsigned CommonWidth = CommonMsb - CommonLsb + 1; in compare() 86 ThisVal = ThisVal.shl(getLsbWeight() - CommonLsb); in compare() 87 OtherVal = OtherVal.shl(Other.getLsbWeight() - CommonLsb); in compare() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrBuilder.h | 1 //===-- X86InstrBuilder.h - Functions to aid building x86 insts -*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 19 // (Operand), Base, Scale, Index, Displacement. 21 //===----------------------------------------------------------------------===// 38 /// X86AddressMode - This struct holds a generalized full x86 address mode. 53 unsigned Scale; member 60 : BaseType(RegBase), Scale(1), IndexReg(0), Disp(0), GV(nullptr), in X86AddressMode() 66 assert(Scale == 1 || Scale == 2 || Scale == 4 || Scale == 8); in getFullAddress() 76 MO.push_back(MachineOperand::CreateImm(Scale)); in getFullAddress() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/afe/ |
H A D | voltage-divider.txt | 4 When an io-channel measures the midpoint of a voltage divider, the 5 interesting voltage is often the voltage over the full resistance 9 Vin ----. 11 .-----. 13 '-----' 15 +---- Vout 17 .-----. 19 '-----' 24 - compatible : "voltage-divider" 25 - io-channels : Channel node of a voltage io-channel measuring Vout. [all …]
|
H A D | voltage-divider.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/afe/voltage-divider.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Peter Rosin <peda@axentia.se> 13 When an io-channel measures the midpoint of a voltage divider, the 14 interesting voltage is often the voltage over the full resistance 18 Vin ----. 20 .-----. 22 '-----' [all …]
|
/freebsd/share/misc/ |
H A D | usb_hid_usages | 4 # - lines that do not start with a white space give the number and name of 6 # - lines that start with a white space give the number and name of 20 0x08 Multi-axis Controller 62 0x90 D-pad Up 63 0x91 D-pad Down 64 0x92 D-pad Right 65 0x93 D-pad Left 107 0xB2 Anti-Torque Control 278 0x2D Keyboard - and (underscore) 283 0x32 Keyboard Non-US # and ~ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-lm3532.txt | 1 * Texas Instruments - lm3532 White LED driver with ambient light sensing 4 The LM3532 provides the 3 high-voltage, low-side current sinks. The device is 5 programmable over an I2C-compatible interface and has independent 11 each with 32 internal voltage setting resistors, 8-bit logarithmic and linear 16 - compatible : "ti,lm3532" 17 - reg : I2C slave address 18 - #address-cells : 1 19 - #size-cells : 0 22 - enable-gpios : gpio pin to enable (active high)/disable the device. 23 - ramp-up-us - The Run time ramp rates/step are from one current [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 1 //===----------- VectorUtils.cpp - Vectorizer utility functions -----------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 38 "max-interleave-group-factor", cl::Hidden, 48 case Intrinsic::abs: // Begin integer bit-manipulation. in isTriviallyVectorizable() 68 case Intrinsic::sqrt: // Begin floating-point. in isTriviallyVectorizable() 135 return OpdIdx == -1 || OpdIdx == 0; in isVectorIntrinsicWithOverloadTypeAtArg() 139 return OpdIdx == -1 || OpdIdx == 1; in isVectorIntrinsicWithOverloadTypeAtArg() 141 return OpdIdx == -1; in isVectorIntrinsicWithOverloadTypeAtArg() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | fp_div_impl.inc | 1 //===-- fp_div_impl.inc - Floating point division -----------------*- C -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file implements soft-float division with the IEEE-754 default 12 //===----------------------------------------------------------------------===// 16 // The __divXf3__ function implements Newton-Raphson floating point division. 19 // every iteration, the two modes are supported: N full-width iterations (as 20 // it is done for float32 by default) and (N-1) half-width iteration plus one 21 // final full-width iteration. It is expected that half-width integer 26 // Half the bit-size of rep_t [all …]
|
/freebsd/usr.sbin/ntp/ntpd/ |
H A D | leap-seconds | 2 # Coordinated Universal Time (UTC) is the reference time scale derived 9 # ASTRONOMICAL TIME (UT1) is the time scale based on the rate of rotation of the earth. 12 # in 1972 to the replacement of UT1 by UTC as the reference time scale. 17 # undergoes a full range of geophysical perturbations at various time scales: lunisolar 18 # and core-mantle torques, atmospheric and oceanic effects, etc. 19 # Leap seconds are needed to keep the two time scales in agreement, i.e. UT1-UTC smaller 65 # 2) Expiration date of the file given on a semi-annual basis: last June or last December 79 # DTAI: The difference DTAI= TAI-UTC in units of seconds
|
/freebsd/contrib/tzdata/ |
H A D | leap-seconds.list | 2 # Coordinated Universal Time (UTC) is the reference time scale derived 9 # ASTRONOMICAL TIME (UT1) is the time scale based on the rate of rotation of the earth. 12 # in 1972 to the replacement of UT1 by UTC as the reference time scale. 17 # undergoes a full range of geophysical perturbations at various time scales: lunisolar 18 # and core-mantle torques, atmospheric and oceanic effects, etc. 19 # Leap seconds are needed to keep the two time scales in agreement, i.e. UT1-UTC smaller 65 # 2) Expiration date of the file given on a semi-annual basis: last June or last December 79 # DTAI: The difference DTAI= TAI-UTC in units of seconds
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | BranchProbability.h | 1 //===- BranchProbability.h - Branch Probability Wrapper ---------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 26 // This class represents Branch Probability as a non-negative fraction that is 27 // no greater than 1. It uses a fixed-point-like implementation, in which the 55 // Create a BranchProbability object from 64-bit integers. 68 // Return (1 - Probability). 69 BranchProbability getCompl() const { return BranchProbability(D - N); } in getCompl() 75 /// Scale a large integer. [all …]
|
H A D | ScaledNumber.h | 1 //===- llvm/Support/ScaledNumber.h - Support for scaled numbers -*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // numbers -- in particular, pairs of integers where one represents digits and 11 // another represents a scale. The functions are helpers and live in the 13 // certain cost metrics that need simple, integer-like semantics that are easy 16 // These might remind you of soft-floats. If you want one of those, you're in 19 //===----------------------------------------------------------------------===// 35 /// Maximum scale; same as APFloat for easy debug printing. 38 /// Maximum scale; same as APFloat for easy debug printing. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | cs35l33.txt | 5 - compatible : "cirrus,cs35l33" 7 - reg : the I2C address of the device for I2C 9 - VA-supply, VP-supply : power supplies for the device, 15 - reset-gpios : gpio used to reset the amplifier 17 - interrupts : IRQ line info CS35L33. 18 (See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt 21 - cirrus,boost-ctl : Booster voltage use to supply the amp. If the value is 26 - cirrus,ramp-rate : On power up, it affects the time from when the power 27 up sequence begins to the time the audio reaches a full-scale output. 28 On power down, it affects the time from when the power-down sequence [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFixedPoint.h | 1 //===- APFixedPoint.h - Fixed point constant handling -----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 14 //===----------------------------------------------------------------------===// 32 /// if any). The scale represents the number of fractional bits in this type. 40 /// default Width and scale 44 FixedPointSemantics(unsigned Width, unsigned Scale, bool IsSigned, in FixedPointSemantics() argument 46 : FixedPointSemantics(Width, Lsb{-static_cast<int>(Scale)}, IsSigned, in FixedPointSemantics() 60 return LsbWeight <= 0 && static_cast<int>(Width) >= -LsbWeight; in isValidLegacySema() 63 unsigned getScale() const { assert(isValidLegacySema()); return -LsbWeight; } in getScale() [all …]
|
/freebsd/contrib/ntp/libntp/ |
H A D | caltontp.c | 2 * caltontp - convert a date to an NTP time 14 * Juergen Perlinger, 2008-11-12 15 * Add support for full calendar calculations. If the day-of-year is provided 16 * (that is, not zero) it will be used instead of month and day-of-month; 17 * otherwise a full turn through the calendar calculations will be taken. 21 * Also note that the bounds check is a bit sloppy: It permits off-by-one 26 * off-scale input values! 48 if ( (jt->month > 13) /* permit month 0..13! */ in caltontp() 49 || (jt->monthday > 32) in caltontp() 50 || (jt->yearday > 366) in caltontp() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-ibm-system1.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 /dts-v1/; 5 #include "aspeed-g6.dtsi" 6 #include <dt-bindings/gpio/aspeed-gpio.h> 7 #include <dt-bindings/i2c/i2c.h> 8 #include <dt-bindings/leds/leds-pca955x.h> 12 compatible = "ibm,system1-bmc", "aspeed,ast2600"; 74 stdout-path = "uart5:115200n8"; 82 reserved-memory { 83 #address-cells = <1>; [all …]
|
/freebsd/share/dict/ |
H A D | web2a | 12 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 …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
H A D | math.shlib | 1 # SPDX-License-Identifier: CDDL-1.0 8 # A full copy of the text of the CDDL should have accompanied this 34 [ 1 -eq $(echo "$2 > $a" | bc) ] && a=$2 || b=$2 37 [[ $a =~ [1-9] ]] || return 1 39 typeset p=$(echo "scale=2; $b * 100 / $a" | bc) 41 [ 1 -eq $(echo "scale=2; $p >= $percent" | bc) ] 45 # Return 0 if value is within +/-tolerance of target. 60 typeset diff=$((abs(val - target))) 61 log_note "Checking if $val is within +/-$tol of $target (diff: $diff)" 72 typeset value=$(echo "$size" | grep -o '[0-9]\+') [all …]
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_data_spromvar.h | 1 /*- 2 * Copyright (c) 2015-2016 Landon Fuller <landonf@FreeBSD.org> 86 * SPROM opcode per-bind evaluation state. 96 * SPROM opcode per-variable evaluation state. 103 uint32_t scale; /**< current scale to apply to scaled encodings */ member 118 SPROM_OPCODE_VAR_STATE_DONE = 3 /**< full variable entry has been parsed */
|
/freebsd/contrib/bc/ |
H A D | README.md | 15 For more information, see this `bc`'s full manual. 23 For more information, see the `dc`'s full manual. 27 For more information, see the full manual for `bcl`. 32 2-clause License. Full license text may be found in the [`LICENSE.md`][4] file. 39 2. A C99-compatible compiler and a (mostly) POSIX 2008-compatible system with 43 POSIX and XSI-compatible system will have everything needed. 45 POSIX-compatible systems that are known to work: 54 * HP-U [all...] |