Searched refs:square (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/ |
D | CircleFramedDrawable.java | 67 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/ |
D | CarUserSwitchingDialog.java | 116 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/ |
D | intbufq.c | 60 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/ |
D | etc1.cpp | 294 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/ |
D | rs_value_types.rsh | 83 * 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.
|
D | rs_for_each.rsh | 124 * float __attribute__((kernel)) square(float a) { 129 * rsForEach(square, ain, aout);
|
D | rs_math.rsh | 82 * 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.
|
D | rs_matrix.rsh | 22 * These functions let you manipulate square matrices of rank 2x2, 3x3, and 4x4.
|
/frameworks/rs/script_api/ |
D | rs_math.spec | 83 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.
|
D | rs_for_each.spec | 123 float __attribute__((kernel)) square(float a) {<br/> 128 rsForEach(square, ain, aout);<br/>
|
D | rs_matrix.spec | 20 These functions let you manipulate square matrices of rank 2x2, 3x3, and 4x4.
|
/frameworks/av/media/libaaudio/examples/loopback/src/ |
D | LoopbackAnalyzer.h | 398 void square() { in square() function 597 mAudioRecording.square(); in report()
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 183 (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/ |
D | third_party.md | 45 * Java/Android: https://github.com/square/wire
|