Home
last modified time | relevance | path

Searched full:square (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/openbmc/linux/arch/x86/math-emu/
H A Dwm_sqrt.S6 | 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 …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libjs/
H A Dlibjs-jquery-icheck_1.0.3.bb37 install -d ${D}${datadir}/javascript/jquery-icheck/skins/square/
38 install -m 0644 ${S}/skins/square/* ${D}${datadir}/javascript/jquery-icheck/skins/square/
/openbmc/linux/Documentation/devicetree/bindings/clock/ti/davinci/
H A Dpll.txt18 - ti,clkmode-square-wave: Indicates that the board is supplying a square
61 ti,clkmode-square-wave;
/openbmc/u-boot/configs/
H A Drock2_defconfig15 CONFIG_DEFAULT_FDT_FILE="rk3288-rock2-square.dtb"
36 CONFIG_DEFAULT_DEVICE_TREE="rk3288-rock2-square"
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-cropcap.rst43 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
/openbmc/docs/designs/
H A Dgpio-based-cable-presence.md119 string is extracted from the tailing square bracket. The original dbus path can
150 - IPMI name string can only be 16 characters. Using square brackets would take
151 away 2 chars. However, using square brackets gives a better indication for the
152 start of the index string. Hence, the index string will be enclosed by square
/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen1/
H A Dfloating-point.json87 "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.",
/openbmc/u-boot/drivers/rtc/
H A Dds1374.c57 #define RTC_CTL_BIT_RS1 (1<<1) /* Bit 1/2 - Rate Select square wave output */
58 #define RTC_CTL_BIT_RS2 (1<<2) /* Bit 2/2 - Rate Select square wave output */
60 #define RTC_CTL_BIT_BBSQW (1<<4) /* Bit 4 - Battery-Backed Square-Wave */
167 * on the square wave output increases the current drain on the backup
H A Dpt7c4338.c16 * 2)Programmable square-wave output.
41 #define RTC_CTL_STAT_BIT_SQWE 0x10 /* Square Wave Enable */
/openbmc/linux/lib/math/
H A Dint_sqrt.c6 * square root from Guy L. Steele.
15 * int_sqrt - computes the integer square root
/openbmc/linux/drivers/gpu/drm/amd/display/dc/basics/
H A Dfixpt31_32.c230 struct fixed31_32 square; in dc_fixpt_sinc() local
250 square = dc_fixpt_sqr(arg_norm); in dc_fixpt_sinc()
257 square, in dc_fixpt_sinc()
283 const struct fixed31_32 square = dc_fixpt_sqr(arg); in dc_fixpt_cos() local
294 square, in dc_fixpt_cos()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-typec-displayport10 with the active one wrapped in square brackets.
33 square brackets.
H A Dsysfs-bus-iio-dac-dpot-dac7 the step and the maximum value, all enclosed in square brackets.
H A Dsysfs-bus-iio-potentiometer-mcp45317 the step and the maximum value, all enclosed in square brackets.
H A Dsysfs-bus-iio-distance-srf0813 in square brackets.
/openbmc/linux/Documentation/networking/device_drivers/can/ctu/
H A Dfsm_txt_buffer_user.svg81 …="45.2319" rx="0" ry="0" fill="#e5e5e5" stroke="#717171" stroke-linecap="square" stroke-width=".49…
84 …="35.0443" rx="0" ry="0" fill="#e5e5e5" stroke="#717171" stroke-linecap="square" stroke-width=".5"…
86 <g fill="#ffcb35" stroke="#000" stroke-linecap="square">
91 <g fill="#28a4ff" stroke="#000" stroke-linecap="square" stroke-width=".499999">
98 …" rx="10.8866" ry="4.39308" fill="#ffcb35" stroke="#000" stroke-linecap="square" stroke-width=".49…
112 …y="171.63" width="106.581" height="16.601" rx="0" ry="0" stroke-linecap="square" stroke-width=".49…
119 …0 1 0.96164-3e-3 0.959514 0.97091 0 0 1 0.48149 0.84231" stroke-linecap="square" stroke-width=".60…
/openbmc/linux/drivers/media/usb/gspca/
H A Dvicam.c39 /* 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 */
/openbmc/linux/drivers/media/i2c/
H A Dbt866.c155 /* Code to setup square pixels, might be of some use in the future,
159 val |= 1; /* SQUARE */
161 val &= ~1; /* !SQUARE */
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dapq8039-t2.dts18 model = "Square, Inc. T2 Devkit";
19 compatible = "square,apq8039-t2", "qcom,msm8939";
166 model = "apq8039-square-sndcard";
/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen4/
H A Dfloating-point.json17 "BriefDescription": "Retired x87 floating-point divide and square root ops.",
41 "BriefDescription": "Retired SSE and AVX floating-point divide and square root ops.",
167 "BriefDescription": "Retired scalar floating-point square root ops.",
233 "BriefDescription": "Retired vector floating-point square root ops.",
485 "BriefDescription": "Retired 128-bit packed floating-point square root ops.",
563 "BriefDescription": "Retired 256-bit packed floating-point square root ops.",
/openbmc/linux/arch/parisc/math-emu/
H A Dsfsqrt.c15 * Single Floating-point Square Root
33 * Single Floating-point Square Root
H A Ddfsqrt.c15 * Double Floating-point Square Root
33 * Double Floating-point Square Root
/openbmc/u-boot/include/linux/
H A Dmc146818rtc.h60 /* Periodic intr. / Square wave rate select. 0=none, 1=32.8kHz,... 15=2Hz */
69 # define RTC_SQWE 0x08 /* enable square-wave output */
/openbmc/linux/drivers/staging/iio/frequency/
H A Dad9834.c247 } else if (is_ad9833_7 && sysfs_streq(buf, "square")) { in ad9834_store_wavetype()
256 if (sysfs_streq(buf, "square") && in ad9834_store_wavetype()
288 str = "sine triangle square"; in ad9834_show_out0_wavetype_available()
312 str = "square"; in ad9834_show_out1_wavetype_available()
/openbmc/u-boot/include/configs/
H A Dtqma6_wru4.h26 /* Turn off RTC square-wave output to save battery */

12345678910>>...13