/openbmc/linux/arch/m68k/fpsp040/ |
H A D | setox.S | 50 | Step 1. Set ans := 1.0 52 | Step 2. Return ans := ans + sign(X)*2^(-126). Exit. 59 | Step 1. Filter out extreme cases of input argument. 60 | 1.1 If |X| >= 2^(-65), go to Step 1.3. 61 | 1.2 Go to Step 7. 62 | 1.3 If |X| < 16380 log(2), go to Step 2. 63 | 1.4 Go to Step 8. 72 | Note also that the constant 16380 log(2) used in Step 1.3 74 | to Step 2 guarantees |X| < 16380 log(2). There is no harm 76 | but close to, 16380 log(2) and the branch to Step 9 is [all …]
|
H A D | slog2.S | 32 | Step 0. If X < 0, create a NaN and raise the invalid operation 37 | Step 1. Call slognd to obtain Y = log(X), the natural log of X. 40 | Step 2. Compute log_10(X) = log(X) * (1/log(10)). 47 | Step 0. If X < 0, create a NaN and raise the invalid operation 52 | Step 1. Call sLogN to obtain Y = log(X), the natural log of X. 54 | Step 2. Compute log_10(X) = log(X) * (1/log(10)). 61 | Step 0. If X < 0, create a NaN and raise the invalid operation 66 | Step 1. Call slognd to obtain Y = log(X), the natural log of X. 69 | Step 2. Compute log_10(X) = log(X) * (1/log(2)). 76 | Step 0. If X < 0, create a NaN and raise the invalid operation [all …]
|
H A D | srem_mod.S | 23 | Step 1. Save and strip signs of X and Y: signX := sign(X), 28 | Step 2. Set L := expo(X)-expo(Y), k := 0, Q := 0. 30 | R := X, go to Step 4. 35 | Step 3. Perform MOD(X,Y) 36 | 3.1 If R = Y, go to Step 9. 38 | 3.3 If j = 0, go to Step 4. 40 | Step 3.1. 42 | Step 4. At this point, R = X - QY = MOD(X,Y). Set 43 | Last_Subtract := false (used in Step 7 below). If 44 | MOD is requested, go to Step 6. [all …]
|
H A D | satan.S | 23 | Step 1. If |X| >= 16 or |X| < 1/16, go to Step 5. 25 | Step 2. Let X = sgn * 2**k * 1.xxxxxxxx...x. Note that k = -4, -3,..., or 3. 30 | Step 3. Approximate arctan(u) by a polynomial poly. 32 | Step 4. Return arctan(F) + poly, arctan(F) is fetched from a table of values 35 | Step 5. If |X| >= 16, go to Step 7. 37 | Step 6. Approximate arctan(X) by an odd polynomial in X. Exit. 39 | Step 7. Define X' = -1/X. Approximate arctan(X') by an odd polynomial in X'.
|
H A D | slogn.S | 27 | Step 1. If |X-1| < 1/16, approximate log(X) by an odd polynomial in 28 | u, where u = 2(X-1)/(X+1). Otherwise, move on to Step 2. 30 | Step 2. X = 2**k * Y where 1 <= Y < 2. Define F to be the first seven 34 | Step 3. Define u = (Y-F)/F. Approximate log(1+u) by a polynomial in u, 37 | Step 4. Reconstruct log(X) = log( 2**k * Y ) = k*log(2) + log(F) + log(1+u) 42 | Step 1: If |X| < 1/16, approximate log(1+X) by an odd polynomial in 43 | u where u = 2X/(2+X). Otherwise, move on to Step 2. 45 | Step 2: Let 1+X = 2**k * Y, where 1 <= Y < 2. Define F as done in Step 2
|
/openbmc/linux/arch/arm/mach-sa1100/ |
H A D | sleep.S | 119 @ Step 1 clear RT field of all MSCx registers 124 @ Step 2 clear DRI field in MDREFR 127 @ Step 3 set SLFRSH bit in MDREFR 130 @ Step 4 clear DE bis in MDCNFG 133 @ Step 5 clear DRAM refresh control register 139 @ Step 6 set force sleep bit in PMCR
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | fit-image.bbclass | 533 # Step 1: Prepare a kernel image section. 541 # Step 2: Prepare a DTB image section 593 # Step 3: Prepare a u-boot script section 607 # Step 4: Prepare a setup section. (For x86) 615 # Step 5: Prepare a ramdisk section. 652 # Step 6: Prepare a configurations section 686 # Step 7: Assemble the image 694 # Step 8: Sign the image
|
/openbmc/qemu/target/hexagon/ |
H A D | meson.build | 26 # Step 1 42 # Step 2 86 # Step 3 103 # Step 4 266 # Step 4.5 358 # Step 5
|
/openbmc/openbmc-test-automation/lib/pdu/ |
H A D | cyber.robot | 101 # +------- Command Information: Step 1 ---------------------------------------+ 109 # +------- Command Information: Step 2 ---------------------------------------+ 127 # +------- Command Information: Step 3 ---------------------------------------+
|
/openbmc/linux/Documentation/driver-api/driver-model/ |
H A D | porting.rst | 34 Step 0: Read include/linux/device.h for object and function definitions. 36 Step 1: Registering the bus driver. 91 Step 2: Registering Devices. 228 Step 3: Registering Drivers. 281 Step 4: Define Generic Methods for Drivers. 328 Step 5: Support generic driver binding. 377 Step 6: Supply a hotplug callback. 400 Step 7: Cleaning up the bus driver.
|
/openbmc/openbmc/meta-arm/documentation/ |
H A D | quick-start.md | 5 # **Step 0: Install build deps and kas** 19 # **Step 1: clone meta-arm and build meta-arm** 48 # **Step 2: use devtool to get your source** 83 # **Step 3. Testing your patches outside of devtool**
|
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager/ |
H A D | host-poweroff@.service | 2 Description=Power off System in Sled%i by Step Motor
|
H A D | host-poweron@.service | 2 Description=Power on System in Sled%i by Step Motor
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | kernel-fitimage.bbclass | 528 # Step 1: Prepare a kernel image section. 536 # Step 2: Prepare a DTB image section 607 # Step 3: Prepare a u-boot script section 621 # Step 4: Prepare a setup section. (For x86) 629 # Step 5: Prepare a ramdisk section. 660 # Step 6: Prepare a configurations section 694 # Step 7: Assemble the image 702 # Step 8: Sign the image
|
/openbmc/qemu/docs/system/s390x/ |
H A D | vfio-ccw.rst | 14 Step 1: configure the host device 53 Step 2: configure QEMU
|
/openbmc/linux/arch/arm/boot/dts/amlogic/ |
H A D | meson8b-ec100.dts | 169 * Synchronous Step Down Regulator. 202 * Synchronous Step Down Regulator. Also called 217 * Synchronous Step Down Regulator. Also called 252 * Synchronous Step Down Regulator. Also called VDDAO
|
/openbmc/linux/arch/m68k/ifpsp060/src/ |
H A D | fplsp.S | 6704 # Step 1. Set ans := 1.0 # 6706 # Step 2. Return ans := ans + sign(X)*2^(-126). Exit. # 6713 # Step 1. Filter out extreme cases of input argument. # 6714 # 1.1 If |X| >= 2^(-65), go to Step 1.3. # 6715 # 1.2 Go to Step 7. # 6716 # 1.3 If |X| < 16380 log(2), go to Step 2. # 6717 # 1.4 Go to Step 8. # 6727 # 16380 log(2) used in Step 1.3 is also in the compact # 6728 # form. Thus taking the branch to Step 2 guarantees # 6731 # 16380 log(2) and the branch to Step 9 is taken. # [all …]
|
/openbmc/linux/Documentation/admin-guide/LSM/ |
H A D | SELinux.rst | 29 Step 4 will create a new dummy policy valid for your
|
/openbmc/linux/Documentation/hwmon/ |
H A D | ltc3815.rst | 20 LTC3815 is a Monolithic Synchronous DC/DC Step-Down Converter.
|
H A D | max20730.rst | 47 Integrated, Step-Down Switching Regulators with PMBus support.
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-enum-framesizes.rst | 54 - **Step-wise:** The function returns success if the given index value 187 - Step-wise defined frame size.
|
H A D | vidioc-enum-frameintervals.rst | 53 - **Step-wise:** The function returns success if the given index value 179 - Step-wise defined frame interval.
|
/openbmc/libmctp/docs/bindings/ |
H A D | vendor-ibm-astlpc.md | 314 | Step | Description | 327 | Step | Description | 340 | Step | Description | 387 | Step | Description | 394 | Step | v1 | v2 | v3 | Description … 410 | Step | v1 | v2 | v3 | Description … 424 | Step | v1 | v2 | v3 | Description …
|
/openbmc/qemu/docs/devel/ |
H A D | vfio-iommufd.rst | 82 Step 1: configure the host device 87 Step 2: configure QEMU
|
/openbmc/u-boot/doc/ |
H A D | README.srio-pcie-boot-corenet | 51 3. Sequence in Step by Step.
|