Searched refs:square (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
H A DCircleFramedDrawable.java67 final int square = Math.min(width, height);
69 final Rect cropRect = new Rect((width - square) / 2, (height - square) / 2, square, square);
/frameworks/wilhelm/tests/sandbox/
H A Dintbufq.c60 frame_t square[SQUARE_FRAMES]; variable
157 square[i].left = (i % (unsigned) (sr / hz)) < 50 ? 32767 : -32768;
158 square[i].right = square[i].left;
193 buffer = square;
194 size = sizeof(square);
/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp198 // Output is a 4 x 4 square of 3-byte pixels in form R, G, B
294 inline int square(int x) { function
312 etc1_uint32 score = (etc1_uint32) (6 * square(decodedG - pixelG));
317 score += (etc1_uint32) (3 * square(decodedR - pixelR));
322 score += (etc1_uint32) square(decodedB - pixelB);
479 // Input is a 4 x 4 square of 3-byte pixels in form R, G, B
/frameworks/rs/api/
H A Drs_for_each.spec123 float __attribute__((kernel)) square(float a) {<br/>
128 &nbsp;&nbsp;rsForEach(square, ain, aout);<br/>
H A Drs_math.spec79 2 divided by the square root of pi, as a 32 bit float.
142 The inverse of the square root of 2, as a 32 bit float.
149 The square root of 2, as a 32 bit float.
1141 summary: Reciprocal of a square root computed to 16 bit precision
1159 Returns the approximate square root of a value.
2523 summary: Approximate reciprocal of a square root
2648 summary: Approximate square root
3013 summary: Reciprocal of a square root
3157 Returns the square root of a value.
H A Drs_matrix.spec20 These functions let you manipulate square matrices of rank 2x2, 3x3, and 4x4.

Completed in 532 milliseconds