Home
last modified time | relevance | path

Searched refs:natural (Results 1 – 34 of 34) sorted by relevance

/linux-4.4.14/arch/m68k/fpsp040/
Dslog2.S37 | 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.
Dslogn.S4 | slogn computes the natural logarithm of an
/linux-4.4.14/drivers/media/usb/gspca/stv06xx/
Dstv06xx_pb0100.c58 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/
Dunaligned-memory-access.txt30 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
Dfutex-requeue-pi.txt20 rest to the natural wakeup inherent in unlocking the mutex
Dunshare.txt47 shared resources without creating a new process. unshare is a natural
Dxillybus.txt312 to hide this when the pipe is accessed differently from its natural alignment.
Dmemory-barriers.txt288 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/
Dsysfs-block88 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/
Dspear_spics.txt12 directly control each PL022 chipselect. Hence, it is natural for SPEAr to export
/linux-4.4.14/kernel/
DKconfig.preempt46 otherwise not be about to reach a natural preemption point.
/linux-4.4.14/Documentation/locking/
Dlockdep-design.txt136 cases there is an inherent "natural" ordering between the two objects
145 automatically detect this natural ordering, as the locking rule behind
Dspinlocks.txt47 If your data accesses have a very natural pattern where you usually tend
Dww-mutex-design.txt212 mutexes are a natural fit for such a case for two reasons:
/linux-4.4.14/Documentation/ioctl/
Dbotching-up-ioctls.txt32 * 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/
Dgpio.txt78 It is natural to assume that a GPIO is "active" when its output signal is 1
/linux-4.4.14/Documentation/arm/
DREADME177 acts as a natural container around the actual implementations. These
/linux-4.4.14/Documentation/filesystems/
Dromfs.txt173 have most of it (i.e. except the start and the end) laying at "natural"
Dxfs-delayed-logging-design.txt249 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
Dcoda.txt179 leads to an almost natural environment for implementing a kernel-level
/linux-4.4.14/Documentation/thermal/
Dintel_powerclamp.txt280 If the system is busy (spin test below) and has less than 25% natural
/linux-4.4.14/Documentation/powerpc/
Deeh-pci-error-recovery.txt322 from the block layer. It would be very natural to add an EEH
/linux-4.4.14/Documentation/networking/
Dtimestamping.txt195 In general, bytestreams have no natural delimiters and therefore
Dppp_generic.txt32 natural and straightforward way, by allowing more than one channel to
Dcan.txt152 natural and most appropriate way to implement CAN for Linux.
/linux-4.4.14/Documentation/cgroups/
Dblkio-controller.txt440 writeback session, it's the easiest and most natural to call it as
Dcgroups.txt98 hierarchy to be a natural division of tasks, without having to handle
Dunified-hierarchy.txt140 distribute the resources of the parent. In fact, it's natural to
Dcpusets.txt211 These rules, and the natural hierarchy of cpusets, enable efficient
/linux-4.4.14/Documentation/devicetree/
Dusage-model.txt22 links from one node to another outside of the natural tree structure.
/linux-4.4.14/Documentation/development-process/
D4.Coding47 avoided. It is natural to fix the style of a piece of code while working
/linux-4.4.14/drivers/ide/
DKconfig667 CD-ROM on hda. This option changes this to more natural hda for
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dfplsp.S7961 # 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. #
Dfpsp.S8961 # log_10(2)/64 and L10 is the natural log of 10. Then #