Home
last modified time | relevance | path

Searched +defs:b +defs:a (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int/d/
DT_rsub_int_1.java21 public int run(int a) { in run()
22 int b = 4; in run() local
26 public int run1(int a) { in run1()
27 int b = 60; in run1() local
31 public int run2(int a) { in run2()
32 int b = 20; in run2() local
36 public int run3(int a) { in run3()
37 int b = -25; in run3() local
41 public int run4(int a) { in run4()
42 int b = -70; in run4() local
[all …]
DT_rsub_int_2.java21 public int run(int a) { in run()
22 int b = 255; in run() local
26 public int run1(int a) { in run1()
27 int b = -32768; in run1() local
31 public int run2(int a) { in run2()
32 int b = 0; in run2() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int_lit8/d/
DT_rsub_int_lit8_1.java21 public int run(int a) { in run()
22 int b = 4; in run() local
26 public int run1(int a) { in run1()
27 int b = 60; in run1() local
31 public int run2(int a) { in run2()
32 int b = 20; in run2() local
36 public int run3(int a) { in run3()
37 int b = -25; in run3() local
41 public int run4(int a) { in run4()
42 int b = -70; in run4() local
[all …]
DT_rsub_int_lit8_2.java21 public int run(int a) { in run()
22 int b = 123; in run() local
26 public int run1(int a) { in run1()
27 int b = -123; in run1() local
31 public int run2(int a) { in run2()
32 int b = 0; in run2() local
/cts/tests/tests/graphics/jni/
DNativeTestHelpers.h30 #define ASSERT_TRUE(a) ASSERT((a), "assert failed on (" #a ") at " __FILE__ ":%d", __LINE__) argument
31 #define ASSERT_FALSE(a) ASSERT(!(a), "assert failed on (!" #a ") at " __FILE__ ":%d", __LINE__) argument
32 #define ASSERT_EQ(a, b) \ argument
34 #define ASSERT_NE(a, b) \ argument
36 #define ASSERT_GT(a, b) \ argument
38 #define ASSERT_GE(a, b) \ argument
40 #define ASSERT_LT(a, b) \ argument
42 #define ASSERT_LE(a, b) \ argument
/cts/tests/sensor/jni/
DnativeTestHelper.h33 #define ASSERT_TRUE(a) ASSERT((a), "assert failed on (" #a ") at " __FILE__ ":%d", __LINE__) argument
34 #define ASSERT_FALSE(a) ASSERT(!(a), "assert failed on (!" #a ") at " __FILE__ ":%d", __LINE__) argument
35 #define ASSERT_EQ(a, b) \ argument
37 #define ASSERT_NE(a, b) \ argument
39 #define ASSERT_GT(a, b) \ argument
41 #define ASSERT_GE(a, b) \ argument
43 #define ASSERT_LT(a, b) \ argument
45 #define ASSERT_LE(a, b) \ argument
47 #define ASSERT_NULL(a) \ argument
49 #define ASSERT_NOT_NULL(a) \ argument
[all …]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DTarget.java113 Floaty newFloaty(double a) { in newFloaty()
117 Floaty newFloaty(double a, double b) { in newFloaty()
121 Floaty newFloaty(double a, double b, double c) { in newFloaty()
125 Floaty newFloaty(double a, double b, double c, double d) { in newFloaty()
129 Floaty newFloaty(double a, double b, double c, double d, double e) { in newFloaty()
138 Floaty new32(float a) { in new32()
142 Floaty new32(float a, float b) { in new32()
146 Floaty new32(float a, float b, float c) { in new32()
150 Floaty new32(float a, float b, float c, float d) { in new32()
154 Floaty new32(float a, float b, float c, float d, float e) { in new32()
[all …]
Dfloat16_gen.c152 unsigned short a = (value & EXPONENT_MASK); in getErrorBar() local
153 unsigned short b = (a | 1); in getErrorBar() local
187 unsigned short add(unsigned short a, unsigned short b) { in add()
193 unsigned short subtract(unsigned short a, unsigned short b) { in subtract()
199 unsigned short multiply(unsigned short a, unsigned short b) { in multiply()
205 unsigned short divide(unsigned short a, unsigned short b) { in divide()
/cts/tests/tests/opengl/src/android/opengl/cts/
DNativeColorBufferTest.java42 float b = 0.0f; in test_RGBA_1001() local
43 float a = 1.0f; in test_RGBA_1001() local
60 float b = 0.0f; in test_RGBA_1101() local
61 float a = 1.0f; in test_RGBA_1101() local
78 float b = 1.0f; in test_RGBA_1111() local
79 float a = 1.0f; in test_RGBA_1111() local
97 float b = 0.0f; in test_RGBA_0101() local
98 float a = 1.0f; in test_RGBA_0101() local
116 float b = 1.0f; in test_RGBA_0011() local
117 float a = 1.0f; in test_RGBA_0011() local
[all …]
DColorBufferTest.java47 float b = 0.0f; in test_RGBA_1001() local
48 float a = 1.0f; in test_RGBA_1001() local
65 float b = 0.0f; in test_RGBA_1101() local
66 float a = 1.0f; in test_RGBA_1101() local
83 float b = 1.0f; in test_RGBA_1111() local
84 float a = 1.0f; in test_RGBA_1111() local
102 float b = 0.0f; in test_RGBA_0101() local
103 float a = 1.0f; in test_RGBA_0101() local
121 float b = 1.0f; in test_RGBA_0011() local
122 float a = 1.0f; in test_RGBA_0011() local
[all …]
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_wide/
DTest_const_wide.java30 double a = 1234567890123232323232232323232323232323232323456788d; in testN1() local
31 double b = 1d; in testN1() local
40 long a = 10000000000l; in testN2() local
41 long b = 10000000000l; in testN2() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_const/
DTest_opc_const.java30 float a = 1.5f; in testN1() local
31 float b = 0.04f; in testN1() local
41 int a = 10000000; in testN2() local
42 int b = 10000000; in testN2() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DListsHelper.java20 static public boolean isMatch(int[] a, int[] b) { in isMatch()
35 static private boolean hasValue(int[] a, int value) { in hasValue()
50 static public boolean isSubset(int[] a, int[] b) { in isSubset()
/cts/tests/tests/os/src/android/os/cts/
DParcelTest.java831 char[] a = {'a'}; in testReadCharArray() local
832 char[] b = new char[a.length]; in testReadCharArray() local
899 char[] a = {'a'}; in testCreateCharArray() local
900 char[] b; in testCreateCharArray() local
1005 int[] a = {21}; in testReadIntArray() local
1006 int[] b = new int[a.length]; in testReadIntArray() local
1071 int[] a = {21}; in testCreateIntArray() local
1072 int[] b; in testCreateIntArray() local
1163 long[] a = {21L}; in testReadLongArray() local
1164 long[] b = new long[a.length]; in testReadLongArray() local
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DDspBufferMath.java32 static private<T extends DspBufferBase> int estimateOperandsType(T a, T b) { in estimateOperandsType()
54 static public <T extends DspBufferBase> int add(T r, T a, T b) { in add()
126 static public <T extends DspBufferBase> int mult(T r, T a, T b) { in mult()
209 static public <T extends DspBufferBase> int mult(T r, T a, double v) { in mult()
255 static public <T extends DspBufferBase> int set(T r, T a) { in set()
306 double a = 0; in set() local
307 double b = 0; in set() local
335 static public <T extends DspBufferDouble> int crossCorrelation(T r, T a, T b) { in crossCorrelation()
/cts/tests/simplecpu/jni/
DCpuNativeJni.cpp28 #define min(a, b) (a) < (b) ? a : b argument
44 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \ argument
48 swapfunc(char *a, char *b, int n, int swaptype) in swapfunc()
56 #define swap(a, b) \ argument
64 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype) argument
67 med3(char *a, char *b, char *c, int (*cmp)(const void *, const void *)) in med3()
79 char *a = (char*)aa; in qsort_local() local
225 float a = A[i * n + k]; in doMatrixMultiplication() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/
DITest.java23 public int test(int a); in test()
24 public int testArgsOrder(int a, int b); in testArgsOrder()
DITestImpl.java30 public int test(int a) { in test()
35 public int testArgsOrder(int a, int b) { in testArgsOrder()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface_range/
DITestImpl.java32 public int test(int a) { in test()
37 public int testArgsOrder(int a, int b) { in testArgsOrder()
DITest.java23 public int test(int a); in test()
24 public int testArgsOrder(int a, int b); in testArgsOrder()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_int_lit16/d/
DT_rem_int_lit16_8.java21 public int run(int a) { in run()
22 int b = -32768; in run() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/xor_int_2addr/d/
DT_xor_int_2addr_1.java21 public int run(int a, int b) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_float_2addr/d/
DT_div_float_2addr_5.java21 public float run(int a, float b) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_int/d/
DT_div_int_5.java21 public int run(int a, float b) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_gt/d/
DT_if_gt_3.java5 public int run(float a, int b) { in run()

12345678910>>...14