| /kernel/linux/linux-5.10/arch/x86/math-emu/ |
| D | wm_sqrt.S | 6 | Fixed point arithmetic square root evaluation. | 19 | returns the square root of n in n. | 21 | Use Newton's method to compute the square root of a number, which must | 163 /* First, find the square of the guess */ 232 /* Now the square root has been computed to better than 60 bits. */ 234 /* Find the square of the guess. */ 363 * We need just find the square of our estimate, compare it 370 movl %edx,%ebx /* 2nd ls word of square */ 371 movl %eax,%ecx /* ls word of square */ 425 movl %edx,%ebx /* 2nd ls word of square */ [all …]
|
| /kernel/linux/linux-4.19/arch/x86/math-emu/ |
| D | wm_sqrt.S | 6 | Fixed point arithmetic square root evaluation. | 19 | returns the square root of n in n. | 21 | Use Newton's method to compute the square root of a number, which must | 163 /* First, find the square of the guess */ 232 /* Now the square root has been computed to better than 60 bits. */ 234 /* Find the square of the guess. */ 363 * We need just find the square of our estimate, compare it 370 movl %edx,%ebx /* 2nd ls word of square */ 371 movl %eax,%ecx /* ls word of square */ 425 movl %edx,%ebx /* 2nd ls word of square */ [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ti/davinci/ |
| D | pll.txt | 18 - ti,clkmode-square-wave: Indicates that the the board is supplying a square 61 ti,clkmode-square-wave;
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/clock/ti/davinci/ |
| D | pll.txt | 18 - ti,clkmode-square-wave: Indicates that the the board is supplying a square 61 ti,clkmode-square-wave;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/rtc/ |
| D | maxim,ds3231.txt | 14 - 0: square-wave output on the SQW pin 15 - 1: square-wave output on the 32kHz pin
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/rtc/ |
| D | maxim,ds3231.txt | 14 - 0: square-wave output on the SQW pin 15 - 1: square-wave output on the 32kHz pin
|
| /kernel/linux/linux-4.19/Documentation/media/uapi/v4l/ |
| D | vidioc-cropcap.rst | 44 support cropping and/or scaling and/or have non-square pixels, and for 81 to get square pixels. 83 When cropping coordinates refer to square pixels, the driver sets
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | vidioc-cropcap.rst | 43 support cropping and/or scaling and/or have non-square pixels, and for 80 to get square pixels. 82 When cropping coordinates refer to square pixels, the driver sets
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/amdzen1/ |
| D | floating-point.json | 87 "BriefDescription": "Divide and square root Ops.", 88 … retired. The number of events logged per cycle can vary from 0 to 8. Divide and square root Ops.", 122 "BriefDescription": "Double precision divide/square root FLOPS.", 123 … can vary from 0 to 64. This event can count above 15. Double precision divide/square root FLOPS.", 150 "BriefDescription": "Single-precision divide/square root FLOPS.", 151 … can vary from 0 to 64. This event can count above 15. Single-precision divide/square root FLOPS.",
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/amd/display/dc/basics/ |
| D | fixpt31_32.c | 226 struct fixed31_32 square; in dc_fixpt_sinc() local 246 square = dc_fixpt_sqr(arg_norm); in dc_fixpt_sinc() 253 square, in dc_fixpt_sinc() 279 const struct fixed31_32 square = dc_fixpt_sqr(arg); in dc_fixpt_cos() local 290 square, in dc_fixpt_cos()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/basics/ |
| D | fixpt31_32.c | 226 struct fixed31_32 square; in dc_fixpt_sinc() local 246 square = dc_fixpt_sqr(arg_norm); in dc_fixpt_sinc() 253 square, in dc_fixpt_sinc() 279 const struct fixed31_32 square = dc_fixpt_sqr(arg); in dc_fixpt_cos() local 290 square, in dc_fixpt_cos()
|
| /kernel/linux/linux-5.10/lib/math/ |
| D | int_sqrt.c | 6 * square root from Guy L. Steele. 14 * int_sqrt - computes the integer square root
|
| /kernel/linux/linux-4.19/lib/ |
| D | int_sqrt.c | 6 * square root from Guy L. Steele. 14 * int_sqrt - computes the integer square root
|
| /kernel/linux/linux-4.19/Documentation/ABI/testing/ |
| D | sysfs-driver-typec-displayport | 10 with the active one wrapped in square brackets. 33 square brackets.
|
| D | sysfs-bus-iio-dac-dpot-dac | 7 the step and the maximum value, all enclosed in square brackets.
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-driver-typec-displayport | 10 with the active one wrapped in square brackets. 33 square brackets.
|
| D | sysfs-bus-iio-dac-dpot-dac | 7 the step and the maximum value, all enclosed in square brackets.
|
| /kernel/linux/linux-4.19/drivers/misc/ |
| D | ioc4.c | 161 /* Set up square wave */ in ioc4_clock_calibrate() 169 /* Check square wave period averaged over some number of cycles */ in ioc4_clock_calibrate() 188 * the square wave cycles. in ioc4_clock_calibrate() 189 * 2. Divide by number of square wave cycles to get the period in ioc4_clock_calibrate() 190 * of a square wave cycle. in ioc4_clock_calibrate() 192 * by which the IOC4 generates the square wave, to get the in ioc4_clock_calibrate()
|
| /kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
| D | vicam.c | 39 /* The vicam sensor has a resolution of 512 x 244, with I believe square 41 non square pixels :( */ 47 /* 2 modes with somewhat more square pixels */ 56 #if 0 /* This mode has extremely non square pixels, testing use only */
|
| /kernel/linux/linux-4.19/drivers/media/usb/gspca/ |
| D | vicam.c | 48 /* The vicam sensor has a resolution of 512 x 244, with I believe square 50 non square pixels :( */ 56 /* 2 modes with somewhat more square pixels */ 65 #if 0 /* This mode has extremely non square pixels, testing use only */
|
| /kernel/linux/linux-5.10/drivers/media/i2c/ |
| D | bt866.c | 155 /* Code to setup square pixels, might be of some use in the future, 159 val |= 1; /* SQUARE */ 161 val &= ~1; /* !SQUARE */
|
| /kernel/linux/linux-4.19/drivers/media/i2c/ |
| D | bt866.c | 167 /* Code to setup square pixels, might be of some use in the future, 171 val |= 1; /* SQUARE */ 173 val &= ~1; /* !SQUARE */
|
| /kernel/linux/linux-5.10/arch/parisc/math-emu/ |
| D | sfsqrt.c | 15 * Single Floating-point Square Root 33 * Single Floating-point Square Root
|
| D | dfsqrt.c | 15 * Double Floating-point Square Root 33 * Double Floating-point Square Root
|
| /kernel/linux/linux-4.19/arch/parisc/math-emu/ |
| D | sfsqrt.c | 28 * Single Floating-point Square Root 46 * Single Floating-point Square Root
|