Searched refs:log (Results 1 - 25 of 365) sorted by path

1234567891011>>

/linux-master/arch/m68k/fpsp040/
H A Dbindec.S31 | ILOG is the log base 10 of the input value. It is
217 | ILOG is the log base 10 of the input value. It is approx-
H A Dsetox.S62 | 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 ).
224 | 1.3 If |X| < 70 log(2), go to Step 2.
319 | Step 10. Calculate exp(X)-1 for |X| >= 70 log 2.
H A Dslog2.S37 | 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(
[all...]
H A Dstwotox.S38 | 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
49 | and L10 is the natural log of 10. Then
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S6716 # 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 ). #
6884 # 1.3 If |X| < 70 log(2), go to Step 2. #
6989 # Step 10. Calculate exp(X)-1 for |X| >= 70 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(
[all...]
H A Dfpsp.S6822 # 1.3 If |X| < 16380 log(2), go to Step 2. #
6833 # 16380 log(2) used in Step 1.3 is also in the compact #
6835 # |X| < 16380 log(2). There is no harm to have a small #
6837 # 16380 log(2) and the branch to Step 9 is taken. #
6853 # constant := single-precision( 64/log 2 ). #
6990 # 1.3 If |X| < 70 log(2), go to Step 2. #
7095 # Step 10. Calculate exp(X)-1 for |X| >= 70 log 2. #
8069 # slognp1(): computes the log(1+X) of a normalized input #
8070 # slognp1d(): computes the log(1+X) of a denormalized input #
8077 # fp0 = log(
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dgpio.c88 .log[0] = (info & 0x1800) >> 11,
89 .log[1] = (info & 0x6000) >> 13,
98 .log[0] = (info & 0x18000000) >> 27,
99 .log[1] = (info & 0x60000000) >> 29,
108 .log[0] = (info1 & 0x30) >> 4,
109 .log[1] = (info1 & 0xc0) >> 6,
140 .log[0] = !!(conf & 0x02),
141 .log[1] = !(conf & 0x02),
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgt215.c483 if (!(func.log[1] & 1))
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dfan.c236 if (func.line != 16 && func.log[0] & DCB_GPIO_LOG_DIR_IN) {
/linux-master/drivers/isdn/hardware/mISDN/
H A Dipac.h52 char log[64]; member in struct:hscx_hw
H A Disar.h53 u8 log[256]; member in struct:isar_hw
/linux-master/drivers/media/common/b2c2/
H A Dflexcop-common.h24 #warning please define a log prefix for your file, using a default one
/linux-master/drivers/scsi/esas2r/
H A Datvda.h931 struct atto_vda_ae_log log; member in union:atto_vda_ae
/linux-master/fs/gfs2/
H A DMakefile5 glops.o log.o lops.o main.o meta_io.o \
/linux-master/fs/jfs/
H A Djfs_metapage.h34 struct jfs_log *log; member in struct:metapage
H A Djfs_txnmgr.h39 /* log management */
40 u32 logtid; /* log transaction id */
46 s32 pn; /* commit record log page number */
89 u16 type; /* 2: log type */
263 struct jfs_log *log; /* log */ member in struct:commit
269 /* log record descriptor on 64-bit boundary */
270 struct lrd lrd; /* : log record descriptor */
/linux-master/lib/
H A Dbuild_OID_registry61 my $tmp = ($c == 0) ? 0 : int(log($c)/log(2));
101 my $tmp = ($c == 0) ? 0 : int(log($c)/log(2));
/linux-master/net/bridge/netfilter/
H A Debt_log.c87 '0' + loginfo->u.log.level, prefix,
93 bitmask = loginfo->u.log.logflags;
154 * then log the ARP payload
186 li.u.log.level = info->loglevel;
187 li.u.log.logflags = info->bitmask;
204 .name = "log",
/linux-master/net/openvswitch/
H A Dflow_netlink.h36 u64 *attrsp, bool log);
39 u64 attrs, struct sw_flow_key *key, bool log);
47 bool log);
52 bool ovs_nla_get_ufid(struct sw_flow_id *, const struct nlattr *, bool log);
54 const struct sw_flow_key *key, bool log);
59 struct sw_flow_actions **sfa, bool log);
61 void *data, int len, bool log);
/linux-master/tools/perf/scripts/python/
H A Devent_analyzing_sample.py120 snum = '#' * (int)(math.log(num, 2) + 1)
/linux-master/tools/power/acpi/tools/acpidbg/
H A Dacpidbg.c29 #define ACPI_AML_BATCH_READ_LOG 0x01 /* Read log from kernel */
30 #define ACPI_AML_BATCH_WRITE_LOG 0x02 /* Write log to console */
322 ACPI_AML_BATCH_DO(fd, read, log, ret);
324 ACPI_AML_DO(fd, read, log, ret);
328 ACPI_AML_BATCH_DO(STDOUT_FILENO, write, log, ret);
330 ACPI_AML_DO(STDOUT_FILENO, write, log, ret);
/linux-master/tools/testing/ktest/examples/include/
H A Ddefaults.conf40 # Reset the log before running each test.
91 # Keeping the log file with the output dir is convenient.
92 LOG_FILE = ${OUTPUT_DIR}/${MACHINE}.log
150 # such as the .config, dmesg, and build log.
/linux-master/tools/testing/ktest/examples/
H A Dsnowball.conf13 LOG_FILE = ${OUTPUT_DIR}/snowball.log
/linux-master/tools/testing/selftests/pstore/
H A Dcommon_tests64 LOG_FILE=$LOG_DIR/`basename $0`.log
65 mkdir -p $LOG_DIR || errexit "Failed to make a log directory: $LOG_DIR"
/linux-master/tools/testing/selftests/zram/
H A DMakefile6 EXTRA_CLEAN := err.log

Completed in 402 milliseconds

1234567891011>>