Home
last modified time | relevance | path

Searched refs:square (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
DCircleFramedDrawable.java67 final int square = Math.min(width, height); in CircleFramedDrawable() local
69 final Rect cropRect = new Rect((width - square) / 2, (height - square) / 2, square, square); in CircleFramedDrawable()
/frameworks/base/services/core/java/com/android/server/am/
DCarUserSwitchingDialog.java116 final int square = Math.min(width, height); in CircleFramedDrawable() local
118 final Rect cropRect = new Rect((width - square) / 2, (height - square) / 2, in CircleFramedDrawable()
119 square, square); in CircleFramedDrawable()
/frameworks/wilhelm/tests/sandbox/
Dintbufq.c60 frame_t square[SQUARE_FRAMES]; variable
157 square[i].left = (i % (unsigned) (sr / hz)) < 50 ? 32767 : -32768; in main()
158 square[i].right = square[i].left; in main()
193 buffer = square; in main()
194 size = sizeof(square); in main()
/frameworks/native/opengl/libs/ETC1/
Detc1.cpp294 inline int square(int x) { in square() function
312 etc1_uint32 score = (etc1_uint32) (6 * square(decodedG - pixelG)); in chooseModifier()
317 score += (etc1_uint32) (3 * square(decodedR - pixelR)); in chooseModifier()
322 score += (etc1_uint32) square(decodedB - pixelB); in chooseModifier()
/frameworks/rs/script_api/include/
Drs_value_types.rsh83 * RenderScript supports fixed size square matrices of floats of size 2x2, 3x3, and 4x4.
501 * A square 2x2 matrix of floats. The entries are stored in the array at the
513 * A square 3x3 matrix of floats. The entries are stored in the array at the
525 * A square 4x4 matrix of floats. The entries are stored in the array at the
537 * A square 4x4 matrix of floats that represents a quaternion.
Drs_for_each.rsh124 * float __attribute__((kernel)) square(float a) {
129 * rsForEach(square, ain, aout);
Drs_math.rsh82 * 2 divided by the square root of pi, as a 32 bit float.
145 * The inverse of the square root of 2, as a 32 bit float.
152 * The square root of 2, as a 32 bit float.
2100 * half_rsqrt: Reciprocal of a square root computed to 16 bit precision
2131 * Returns the approximate square root of a value.
5038 * native_rsqrt: Approximate reciprocal of a square root
5281 * native_sqrt: Approximate square root
5889 * rsqrt: Reciprocal of a square root
6135 * Returns the square root of a value.
Drs_matrix.rsh22 * These functions let you manipulate square matrices of rank 2x2, 3x3, and 4x4.
/frameworks/rs/script_api/
Drs_math.spec83 2 divided by the square root of pi, as a 32 bit float.
155 The inverse of the square root of 2, as a 32 bit float.
163 The square root of 2, as a 32 bit float.
1155 summary: Reciprocal of a square root computed to 16 bit precision
1173 Returns the approximate square root of a value.
2537 summary: Approximate reciprocal of a square root
2662 summary: Approximate square root
3027 summary: Reciprocal of a square root
3171 Returns the square root of a value.
Drs_for_each.spec123 float __attribute__((kernel)) square(float a) {<br/>
128 &nbsp;&nbsp;rsForEach(square, ain, aout);<br/>
Drs_matrix.spec20 These functions let you manipulate square matrices of rank 2x2, 3x3, and 4x4.
/frameworks/av/media/libaaudio/examples/loopback/src/
DLoopbackAnalyzer.h398 void square() { in square() function
597 mAudioRecording.square(); in report()
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt183 (For example, a function in a library to compute square roots has
187 be optional: if the application does not supply it, the square
188 root function must still compute square roots.)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/docs/
Dthird_party.md45 * Java/Android: https://github.com/square/wire