/arch/m68k/fpsp040/ |
D | slog2.S | 37 | Step 1. Call slognd to obtain Y = log(X), the natural log of X. 38 | Notes: Even if X is denormalized, log(X) is always normalized. 40 | Step 2. Compute log_10(X) = log(X) * (1/log(10)). 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)). 66 | Step 1. Call slognd to obtain Y = log(X), the natural log of X. 67 | Notes: Even if X is denormalized, log(X) is always normalized. 69 | Step 2. Compute log_10(X) = log(X) * (1/log(2)). 89 | Step 3. Call sLogN to obtain Y = log(X), the natural log of X. 91 | Step 4. Compute log_2(X) = log(X) * (1/log(2)). [all …]
|
D | slogn.S | 6 | denormalized number. slognp1 computes log(1+X), and slognp1d 7 | computes log(1+X) for denormalized X. 12 | Output: log(X) or log(1+X) returned in floating-point register Fp0. 27 | Step 1. If |X-1| < 1/16, approximate log(X) by an odd polynomial in 34 | Step 3. Define u = (Y-F)/F. Approximate log(1+u) by a polynomial in u, 35 | log(1+u) = poly. 37 | Step 4. Reconstruct log(X) = log( 2**k * Y ) = k*log(2) + log(F) + log(1+u) 38 | by k*log(2) + (log(F) + poly). The values of log(F) are calculated 42 | Step 1: If |X| < 1/16, approximate log(1+X) by an odd polynomial in 46 | of the algorithm for LOGN and compute log(1+X) as [all …]
|
D | stwotox.S | 38 | 1. If |X| > 16480*log_10(2) (base 10 log of 2), go to ExpBig. 42 | 3. Set y := X*log_2(10)*64 (base 2 log of 10). Set
|
D | setox.S | 62 | 1.3 If |X| < 16380 log(2), go to Step 2. 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 93 | constant := single-precision( 64/log 2 ).
|
/arch/x86/kvm/ |
D | debugfs.c | 95 unsigned int *log[KVM_NR_PAGE_SIZES], *cur; in kvm_mmu_rmaps_stat_show() local 102 memset(log, 0, sizeof(log)); in kvm_mmu_rmaps_stat_show() 104 log[i] = kcalloc(RMAP_LOG_SIZE, sizeof(unsigned int), GFP_KERNEL); in kvm_mmu_rmaps_stat_show() 105 if (!log[i]) in kvm_mmu_rmaps_stat_show() 119 cur = log[k]; in kvm_mmu_rmaps_stat_show() 144 cur = log[i]; in kvm_mmu_rmaps_stat_show() 153 kfree(log[i]); in kvm_mmu_rmaps_stat_show()
|
/arch/arm/boot/dts/ |
D | imx31-bug.dts | 3 * Copyright 2012 Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
|
D | rk3066a-bqcurie2.dts | 25 vdd_log: vdd-log {
|
D | rk3066a-marsboard.dts | 22 vdd_log: vdd-log {
|
D | intel-ixp42x-dlink-dsm-g600.dts | 116 * A boot log says the directory is at 0xfe0000
|
D | rk3229-evb.dts | 99 vdd_log: vdd-log-regulator {
|
D | intel-ixp42x-linksys-wrv54g.dts | 95 * Partition info from a boot log
|
D | rk3229-xms6.dts | 116 vdd_log: vdd-log-regulator {
|
/arch/um/drivers/ |
D | vhost_user.h | 92 u64 desc, used, avail, log; member
|
/arch/um/ |
D | Kconfig.debug | 35 Write kernel log output directly to stdout.
|
/arch/m68k/ |
D | Kconfig.debug | 15 Write kernel log output directly to a serial port.
|
/arch/powerpc/kernel/ |
D | rtasd.c | 276 static void handle_rtas_event(const struct rtas_error_log *log) in handle_rtas_event() argument 281 if (rtas_error_type(log) == RTAS_TYPE_PRRN) in handle_rtas_event()
|
D | rtas.c | 859 struct pseries_errorlog *get_pseries_errorlog(struct rtas_error_log *log, in get_pseries_errorlog() argument 863 (struct rtas_ext_event_log_v6 *)log->buffer; in get_pseries_errorlog() 866 uint32_t ext_log_length = rtas_error_extended_log_length(log); in get_pseries_errorlog() 876 log_end = log->buffer + ext_log_length; in get_pseries_errorlog()
|
/arch/powerpc/platforms/pseries/ |
D | Kconfig | 48 SPLPAR machines can log hypervisor preempt & dispatch events to a 99 debug messages to the system log. Select this if you are having a
|
D | ras.c | 223 static void rtas_parse_epow_errlog(struct rtas_error_log *log) in rtas_parse_epow_errlog() argument 230 pseries_log = get_pseries_errorlog(log, PSERIES_ELOG_SECT_ID_EPOW); in rtas_parse_epow_errlog()
|
/arch/powerpc/include/asm/ |
D | rtas.h | 229 struct pseries_errorlog *get_pseries_errorlog(struct rtas_error_log *log,
|
/arch/x86/math-emu/ |
D | README | 70 (4) The trig, log, and exp functions are based in each case upon quasi- 190 log() 413.1-419.1 5103.4-5354.21 254.7-282.2 409.4-437.1 216 log() 358.0-387.5 3359.2-3390.3 238 trig and log functions against the Turbo C "emulator". For this table, 258 log(x) 1+1e-6 .. 2 63.8 ** 62.1 260 ** The accuracy for exp() and log() is low because the FPU (emulator)
|
/arch/x86/ |
D | Kconfig.debug | 18 Write kernel log output directly into the VGA buffer or to a serial 32 Write kernel log output directly into the EHCI debug port. 45 Write kernel log output directly into the xHCI debug port.
|
/arch/arm64/boot/dts/rockchip/ |
D | rk3308-roc-cc.dts | 116 vdd_log: vdd-log {
|
D | rk3308-evb.dts | 168 vdd_log: vdd-log {
|
/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 6716 # 1.3 If |X| < 16380 log(2), go to Step 2. # 6727 # 16380 log(2) used in Step 1.3 is also in the compact # 6729 # |X| < 16380 log(2). There is no harm to have a small # 6731 # 16380 log(2) and the branch to Step 9 is taken. # 6747 # constant := single-precision( 64/log 2 ). # 7963 # slognp1(): computes the log(1+X) of a normalized input # 7964 # slognp1d(): computes the log(1+X) of a denormalized input # 7971 # fp0 = log(X) or log(1+X) # 7981 # Step 1. If |X-1| < 1/16, approximate log(X) by an odd # 7990 # Step 3. Define u = (Y-F)/F. Approximate log(1+u) by a # [all …]
|