Home
last modified time | relevance | path

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

1234

/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.java134 private boolean checkFloat16Output(int x, int y, short[][][] refValues, in checkFloat16Output()
178 private boolean checkFloat16Add(int x, int y) { in checkFloat16Add()
199 private boolean checkFloat16Sub(int x, int y) { in checkFloat16Sub()
220 private boolean checkFloat16Mul(int x, int y) { in checkFloat16Mul()
241 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/suite/cts/deviceTests/browserbench/assets/octane/
Dnavier-stokes.js101 function addFields(x, s, dt) argument
106 function set_bnd(b, x) argument
146 function lin_solve(b, x, x0, a, c) argument
175 function diffuse(b, x, x0, dt) argument
181 function lin_solve2(x, x0, y, y0, a, c) argument
216 function diffuse2(x, x0, y, y0, dt) argument
295 function dens_step(x, x0, u, v, dt) argument
321 this.setDensity = function(x, y, d) { argument
324 this.getDensity = function(x, y) { argument
327 this.setVelocity = function(x, y, xv, yv) { argument
[all …]
Dcrypto.js77 function am1(i,x,w,j,c,n) { argument
91 function am2(i,x,w,j,c,n) { argument
108 function am3(i,x,w,j,c,n) { argument
126 function am4(i,x,w,j,c,n) { argument
190 function bnpFromInt(x) { argument
301 function nbits(x) { argument
514 function cConvert(x) { argument
518 function cRevert(x) { return x; } argument
519 function cReduce(x) { x.divRemTo(this.m,null,x); } argument
520 function cMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); } argument
[all …]
/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/suite/cts/deviceTests/opengl/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/graphics/src/android/graphics/drawable/cts/
DDrawableTestingUtils.java25 public static int getPixel(Drawable d, int x, int y) { in getPixel()
/cts/tests/tests/view/src/android/view/inputmethod/cts/
DEditorInfoTest.java82 public void println(String x) { in println()
/cts/apps/CtsVerifier/include/colorchecker/
Dvec2.h59 inline T x() const { return mX; } in x() function
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
DScriptYuvCrop.java101 int x = (int)(mCropWindow.left * mInputInfo.getSize().getWidth()); in updateScriptInput() local
/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/suite/cts/deviceTests/opengl/jni/reference/scene/flocking/
DBoid.cpp16 Boid::Boid(float x, float y) : in Boid()

1234