Home
last modified time | relevance | path

Searched refs:division (Results 1 – 25 of 105) sorted by relevance

12345

/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Dst,stm32mp1.txt38 0x1: division by 2
39 0x2: division by 4
40 0x3: division by 8
45 0x1: division by 2
46 0x2: division by 3
47 0x3: division by 4
62 0x0: bypass (division by 1)
63 0x1: division by 2
64 0x2: division by 3
65 0x3: division by 4
/openbmc/entity-manager/src/
H A Dexpression.cpp45 return Operation::division; in parseOperation()
67 case Operation::division: in evaluate()
H A Dexpression.hpp29 division, enumerator
/openbmc/u-boot/arch/arm/lib/
H A Ddiv64.S87 @ The division loop for needed upper bit positions.
103 @ The division loop for lower bit positions.
143 @ If possible, branch for another shift in the division loop.
190 @ eq -> division by 1: obvious enough...
H A Dlib1funcs.S42 @ at the left end of each 4 bit nibbles in the division loop
51 @ division loop. Continue shifting until the divisor is
138 @ division loop. Continue shifting until the divisor is
255 subs r2, r1, #1 @ division by 1 or -1 ?
/openbmc/linux/arch/arm/lib/
H A Ddiv64.S84 @ The division loop for needed upper bit positions.
100 @ The division loop for lower bit positions.
140 @ If possible, branch for another shift in the division loop.
187 @ eq -> division by 1: obvious enough...
H A Dlib1funcs.S56 @ at the left end of each 4 bit nibbles in the division loop
65 @ division loop. Continue shifting until the divisor is
152 @ division loop. Continue shifting until the divisor is
272 subs r2, r1, #1 @ division by 1 or -1 ?
/openbmc/linux/scripts/coccinelle/misc/
H A Ddo_div.cocci2 /// do_div() does a 64-by-32 division.
5 /// non-zero and be truncated to 0 for division on 64bit platforms.
62 msg="WARNING: do_div() does a 64-by-32 division, please consider using %s instead."
H A Darray_size.cocci5 //# where there is a division of sizeof the array by the sizeof its first
7 //# division of the two sizeofs by ARRAY_SIZE.
/openbmc/linux/drivers/input/keyboard/
H A Dlkkbd.c566 int division; in lkkbd_reinit() local
585 for (division = 1; division <= 14; division++) in lkkbd_reinit()
587 LK_CMD_SET_MODE(LK_MODE_UPDOWN, division)); in lkkbd_reinit()
/openbmc/openbmc/poky/meta/conf/machine/include/arm/
H A Dfeature-arm-idiv.inc1 TUNEVALID[idiv] = "ARM-state integer division instructions"
/openbmc/linux/Documentation/staging/
H A Dcrc32.rst5 A CRC is a long-division remainder. You add the CRC to the message,
13 It's actually the same long division you learned in school, except that:
20 Like all division, the remainder is always smaller than the divisor.
34 Just like with ordinary division, you proceed one digit (bit) at a time.
35 Each step of the division you take one more digit (bit) of the dividend
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-service-time.rst60 the division and just compare the 'in-flight-size'.
62 2. If the paths have the same 'in-flight-size', skip the division
/openbmc/openbmc/poky/meta/recipes-graphics/graphene/files/
H A Dfloat-div.patch27 message('Cross-building, assuming IEEE 754 division:', ieee754_float_div)
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/
H A D0001-meson.build-do-not-enable-pidfd-features-on-native-g.patch29 # Check for __uint128_t (gcc) by checking for 128-bit division
/openbmc/linux/tools/perf/scripts/python/
H A Dmem-phys-addr.py6 from __future__ import division
/openbmc/u-boot/doc/
H A DREADME.AX2518 - RVM for multiplication and division instructions
/openbmc/linux/Documentation/ABI/testing/
H A Ddevlink-resource-mlxsw9 and the second is a linear access table. The division
/openbmc/linux/arch/powerpc/lib/
H A Ddiv64.S48 divwu r0,r6,r4 # perform the remaining 32-bit division
/openbmc/linux/Documentation/arch/arm/nwfpe/
H A Dnotes.rst31 moved to f4 to preserve it over the log(y) call. The division will be done
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A DKconfig48 doesn't support SDIO time division interrupt.
/openbmc/linux/arch/loongarch/
H A DMakefile86 cflags-y += $(call cc-option, -mno-check-zero-division)
/openbmc/openbmc/poky/bitbake/lib/progressbar/
H A Dprogressbar.py26 from __future__ import division
/openbmc/linux/arch/powerpc/boot/
H A Ddiv64.S48 divwu r0,r6,r4 # perform the remaining 32-bit division
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dst,stm32-rcc.txt79 4 CLK_HSE_RTC (HSE division factor for RTC clock)

12345