Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 108) sorted by relevance

12345

/cts/tests/tests/renderscript/libcoremathtestcpp/
DCoreMathTestJni.cpp119 Java_android_renderscript_cts_CoreMathVerifier_acos(JNIEnv*, jclass, jfloat x) { in Java_android_renderscript_cts_CoreMathVerifier_acos()
124 Java_android_renderscript_cts_CoreMathVerifier_acosh(JNIEnv*, jclass, jfloat x) { in Java_android_renderscript_cts_CoreMathVerifier_acosh()
129 Java_android_renderscript_cts_CoreMathVerifier_asin(JNIEnv*, jclass, jfloat x) { in Java_android_renderscript_cts_CoreMathVerifier_asin()
134 Java_android_renderscript_cts_CoreMathVerifier_asinh(JNIEnv*, jclass, jfloat x) { in Java_android_renderscript_cts_CoreMathVerifier_asinh()
139 Java_android_renderscript_cts_CoreMathVerifier_atan(JNIEnv*, jclass, jfloat x) { in Java_android_renderscript_cts_CoreMathVerifier_atan()
144 Java_android_renderscript_cts_CoreMathVerifier_atan2(JNIEnv*, jclass, jfloat x, jfloat y) { in Java_android_renderscript_cts_CoreMathVerifier_atan2()
149 Java_android_renderscript_cts_CoreMathVerifier_atanh(JNIEnv*, jclass, jfloat x) { in Java_android_renderscript_cts_CoreMathVerifier_atanh()
154 Java_android_renderscript_cts_CoreMathVerifier_cbrt(JNIEnv*, jclass, jfloat x) { in Java_android_renderscript_cts_CoreMathVerifier_cbrt()
159 Java_android_renderscript_cts_CoreMathVerifier_ceil(JNIEnv*, jclass, jfloat x) { in Java_android_renderscript_cts_CoreMathVerifier_ceil()
164 Java_android_renderscript_cts_CoreMathVerifier_cos(JNIEnv*, jclass, jfloat x) { in Java_android_renderscript_cts_CoreMathVerifier_cos()
[all …]
/cts/suite/audio_quality/lib/include/
DLog.h55 #define LOGE(x...) do { Log::Instance()->printf(Log::ELogE, x); \ argument
57 #define LOGW(x...) do { Log::Instance()->printf(Log::ELogW, x); } while(0) argument
58 #define LOGI(x...) do { Log::Instance()->printf(Log::ELogI, x); } while(0) argument
59 #define LOGD(x...) do { Log::Instance()->printf(Log::ELogD, x); } while(0) argument
60 #define LOGV(x...) do { Log::Instance()->printf(Log::ELogV, x); } while(0) argument
62 #define MSG(x...) do { Log::Instance()->printf(Log::ELogE, x); } while(0) argument
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java57 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 …]
DFloat16ArithmeticTest.java67 private boolean checkFloat16Output(int x, int y, short[][][] refValues, in checkFloat16Output()
113 private boolean checkFloat16Add(int x, int y) { in checkFloat16Add()
134 private boolean checkFloat16Sub(int x, int y) { in checkFloat16Sub()
155 private boolean checkFloat16Mul(int x, int y) { in checkFloat16Mul()
176 private boolean checkFloat16Div(int x, int y) { in checkFloat16Div()
DForEachTest.java56 int x = 7; in testForEach() local
DKernelTest.java56 int x = 7; in testForEach() local
/cts/tests/tests/media/libmediandkjni/
Dmd5_utils.cpp144 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
145 #define F2(x, y, z) F1(z, x, y) argument
146 #define F3(x, y, z) (x ^ y ^ z) argument
147 #define F4(x, y, z) (y ^ (x | ~z)) argument
150 #define MD5STEP(f,w,x,y,z,in,s) \ argument
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/
DT_invoke_virtual_1.java21 public boolean run(Object x, Object y) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/
DT_invoke_virtual_range_1.java21 public boolean run(Object x, Object y) { in run()
/cts/tests/openglperf2/jni/graphics/
DMatrix.cpp76 void Matrix::translate(float x, float y, float z) { in translate()
86 void Matrix::scale(float x, float y, float z) { in scale()
96 void Matrix::rotate(float radians, float x, float y, float z) { in rotate()
111 float x = 0; in multiply() local
196 const float x = 2.0f * (near * r_width); in newFrustum() local
225 Matrix* Matrix::newTranslate(float x, float y, float z) { in newTranslate()
235 Matrix* Matrix::newScale(float x, float y, float z) { in newScale()
245 Matrix* Matrix::newRotate(float radians, float x, float y, float z) { in newRotate()
320 const float x = rhs[0]; in multiplyVector() local
DVector2D.cpp22 Vector2D::Vector2D(float x, float y) : in Vector2D()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DDspBufferMath.java58 T x = a; in add() local
130 T x = a; in mult() local
213 T x = a; in mult() local
259 T x = a; in set() local
/cts/tools/dasm/src/dasm/
DUtils.java56 double x = Double.parseDouble(str); in stringToNumber() local
72 long x = Long.parseLong(str, radix); in stringToSmallestInteger() local
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
DLeakTest.java57 int x = mc * 1024 * 1024; in testForLeaks() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DPerPixelBitmapVerifier.java52 protected int getExpectedColor(int x, int y) { in getExpectedColor()
89 protected boolean verifyPixel(int x, int y, int observedColor) { in verifyPixel()
DColorVerifier.java43 protected int getExpectedColor(int x, int y) { in getExpectedColor()
DBitmapVerifier.java38 protected static int indexFromXAndY(int x, int y, int stride, int offset) { in indexFromXAndY()
DRectVerifier.java40 protected int getExpectedColor(int x, int y) { in getExpectedColor()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DDepthOfFieldOptions.java44 public void setFocusPoint(float x, float y) { in setFocusPoint()
/cts/apps/CtsVerifier/include/colorchecker/
Dvec2.h59 inline T x() const { return mX; } in x() function
/cts/hostsidetests/services/activitymanager/app/src/android/server/app/
DResizeableActivity.java60 private static String buildCoordString(int x, int y) { in buildCoordString()
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DScriptYuvCrop.java101 int x = (int)(mCropWindow.left * mInputInfo.getSize().getWidth()); in updateScriptInput() local
/cts/tests/tests/view/src/android/view/inputmethod/cts/
DEditorInfoTest.java96 public void println(String x) { in println()
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_type.cpp48 for (int x = min; x < max; x ++) { in testTypeBuilderHelper() local
117 for (int x = 1; x < 8; x ++) { in Java_android_cts_rscpp_RSTypeTest_testGetCount() local
/cts/tests/openglperf2/jni/reference/scene/flocking/
DBoid.cpp16 Boid::Boid(float x, float y) : in Boid()

12345