Home
last modified time | relevance | path

Searched defs:exp (Results 1 – 6 of 6) sorted by relevance

/cts/apps/CameraITS/tests/scene3/
Dtest_edge_enhancement.py36 cam, edge_mode, sensitivity, exp, fd, out_surface, chart, log_path): argument
Dtest_reprocess_edge_enhancement.py70 cam, edge_mode, sensitivity, exp, fd, out_surface, chart, log_path, argument
Dtest_lens_movement_reporting.py41 cam, props, fmt, gain, exp, af_fd, chart, log_path): argument
/cts/hostsidetests/jvmti/tagging/app/src/android/jvmti/cts/
DJvmtiTaggingTest.java131 boolean returnTags, GetTaggedObjectsExpectation exp) { in getTaggedObjectsRun()
/cts/tests/tests/renderscript/libcoremathtestcpp/
DCoreMathTestJni.cpp211 int exp = 0; in Java_android_renderscript_cts_CoreMathVerifier_frexp() local
228 Java_android_renderscript_cts_CoreMathVerifier_ldexp(JNIEnv*, jclass, jfloat x, jint exp) { in Java_android_renderscript_cts_CoreMathVerifier_ldexp()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java70 static native float exp(float x); in exp() method in CoreMathVerifier
78 static native float ldexp(float x, int exp); in ldexp()
558 static private Target.Floaty exp(double d, Target t) { in exp() method in CoreMathVerifier
566 static private Target.Floaty exp(float f, Target t) { in exp() method in CoreMathVerifier