| /frameworks/rs/driver/runtime/arch/ |
| D | generic.c | 114 extern float __attribute__((overloadable)) fmax(float v1, float v2) { in fmax() 118 extern float2 __attribute__((overloadable)) fmax(float2 v1, float2 v2) { in fmax() 125 extern float3 __attribute__((overloadable)) fmax(float3 v1, float3 v2) { in fmax() 133 extern float4 __attribute__((overloadable)) fmax(float4 v1, float4 v2) { in fmax() 142 extern float2 __attribute__((overloadable)) fmax(float2 v1, float v2) { in fmax() 149 extern float3 __attribute__((overloadable)) fmax(float3 v1, float v2) { in fmax() 157 extern float4 __attribute__((overloadable)) fmax(float4 v1, float v2) { in fmax() 166 extern float __attribute__((overloadable)) fmin(float v1, float v2) { in fmin() 174 extern float2 __attribute__((overloadable)) fmin(float2 v1, float2 v2) { in fmin() 181 extern float3 __attribute__((overloadable)) fmin(float3 v1, float3 v2) { in fmin() [all …]
|
| /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/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/driver/runtime/ |
| D | rs_cl.c | 1207 float2 v2 = {native_log2(v.x), native_log2(v.y)}; in native_log2() local 1211 float3 v2 = {native_log2(v.x), native_log2(v.y), native_log2(v.z)}; in native_log2() local 1215 float4 v2 = {native_log2(v.x), native_log2(v.y), native_log2(v.z), native_log2(v.w)}; in native_log2() local 1247 float v2 = native_log2(v); in native_powr() local 1252 float2 v2 = native_log2(v); in native_powr() local 1257 float3 v2 = native_log2(v); in native_powr() local 1262 float4 v2 = native_log2(v); in native_powr() local 1267 extern double __attribute__((overloadable)) min(double v1, double v2) { in min() 1271 extern double2 __attribute__((overloadable)) min(double2 v1, double2 v2) { in min() 1278 extern double3 __attribute__((overloadable)) min(double3 v1, double3 v2) { in min() [all …]
|
| /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() argument 110 vertex_t* v0, vertex_t* v1, vertex_t* v2) in lightTriangleSmooth() 121 vertex_t* /*v0*/, vertex_t* /*v1*/, vertex_t* v2) in lightTriangleFlat() argument 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 …]
|
| /frameworks/base/tools/split-select/ |
| D | Abi.cpp | 24 static Vector<Variant> buildVariants(Variant v1, Variant v2) { in buildVariants() 31 static Vector<Variant> buildVariants(Variant v1, Variant v2, Variant v3) { in buildVariants()
|
| /frameworks/base/tools/layoutlib/bridge/tests/src/android/graphics/ |
| D | Matrix_DelegateTest.java | 40 float[] v2 = new float[9]; in testCopyConstructor() local
|
| /frameworks/native/libs/ui/tests/ |
| D | vec_test.cpp | 55 vec4 v2(1,2,3,4); in TEST_F() local 212 vec4 v2(v0 + v1); in TEST_F() local
|
| /frameworks/base/libs/hwui/ |
| D | Patch.cpp | 140 float v2 = fmax(0.0f, stepY - vOffset) / bitmapHeight; in createMesh() local 172 float y1, float y2, float v1, float v2, float stretchX, float rescaleX, in generateRow() 212 float u1, float v1, float u2, float v2, uint32_t& quadCount) { in generateQuad()
|
| D | UvMapper.h | 101 void map(float& u1, float& v1, float& u2, float& v2) const { in map()
|
| D | Interpolator.cpp | 120 float v2 = mValues[i2]; in interpolate() local
|
| D | FontRenderer.cpp | 538 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, in appendMeshQuadNoClip() 550 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, in appendMeshQuad() 573 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, in appendRotatedMeshQuad()
|
| /frameworks/base/libs/androidfw/tests/ |
| D | TypeWrappers_test.cpp | 57 Res_value v2; in createTypeData() local
|
| /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
| D | Convolve3x3.java | 43 private float blend(float v1, float v2, float p) { in blend()
|
| D | Convolve5x5.java | 43 private float blend(float v1, float v2, float p) { in blend()
|
| /frameworks/base/libs/hwui/utils/ |
| D | MathUtils.h | 84 inline static float lerp(float v1, float v2, float t) { in lerp()
|
| /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
| D | conceal.cpp | 147 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 | 174 float v2 = glyph->mBitmapMaxV; in drawCachedGlyph() local 203 float v2 = glyph->mBitmapMaxV; in drawCachedGlyphTransformed() local 269 const float v2 = glyph->mBitmapMaxV; in drawCachedGlyph() local
|
| D | CacheTexture.h | 158 float x2, float y2, float u2, float v2, in addQuad()
|
| /frameworks/rs/cpu_ref/ |
| D | rsCpuIntrinsic3DLUT.cpp | 133 uint4 v2 = (v + 0x7f) >> (int4)8; in kernel() local
|
| /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
| D | ArrayMapTests.java | 111 private static boolean compare(Object v1, Object v2) { in compare()
|
| /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
|