/frameworks/compile/libbcc/lib/Renderscript/runtime/arch/ |
D | x86_generic.c | 29 extern float __attribute__((overloadable)) fmax(float v1, float v2) { in fmax() 33 extern float2 __attribute__((overloadable)) fmax(float2 v1, float2 v2) { in fmax() 40 extern float3 __attribute__((overloadable)) fmax(float3 v1, float3 v2) { in fmax() 48 extern float4 __attribute__((overloadable)) fmax(float4 v1, float4 v2) { in fmax() 57 extern float2 __attribute__((overloadable)) fmax(float2 v1, float v2) { in fmax() 64 extern float3 __attribute__((overloadable)) fmax(float3 v1, float v2) { in fmax() 72 extern float4 __attribute__((overloadable)) fmax(float4 v1, float v2) { in fmax() 81 extern float __attribute__((overloadable)) fmin(float v1, float v2) { in fmin() 89 extern float2 __attribute__((overloadable)) fmin(float2 v1, float2 v2) { in fmin() 96 extern float3 __attribute__((overloadable)) fmin(float3 v1, float3 v2) { in fmin() [all …]
|
D | generic.c | 87 extern float __attribute__((overloadable)) fmax(float v1, float v2) { in fmax() 91 extern float2 __attribute__((overloadable)) fmax(float2 v1, float2 v2) { in fmax() 98 extern float3 __attribute__((overloadable)) fmax(float3 v1, float3 v2) { in fmax() 106 extern float4 __attribute__((overloadable)) fmax(float4 v1, float4 v2) { in fmax() 115 extern float2 __attribute__((overloadable)) fmax(float2 v1, float v2) { in fmax() 122 extern float3 __attribute__((overloadable)) fmax(float3 v1, float v2) { in fmax() 130 extern float4 __attribute__((overloadable)) fmax(float4 v1, float v2) { in fmax() 139 extern float __attribute__((overloadable)) fmin(float v1, float v2) { in fmin() 147 extern float2 __attribute__((overloadable)) fmin(float2 v1, float2 v2) { in fmin() 154 extern float3 __attribute__((overloadable)) fmin(float3 v1, float3 v2) { in fmin() [all …]
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | UT_math_agree.java | 149 private float min(float v1, float v2) { in min() 152 private float[] min(float[] v1, float[] v2) { in min() 159 private byte min(byte v1, byte v2) { in min() 162 private byte[] min(byte[] v1, byte[] v2) { in min() 169 private short min(short v1, short v2) { in min() 172 private short[] min(short[] v1, short[] v2) { in min() 179 private int min(int v1, int v2) { in min() 182 private int[] min(int[] v1, int[] v2) { in min() 189 private long min(long v1, long v2) { in min() 192 private long[] min(long[] v1, long[] v2) { in min() [all …]
|
D | UT_bug_char.java | 40 private byte min(byte v1, byte v2) { in min() 43 private byte[] min(byte[] v1, byte[] v2) { in min()
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | UT_math_agree.java | 149 private float min(float v1, float v2) { in min() 152 private float[] min(float[] v1, float[] v2) { in min() 159 private byte min(byte v1, byte v2) { in min() 162 private byte[] min(byte[] v1, byte[] v2) { in min() 169 private short min(short v1, short v2) { in min() 172 private short[] min(short[] v1, short[] v2) { in min() 179 private int min(int v1, int v2) { in min() 182 private int[] min(int[] v1, int[] v2) { in min() 189 private long min(long v1, long v2) { in min() 192 private long[] min(long[] v1, long[] v2) { in min() [all …]
|
D | UT_bug_char.java | 40 private byte min(byte v1, byte v2) { in min() 43 private byte[] min(byte[] v1, byte[] v2) { in min()
|
/frameworks/native/opengl/libagl/ |
D | primitives.cpp | 74 vertex_t* v0, vertex_t* v1, vertex_t* v2) in lightTriangleDarkSmooth() 97 vertex_t* v0, vertex_t* v1, vertex_t* v2) in lightTriangleDarkFlat() 110 vertex_t* v0, vertex_t* v1, vertex_t* v2) in lightTriangleSmooth() 121 vertex_t* v0, vertex_t* v1, vertex_t* v2) in lightTriangleFlat() 160 vertex_t* v0, vertex_t* v1, vertex_t* v2) in lightTriangleDarkSmoothFog() 168 vertex_t* v0, vertex_t* v1, vertex_t* v2) in lightTriangleDarkFlatFog() 178 vertex_t* v0, vertex_t* v1, vertex_t* v2) in lightTriangleSmoothFog() 186 vertex_t* v0, vertex_t* v1, vertex_t* v2) in lightTriangleFlatFog() 237 vertex_t const* v0, vertex_t const* v1, vertex_t const* v2) in initTriangle() 391 vertex_t* v0, vertex_t* v1, vertex_t* v2) in fetch_texcoord_impl() [all …]
|
D | array.cpp | 655 vertex_t *v, *v0, *v1, *v2; in drawPrimitivesTriangleFanOrStrip() local 868 vertex_t* v2; in drawIndexedPrimitivesTriangleFanOrStrip() local 915 vertex_t* const v2 = fetch_vertex(c, *p++); in drawIndexedPrimitivesTriangles() local 929 vertex_t* const v2 = fetch_vertex(c, *p++); in drawIndexedPrimitivesTriangles() local
|
/frameworks/base/tools/layoutlib/bridge/tests/src/android/graphics/ |
D | Matrix_DelegateTest.java | 50 float[] v2 = new float[9]; in testCopyConstructor() local
|
/frameworks/compile/libbcc/tests/data/src/ |
D | addressOf.c | 14 float *v2 = &s[index].x; in testStruct() local
|
/frameworks/base/libs/hwui/ |
D | Patch.cpp | 169 float v2 = fmax(0.0f, stepY - vOffset) / bitmapHeight; in updateVertices() local 217 void Patch::generateRow(TextureVertex*& vertex, float y1, float y2, float v1, float v2, in generateRow() 268 float u1, float v1, float u2, float v2, uint32_t& quadCount) { in generateQuad()
|
D | FontRenderer.cpp | 449 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, in appendMeshQuadNoClip() 461 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, in appendMeshQuad() 484 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, in appendRotatedMeshQuad()
|
D | LayerRenderer.cpp | 184 const float v2 = (height - r->bottom) * texY; in generateMesh() local
|
/frameworks/compile/libbcc/lib/Renderscript/runtime/ |
D | rs_cl.c | 1119 float2 v2 = {native_log2(v.x), native_log2(v.y)}; in native_log2() local 1123 float3 v2 = {native_log2(v.x), native_log2(v.y), native_log2(v.z)}; in native_log2() local 1127 float4 v2 = {native_log2(v.x), native_log2(v.y), native_log2(v.z), native_log2(v.w)}; in native_log2() local 1159 float v2 = native_log2(v); in native_powr() local 1164 float2 v2 = native_log2(v); in native_powr() local 1169 float3 v2 = native_log2(v); in native_powr() local 1174 float4 v2 = native_log2(v); in native_powr() local
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | conceal.cpp | 142 uint8 *y1, *y2, *u1, *u2, *v1, *v2; in CopyVopMB() local
|
/frameworks/compile/mclinker/unittests/ |
D | GCFactoryListTraitsTest.cpp | 65 #define CHECK_LIST_VALUE(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) do { \ argument
|
/frameworks/base/libs/hwui/font/ |
D | Font.cpp | 169 float v2 = glyph->mBitmapMaxV; in drawCachedGlyph() local 195 float v2 = glyph->mBitmapMaxV; in drawCachedGlyphTransformed() local 250 const float v2 = glyph->mBitmapMaxV; in drawCachedGlyph() local
|
D | CacheTexture.h | 149 float x2, float y2, float u2, float v2, in addQuad()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsic3DLUT.cpp | 135 uint4 v2 = (v + 0x7f) >> (int4)8; in kernel() local
|
/frameworks/native/opengl/tests/angeles/ |
D | demo.c | 169 static void vector3Sub(VECTOR3 *dest, VECTOR3 *v1, VECTOR3 *v2) in vector3Sub() 244 VECTOR3 v1, v2, n; in createSuperShape() local
|
/frameworks/base/core/jni/android/graphics/ |
D | TextLayoutCache.cpp | 513 const uint16_t v2 = chars[(*iter)++]; in utf16_to_code_point() local 540 const uint16_t v2 = chars[(*iter)--]; in utf16_to_code_point_prev() local
|
/frameworks/native/services/surfaceflinger/ |
D | Transform.cpp | 73 const float v2 = A[2][i]; in operator *() local
|
/frameworks/rs/driver/ |
D | rsdGL.cpp | 543 float x2, float y2, float z2, float u2, float v2, in rsdGLDrawQuadTexCoords()
|
/frameworks/rs/ |
D | rsFont.cpp | 100 float v2 = glyph->mBitmapMaxV; in drawCachedGlyph() local 668 float u2, float v2, in appendMeshQuad()
|
/frameworks/base/core/tests/coretests/src/android/content/ |
D | ContentProviderOperationTest.java | 253 ContentValues v2 = op1.resolveValueBackReferences(previousResults, previousResults.length); in testValueBackRefs() local
|