Searched refs:exponent (Results 51 - 75 of 88) sorted by relevance

1234

/linux-master/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c238 unsigned int exponent; local
254 for (exponent = 0; ; ++exponent) {
256 printf("%d 10^%d\n", i, exponent);
264 fprintf(stderr, "%d*10^%d: 0x%x\n", i, exponent, (exponent << 7) | i);
266 return (exponent << 7) | i;
/linux-master/arch/m68k/fpsp040/
H A Dx_operr.S21 | overflow -> OPERR, the exponent in wbte (and fpte) is:
128 cmpw #0x3FFE,%d0 |this is the only possible exponent value
138 bcc store_max |exponent out of range
175 cmpw #0x3FFE,%d0 |this is the only possible exponent value
202 cmpw #0x3FFE,%d0 |this is the only possible exponent value
282 | Check the exponent for $c000 and the upper 32 bits of the
H A Dx_store.S132 movew LOCAL_EX(%a1),%d0 |get exponent
145 movel #0x7ff00000,%d0 |load dbl inf exponent
203 movew LOCAL_EX(%a1),%d0 |get exponent
244 tstb LOCAL_SGN(%a1) |put back sign into exponent word
H A Dx_unfl.S10 | shifting the mantissa right while incrementing the exponent until
11 | it is equal to the denormalized exponent for the destination
18 | added to the exponent.
H A Dx_ovfl.S31 | with a bias of $6000 subtracted from the exponent.
H A Dfpsp.h131 .set WBTEMP_EX,WBTEMP | wbtemp sign and exponent (2 bytes)
164 .set etemp15_bit,4 | etemp exponent bit #15
184 .set fptemp15_bit,4 | fptemp exponent bit #15
187 .set wbtemp15_bit,4 | wbtemp exponent bit #15
200 .set FPTEMP_EX,FPTEMP | fptemp sign and exponent (2 bytes)
207 .set ETEMP_EX,ETEMP | etemp sign and exponent (2 bytes)
H A Dbugfix.S235 | Set ETEMP exponent bit 15 as the opposite of ete14
237 btst #6,ETEMP_EX(%a6) |check etemp exponent bit 14
329 | Set ETEMP exponent bit 15 as the opposite of ete14
331 btst #6,ETEMP_EX(%a6) |check etemp exponent bit 14
H A Dget_op.S225 movew FPTEMP_EX(%a6),%d0 |get destination exponent
255 movew ETEMP_EX(%a6),%d0 |get source exponent
291 | ;put exponent on stack
496 bfextu %d0{#20:#12},%d1 |get exponent into d1
548 bfextu %d0{#20:#12},%d1 |get exponent into d1
H A Dsint.S32 | result to the exponent $403e.
H A Dres_func.S207 movew LOCAL_EX(%a0),%d1 |compare exponent to double threshold
389 bsr nrm_set |normalize number (exponent will go
631 | replace exponent of src with $3fff (keep sign)
641 | replace exponent of src with $3fff (keep sign)
846 orw #0x3fff,%d0 |force the exponent to +/- 1
874 orw #0x3fff,%d0 |force the exponent to +/- 1
962 | The result has overflowed to $7fff exponent. Set I, ovfl,
1021 orw #0x3fff,%d0 |force the exponent to +/- 1
1049 orw #0x3fff,%d0 |force the exponent to +/- 1
1143 | The result has overflowed to $7fff exponent
[all...]
/linux-master/arch/x86/include/asm/
H A Dsgx.h386 * @exponent: the exponent of the public key
398 u32 exponent; member in struct:sgx_sigstruct
/linux-master/include/linux/
H A Dkvm_host.h1851 .exponent = exp, \
1891 #define STATS_DESC_CUMULATIVE(SCOPE, name, unit, base, exponent) \
1893 unit, base, exponent, 1, 0)
1894 #define STATS_DESC_INSTANT(SCOPE, name, unit, base, exponent) \
1896 unit, base, exponent, 1, 0)
1897 #define STATS_DESC_PEAK(SCOPE, name, unit, base, exponent) \
1899 unit, base, exponent, 1, 0)
1900 #define STATS_DESC_LINEAR_HIST(SCOPE, name, unit, base, exponent, sz, bsz) \
1902 unit, base, exponent, sz, bsz)
1903 #define STATS_DESC_LOG_HIST(SCOPE, name, unit, base, exponent, s
[all...]
H A Dscmi_protocol.h251 * @exponent: Extended attribute representing the power-of-10 multiplier that
264 int exponent; member in struct:scmi_sensor_axis_info
332 * @exponent: Extended attribute representing the power-of-10 multiplier that is
388 int exponent; member in struct:scmi_sensor_info
/linux-master/drivers/hwmon/pmbus/
H A Dmp2975.c181 s16 exponent = 0, mantissa; local
189 while (val >= MAX_LIN_MANTISSA && exponent < 15) {
190 exponent++;
194 while (val < MIN_LIN_MANTISSA && exponent > -15) {
195 exponent--;
206 /* Convert to 5 bit exponent, 11 bit mantissa */
207 return (mantissa & 0x7ff) | ((exponent << 11) & 0xf800);
/linux-master/drivers/usb/host/
H A Duhci-q.c1084 int exponent; local
1087 for (exponent = 7; exponent >= 0; --exponent) {
1088 if ((1 << exponent) <= urb->interval)
1091 if (exponent < 0)
1096 qh->period = 1 << exponent;
1097 qh->skel = SKEL_INDEX(exponent);
1104 } while (ret != 0 && --exponent >= 0);
H A Duhci-hcd.h335 #define SKEL_INDEX(exponent) (9 - exponent)
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S415 set SGL_LO, 0x3f81 # min sgl prec exponent
416 set SGL_HI, 0x407e # max sgl prec exponent
417 set DBL_LO, 0x3c01 # min dbl prec exponent
418 set DBL_HI, 0x43fe # max dbl prec exponent
419 set EXT_LO, 0x0 # min ext prec exponent
420 set EXT_HI, 0x7ffe # max ext prec exponent
516 set sgl_thresh, 0x3f81 # minimum sgl exponent
517 set dbl_thresh, 0x3c01 # minimum dbl exponent
1440 mov.w LOCAL_EX(%a0),%d0 # fetch src exponent
1455 addi.w &0x3f81,%d0 # adjust new exponent
[all...]
H A Dpfpsp.S414 set SGL_LO, 0x3f81 # min sgl prec exponent
415 set SGL_HI, 0x407e # max sgl prec exponent
416 set DBL_LO, 0x3c01 # min dbl prec exponent
417 set DBL_HI, 0x43fe # max dbl prec exponent
418 set EXT_LO, 0x0 # min ext prec exponent
419 set EXT_HI, 0x7ffe # max ext prec exponent
515 set sgl_thresh, 0x3f81 # minimum sgl exponent
516 set dbl_thresh, 0x3c01 # minimum dbl exponent
1439 mov.w LOCAL_EX(%a0),%d0 # fetch src exponent
1454 addi.w &0x3f81,%d0 # adjust new exponent
[all...]
/linux-master/drivers/clk/ti/
H A Ddpll3xxx.c305 u32 v, ctrl, mod_freq_divider, exponent, mantissa; local
325 exponent = 0;
327 while ((mantissa > 127) && (exponent < 7)) {
328 exponent++;
337 v |= exponent << __ffs(dd->ssc_modfreq_exp_mask);
/linux-master/drivers/pcmcia/
H A Dcistpl.c39 static const u_int exponent[] = { variable
45 (mantissa[(((v)>>3)&15)-1] * exponent[(v)&7] / 10)
48 (mantissa[((v)>>3)&15] * exponent[(v)&7] / 10)
49 #define POWER_SCALE(v) (exponent[(v)&7])
954 timing->waitscale = exponent[scale & 3];
962 timing->rdyscale = exponent[scale & 7];
970 timing->rsvscale = exponent[scale];
/linux-master/drivers/infiniband/hw/hfi1/
H A Dfirmware.c87 u8 exponent[EXPONENT_SIZE]; member in struct:firmware_file
95 u8 exponent[EXPONENT_SIZE]; member in struct:augmented_firmware_file
114 u8 *exponent; /* pointer to the exponent */ member in struct:firmware_details
475 fdet->exponent = ff->exponent;
500 fdet->exponent = aff->exponent;
/linux-master/lib/zstd/compress/
H A Dzstd_compress_internal.h824 * Return base^exponent.
826 static U64 ZSTD_ipow(U64 base, U64 exponent) argument
829 while (exponent) {
830 if (exponent & 1) power *= base;
831 exponent >>= 1;
/linux-master/tools/testing/selftests/sgx/
H A Dsigstruct.c332 sigstruct->exponent = 3;
/linux-master/drivers/spi/
H A Dspi-zynqmp-gqspi.c703 u32 exponent = 8; /* 2^8 = 256 */ local
715 genfifoentry |= exponent;
721 exponent++;
/linux-master/arch/x86/kernel/fpu/
H A Dregset.c298 switch (st->exponent & 0x7fff) {

Completed in 306 milliseconds

1234