Searched refs:bias (Results 1 - 25 of 69) sorted by path

123

/linux-master/arch/alpha/lib/
H A Dev6-stxncpy.S157 addq a2, t0, a2 # E : bias count by dest misalignment (stall)
H A Dstxncpy.S125 addq a2, t0, a2 # .. e1 : bias count by dest misalignment
H A Dclear_user.S73 addq $0, $4, $1 # e0 : bias counter
H A Dev6-clear_user.S56 addq $0, $4, $1 # .. .. .. E : bias counter
88 subq $2, 0x40, $3 # .. E .. .. : bias counter (huge loop)
H A Dev6-memset.S121 subq $2, 0x40, $1 # E : bias counter (aligning stuff 0mod64)
299 subq $2, 0x40, $1 # E : bias counter (aligning stuff 0mod64)
487 subq $2, 0x40, $1 # E : bias counter (aligning stuff 0mod64)
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S250 subw #0x3fff,%d0 |strip off bias
759 subil #0x3ffd,%d0 |sub bias less 2 to make fract
851 subiw #0x3ffd,%d0 |subtract off bias
H A Dres_func.S1811 | ;denorm/norm bias
1831 | ;denorm/norm bias
1887 | dest_sgl or dest_dbl expects a normalized number's bias.
1914 | ;vs norm bias
H A Dsgetem.S5 | of the input argument. The exponent bias is removed
51 subw #0x3fff,%d0 |subtract off the bias
60 subw #0x3fff,%d0 |subtract off the bias
H A Dsrem_mod.S134 | ...with bias $7FFD
148 | ...with bias $7FFD
153 | ...with bias $7FFD
179 | ...with bias $7FFD
193 | ...with bias $7FFD
198 | ...with bias $7FFD
278 | ...with bias $7FFD
H A Dx_ovfl.S31 | with a bias of $6000 subtracted from the exponent.
H A Dx_store.S113 | dbl_exp = ext_exp - $3fff(ext bias) + $7ff(dbl bias)
133 subw #0x3fff,%d0 |subtract extended precision bias
136 addw #0x3ff,%d0 |add double precision bias
184 | sgl_exp = ext_exp - $3fff(ext bias) + $7f(sgl bias)
204 subw #0x3fff,%d0 |subtract extended precision bias
207 addw #0x7f,%d0 |add single precision bias
H A Dx_unfl.S17 | operand needs to made available to the user with a bias of $6000
228 subqw #1,LOCAL_EX(%a0) |account for denorm bias vs.
229 | ;normalized bias
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S402 set EXT_BIAS, 0x3fff # extended precision bias
403 set SGL_BIAS, 0x007f # single precision bias
404 set DBL_BIAS, 0x03ff # double precision bias
7497 # The exponent bias is removed and the exponent value is #
7519 subi.w &0x3fff,%d0 # subtract off the bias
7532 subi.w &0x3fff,%d0 # subtract off the bias
9457 # ...with bias $7FFD
9471 # ...with bias $7FFD
9476 # ...with bias $7FFD
9502 # ...with bias
[all...]
H A Dfpsp.S422 set EXT_BIAS, 0x3fff # extended precision bias
423 set SGL_BIAS, 0x007f # single precision bias
424 set DBL_BIAS, 0x03ff # double precision bias
7603 # The exponent bias is removed and the exponent value is #
7625 subi.w &0x3fff,%d0 # subtract off the bias
7638 subi.w &0x3fff,%d0 # subtract off the bias
9816 # ...with bias $7FFD
9830 # ...with bias $7FFD
9835 # ...with bias $7FFD
9861 # ...with bias
[all...]
/linux-master/arch/m68k/math-emu/
H A Dfp_util.S139 add.w #0x3fff-0x7f,%d1 | re-bias the exponent.
177 add.w #0x3fff-0x3ff,%d1 | re-bias the exponent.
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dipp.h53 uint16_t bias; member in struct:ipp_prescale_params
/linux-master/drivers/video/fbdev/
H A Dpxa168fb.h368 #define CFG_BIAS_OUT(bias) ((bias) << 8)
/linux-master/include/linux/mfd/arizona/
H A Dpdata.h68 unsigned int bias; member in struct:arizona_micd_config
/linux-master/arch/arm/include/asm/
H A Ddiv64.h55 static inline uint64_t __arch_xprod_64(uint64_t m, uint64_t n, bool bias) argument
60 if (!bias) {
/linux-master/arch/sparc/kernel/
H A Dprocess_32.c369 unsigned long pc, fp, bias = 0; local
375 fp = task_thread_info(task)->ksp + bias;
387 fp = rw->ins[6] + bias;
H A Dprocess_64.c659 unsigned long pc, fp, bias = 0; local
666 bias = STACK_BIAS;
667 fp = task_thread_info(task)->ksp + bias;
678 fp = rw->ins[6] + bias;
/linux-master/arch/x86/kernel/
H A Dptrace.c1336 .bias = GDT_ENTRY_TLS_MIN,
/linux-master/drivers/cpufreq/
H A DKconfig.x86181 tristate "AMD frequency sensitivity feedback powersave bias"
184 This adds AMD-specific powersave bias function to the ondemand
/linux-master/drivers/gpio/
H A Dgpiolib.c2550 enum pin_config_param bias; local
2557 bias = PIN_CONFIG_BIAS_DISABLE;
2559 bias = PIN_CONFIG_BIAS_PULL_UP;
2561 bias = PIN_CONFIG_BIAS_PULL_DOWN;
2565 switch (bias) {
2576 return gpio_set_config_with_argument_optional(desc, bias, arg);
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h599 int bias; member in struct:dpp_cursor_attributes

Completed in 500 milliseconds

123