/linux-4.4.14/arch/m68k/fpsp040/ |
D | slog2.S | 37 | Step 1. Call slognd to obtain Y = log(X), the natural log of X. 52 | Step 1. Call sLogN to obtain Y = log(X), the natural log of X. 66 | Step 1. Call slognd to obtain Y = log(X), the natural log of X. 89 | Step 3. Call sLogN to obtain Y = log(X), the natural log of X.
|
D | slogn.S | 4 | slogn computes the natural logarithm of an
|
/linux-4.4.14/drivers/media/usb/gspca/stv06xx/ |
D | stv06xx_pb0100.c | 58 struct v4l2_ctrl *natural; member 157 ctrls->natural = v4l2_ctrl_new_custom(hdl, &natural_light, NULL); in pb0100_init_controls() 403 if (ctrls->natural->val) in pb0100_set_autogain() 412 val, ctrls->natural->val, err); in pb0100_set_autogain()
|
/linux-4.4.14/Documentation/ |
D | unaligned-memory-access.txt | 30 The rule mentioned above forms what we refer to as natural alignment: 34 When writing code, assume the target architecture has natural alignment 37 In reality, only a few architectures require natural alignment on all sizes 39 writing code that satisfies natural alignment requirements is the easiest way 117 For a natural alignment scheme, the compiler would only have to add a single
|
D | futex-requeue-pi.txt | 20 rest to the natural wakeup inherent in unlocking the mutex
|
D | unshare.txt | 47 shared resources without creating a new process. unshare is a natural
|
D | xillybus.txt | 312 to hide this when the pipe is accessed differently from its natural alignment.
|
D | memory-barriers.txt | 288 aligned" means the natural alignment, thus no constraints for 1275 is natural to expect that CPU 3's load from X must therefore return 1.
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-block | 88 offset from the disk's natural alignment. 99 is offset from the disk's natural alignment. 170 natural alignment. 181 natural alignment.
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | spear_spics.txt | 12 directly control each PL022 chipselect. Hence, it is natural for SPEAr to export
|
/linux-4.4.14/kernel/ |
D | Kconfig.preempt | 46 otherwise not be about to reach a natural preemption point.
|
/linux-4.4.14/Documentation/locking/ |
D | lockdep-design.txt | 136 cases there is an inherent "natural" ordering between the two objects 145 automatically detect this natural ordering, as the locking rule behind
|
D | spinlocks.txt | 47 If your data accesses have a very natural pattern where you usually tend
|
D | ww-mutex-design.txt | 212 mutexes are a natural fit for such a case for two reasons:
|
/linux-4.4.14/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 32 * Align everything to the natural size and use explicit padding. 32-bit 34 64-bit platforms do. So we always need padding to the natural size to get
|
/linux-4.4.14/Documentation/gpio/ |
D | gpio.txt | 78 It is natural to assume that a GPIO is "active" when its output signal is 1
|
/linux-4.4.14/Documentation/arm/ |
D | README | 177 acts as a natural container around the actual implementations. These
|
/linux-4.4.14/Documentation/filesystems/ |
D | romfs.txt | 173 have most of it (i.e. except the start and the end) laying at "natural"
|
D | xfs-delayed-logging-design.txt | 249 log item is the natural place to store this vector and buffer, and also makes sense 401 efficient way to track vectors, even though it seems like the natural way to do
|
D | coda.txt | 179 leads to an almost natural environment for implementing a kernel-level
|
/linux-4.4.14/Documentation/thermal/ |
D | intel_powerclamp.txt | 280 If the system is busy (spin test below) and has less than 25% natural
|
/linux-4.4.14/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 322 from the block layer. It would be very natural to add an EEH
|
/linux-4.4.14/Documentation/networking/ |
D | timestamping.txt | 195 In general, bytestreams have no natural delimiters and therefore
|
D | ppp_generic.txt | 32 natural and straightforward way, by allowing more than one channel to
|
D | can.txt | 152 natural and most appropriate way to implement CAN for Linux.
|
/linux-4.4.14/Documentation/cgroups/ |
D | blkio-controller.txt | 440 writeback session, it's the easiest and most natural to call it as
|
D | cgroups.txt | 98 hierarchy to be a natural division of tasks, without having to handle
|
D | unified-hierarchy.txt | 140 distribute the resources of the parent. In fact, it's natural to
|
D | cpusets.txt | 211 These rules, and the natural hierarchy of cpusets, enable efficient
|
/linux-4.4.14/Documentation/devicetree/ |
D | usage-model.txt | 22 links from one node to another outside of the natural tree structure.
|
/linux-4.4.14/Documentation/development-process/ |
D | 4.Coding | 47 avoided. It is natural to fix the style of a piece of code while working
|
/linux-4.4.14/drivers/ide/ |
D | Kconfig | 667 CD-ROM on hda. This option changes this to more natural hda for
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 7961 # slogn(): computes the natural logarithm of a normalized input # 7962 # slognd(): computes the natural logarithm of a denormalized input # 8673 # Step 1. Call slognd to obtain Y = log(X), the natural log of X. # 8687 # Step 1. Call sLogN to obtain Y = log(X), the natural log of X. # 8700 # Step 1. Call slognd to obtain Y = log(X), the natural log of X. # 8722 # Step 3. Call sLogN to obtain Y = log(X), the natural log of X. #
|
D | fpsp.S | 8961 # log_10(2)/64 and L10 is the natural log of 10. Then #
|