/linux/arch/mips/math-emu/ |
H A D | ieee754dp.c | 68 case FPU_CSR_RU: /* toward +Infinity */ in ieee754dp_get_rounding() 72 case FPU_CSR_RD: /* toward -Infinity */ in ieee754dp_get_rounding() 106 case FPU_CSR_RU: /* toward +Infinity */ in ieee754dp_format() 111 case FPU_CSR_RD: /* toward -Infinity */ in ieee754dp_format() 171 case FPU_CSR_RU: /* toward +Infinity */ in ieee754dp_format() 176 case FPU_CSR_RD: /* toward -Infinity */ in ieee754dp_format()
|
H A D | ieee754sp.c | 68 case FPU_CSR_RU: /* toward +Infinity */ in ieee754sp_get_rounding() 72 case FPU_CSR_RD: /* toward -Infinity */ in ieee754sp_get_rounding() 106 case FPU_CSR_RU: /* toward +Infinity */ in ieee754sp_format() 111 case FPU_CSR_RD: /* toward -Infinity */ in ieee754sp_format() 170 case FPU_CSR_RU: /* toward +Infinity */ in ieee754sp_format() 175 case FPU_CSR_RD: /* toward -Infinity */ in ieee754sp_format()
|
H A D | sp_rint.c | 56 case FPU_CSR_RN: /* toward nearest */ in ieee754sp_rint() 60 case FPU_CSR_RZ: /* toward zero */ in ieee754sp_rint() 62 case FPU_CSR_RU: /* toward +infinity */ in ieee754sp_rint() 66 case FPU_CSR_RD: /* toward -infinity */ in ieee754sp_rint()
|
H A D | dp_rint.c | 55 case FPU_CSR_RN: /* toward nearest */ in ieee754dp_rint() 59 case FPU_CSR_RZ: /* toward zero */ in ieee754dp_rint() 61 case FPU_CSR_RU: /* toward +infinity */ in ieee754dp_rint() 65 case FPU_CSR_RD: /* toward -infinity */ in ieee754dp_rint()
|
H A D | sp_tint.c | 79 case FPU_CSR_RU: /* toward +Infinity */ in ieee754sp_tint() 83 case FPU_CSR_RD: /* toward -Infinity */ in ieee754sp_tint()
|
H A D | sp_tlong.c | 75 case FPU_CSR_RU: /* toward +Infinity */ in ieee754sp_tlong() 79 case FPU_CSR_RD: /* toward -Infinity */ in ieee754sp_tlong()
|
H A D | dp_tint.c | 74 case FPU_CSR_RU: /* toward +Infinity */ in ieee754dp_tint() 78 case FPU_CSR_RD: /* toward -Infinity */ in ieee754dp_tint()
|
H A D | dp_tlong.c | 79 case FPU_CSR_RU: /* toward +Infinity */ in ieee754dp_tlong() 83 case FPU_CSR_RD: /* toward -Infinity */ in ieee754dp_tlong()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_gt_mcr.h | 34 * should be used to steer MCR accesses toward this DSS. 46 * instance IDs that should be used to steer MCR accesses toward this DSS. 58 * instance IDs that should be used to steer MCR accesses toward this DSS.
|
/linux/Documentation/devicetree/bindings/iio/ |
H A D | mount-matrix.txt | 34 toward the face of the user. 49 - Accelerometers have their world frame of reference toward the center of
|
/linux/drivers/gpu/drm/panel/ |
H A D | panel-novatek-nt35510.c | 449 * @vbp: vertical back porch toward the PANEL note: not toward 455 * @vfp: vertical front porch toward the PANEL. 1226 * and generated toward the physical display. As the panel is not 1288 /* VBP: vertical back porch toward the panel */ 1290 /* VFP: vertical front porch toward the panel */ 1363 /* VBP: vertical back porch toward the panel */ 1365 /* VFP: vertical front porch toward the panel */
|
/linux/include/linux/pinctrl/ |
H A D | devinfo.h | 23 /* The device core acts as a consumer toward pinctrl */
|
/linux/drivers/thermal/broadcom/ |
H A D | brcmstb_thermal.c | 133 * @low: if true, round toward the low side 212 /* round toward low temp for the low interrupt */ in avs_tmon_set_trip_temp()
|
/linux/Documentation/devicetree/bindings/iio/light/ |
H A D | capella,cm3605.yaml | 37 movements toward and away from the proximity sensor.
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_mcr.h | 63 * should be used to steer MCR accesses toward this DSS.
|
H A D | intel_gt_mcr.c | 31 * If MCR register operations are steered toward a hardware unit that is 433 * Returns the value read from an MCR register after steering toward a specific 451 * Write an MCR register in unicast mode after steering toward a specific
|
/linux/tools/testing/selftests/futex/ |
H A D | README | 13 directory or purely as header files under include/, I'm leaning toward the
|
/linux/Documentation/process/ |
H A D | 6.Followthrough.rst | 15 and, as a result, is heavily oriented toward the improvement of posted 51 working toward the creation of the best kernel they can; they are not
|
H A D | 8.Conclusion.rst | 64 done when thousands of people work together toward a common goal.
|
H A D | code-of-conduct-interpretation.rst | 58 primary goal for all of us should be to work toward amicable resolutions
|
/linux/arch/arm/nwfpe/ |
H A D | fpopcode.h | 160 | Round toward plus infinity | 0 | 1 | 161 | Round toward negative infinity | 1 | 0 | 162 | Round toward zero | 1 | 1 |
|
/linux/Documentation/scsi/ |
H A D | lpfc.rst | 11 toward the upstream kernel. As such, we removed #ifdefs for older kernels
|
/linux/net/ipv4/ |
H A D | tcp_bbr.c | 142 * In order to help drive the network toward lower queues and low latency while 370 * case we need to slow-start up toward something safe: TCP_INIT_CWND. in bbr_bdp() 490 * Then, in bbr_set_cwnd() we slow start up toward the target cwnd. in bbr_set_cwnd_to_recover_or_restore() 516 /* Slow-start up toward target cwnd (if bw estimate is growing, or packet loss 540 /* If we're below target cwnd, slow start cwnd toward target cwnd. */ in bbr_set_cwnd()
|
/linux/arch/powerpc/math-emu/ |
H A D | math_efp.c | 823 * and round toward zero with IEEE-754 complied, we just need in speround_handler() 824 * to handle round toward +Inf and round toward -Inf by software. in speround_handler()
|
/linux/drivers/net/wireless/ti/wl18xx/ |
H A D | reg.h | 229 /* command to set ATPG clock toward FDSP Code RAM rather than its own clock */
|