Searched refs:nearest (Results 1 – 25 of 27) sorted by relevance
12
/linux-3.4.99/arch/m68k/fpsp040/ |
D | slog2.S | 34 | Notes: Default means round-to-nearest mode, no floating-point 49 | Notes: Default means round-to-nearest mode, no floating-point 63 | Notes: Default means round-to-nearest mode, no floating-point 78 | Notes: Default means round-to-nearest mode, no floating-point
|
D | stanh.S | 40 | 6. (|X| >= 50 log2) Tanh(X) = +-1 (round to nearest). Thus, we
|
D | setox.S | 79 | Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ). 81 | 2.2 N := round-to-nearest-integer( X * 64/log2 ). 89 | N := round-to-nearest-integer(Z)
|
D | decbin.S | 83 | to nearest, minus, and plus, respectively. The tables include
|
D | fpsp.h | 293 .set rn_mode,0x00 | round nearest
|
/linux-3.4.99/drivers/media/dvb/frontends/ |
D | cx24123.c | 442 u32 exp, nearest = 0; in cx24123_int_log2() local 447 for (exp = 1; div > exp; nearest++) in cx24123_int_log2() 450 return nearest; in cx24123_int_log2()
|
/linux-3.4.99/arch/frv/kernel/ |
D | head-uc-fr451.S | 74 sethi.p %hi(1024*2048-1),gr4 ; round up to nearest 2MiB
|
D | head-uc-fr401.S | 259 sethi.p %hi(1024*2048-1),gr4 ; round up to nearest 2MiB
|
D | head-uc-fr555.S | 247 sethi.p %hi(1024*2048-1),gr4 ; round up to nearest 2MiB
|
D | head.S | 567 # - GR8 and GR9 should be rounded up/down to the nearest megabyte before calling
|
/linux-3.4.99/Documentation/arm/nwfpe/ |
D | TODO | 38 The IEEE standard defines 4 rounding modes. Round to nearest is the
|
D | README.FPE | 9 default = round to nearest
|
/linux-3.4.99/Documentation/device-mapper/ |
D | verity.txt | 81 into the page cache. Block hashes are stored linearly, aligned to the nearest
|
/linux-3.4.99/Documentation/ABI/testing/ |
D | sysfs-devices-power | 164 up to the nearest second.
|
/linux-3.4.99/Documentation/vm/ |
D | numa | 122 kernel selected as the nearest node with memory when it built the zonelists.
|
D | hugetlbpage.txt | 199 memory for a huge page, the allocation will not "fallback" to the nearest
|
/linux-3.4.99/Documentation/RCU/ |
D | stallwarn.txt | 199 is occurring, which will usually be in the function nearest the top of
|
/linux-3.4.99/Documentation/timers/ |
D | highres.txt | 223 nearest event in the previous call to hrtimer_stop_sched_tick.
|
/linux-3.4.99/Documentation/ |
D | nommu-mmap.txt | 283 NOMMU mmap automatically rounds up to the nearest power-of-2 number of pages
|
/linux-3.4.99/Documentation/networking/ |
D | scaling.txt | 251 Values for both are rounded up to the nearest power of two. The
|
D | bonding.txt | 358 will be rounded down to the nearest multiple. The default 708 rounded down to the nearest multiple. The default value is 0.
|
/linux-3.4.99/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 503 set rn_mode, 0x0 # round-to-nearest 6733 # Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ). # 6736 # 2.2 N := round-to-nearest-integer( X * 64/log2 ). # 6745 # N := round-to-nearest-integer(Z) # 7833 # 6. (|X| >= 50 log2) Tanh(X) = +-1 (round to nearest). Thus, we # 8670 # Notes: Default means round-to-nearest mode, no floating-point # 8684 # Notes: Default means round-to-nearest mode, no floating-point # 8697 # Notes: Default means round-to-nearest mode, no floating-point # 8711 # Notes: Default means round-to-nearest mode, no floating-point #
|
/linux-3.4.99/Documentation/cgroups/ |
D | cpusets.txt | 643 then all the tasks in that cpuset will be moved to the nearest ancestor
|
/linux-3.4.99/Documentation/power/ |
D | runtime_pm.txt | 473 nearest second; returns 0 if the delay period has already expired or
|
/linux-3.4.99/Documentation/virtual/kvm/ |
D | api.txt | 1439 nearest multiple of 64.
|
12