Searched +defs:k +defs:x (Results 1 – 3 of 3) sorted by relevance
/cts/apps/CameraITS/tests/scene4/ |
D | test_multi_camera_alignment.py | 37 def convert_to_world_coordinates(x, y, r, t, k, z_w): argument 74 def convert_to_image_coordinates(p_w, r, t, k): argument
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | CoreMathVerifier.java | 57 static native float acos(float x); in acos() 58 static native float acosh(float x); in acosh() 59 static native float asin(float x); in asin() 60 static native float asinh(float x); in asinh() 61 static native float atan(float x); in atan() 62 static native float atan2(float x, float y); in atan2() 63 static native float atanh(float x); in atanh() 64 static native float cbrt(float x); in cbrt() 65 static native float ceil(float x); in ceil() 66 static native float cos(float x); in cos() [all …]
|
/cts/apps/CtsVerifier/jni/audio_loopback/ |
D | sles.cpp | 72 #define ASSERT_EQ(x, y) do { if ((x) == (y)) ; else { fprintf(stderr, "0x%x != 0x%x\n", \ argument 184 for (unsigned k = 0; k < pSles->channels; k++) { in playerCallback() local
|