Searched defs:b (Results 1 – 9 of 9) sorted by relevance
| /test/xts/acts/kernel_lite/math_posix/src/ |
| D | MathUtils.h | 25 static inline int Equalf(float a, float b) in Equalf() 30 static inline int Equal(double a, double b) in Equal() 35 static inline int Equall(long double a, long double b) in Equall()
|
| /test/developertest/examples/lite/c_demo/source/ |
| D | calc_multi.c | 18 int calc_multi(int a, int b) in calc_multi()
|
| /test/xts/acts/compileruntime/containerRelation_lib_standard/src/main/js/test/ |
| D | HashMap.test.js | 222 arr.sort(function (a, b) { argument 241 arr.sort(function (a, b) { argument 368 arr.sort(function (a, b) { argument 397 arr.sort(function (a, b) { argument
|
| D | HashSet.test.js | 335 arr.sort(function (a, b) { argument
|
| /test/developertest/examples/lite/cxx_demo/test/unittest/common/ |
| D | calc_subtraction_test.cpp | 50 static int Subtraction(int a, int b) in Subtraction()
|
| /test/xts/dcts/testtools/disjsTest/client/ |
| D | remoteHelper.js | 60 async add(a,b) { argument 69 async sub(a,b) { argument
|
| /test/xts/acts/kernel_lite/sys_posix/src/ |
| D | SysApiTest.cpp | 189 int CompareInt(const void *a, const void *b) in CompareInt() 208 int CompareChar(const void *a, const void *b) in CompareChar() 225 int CompareFloat(const void *a, const void *b) in CompareFloat() 246 int CompareDouble(const void *a, const void *b) in CompareDouble()
|
| /test/xts/dcts/testtools/disjsTest/server/ |
| D | testApi.js | 32 add(a,b) { argument 36 sub(a,b) { argument
|
| /test/xts/acts/compileruntime/util_lib_standard/src/main/js/test/ |
| D | util.test.js | 245 const thrower = util.promiseWrapper(function(a, b, c, cb) { argument 393 async function promiseFn(a, b) { argument
|