Home
last modified time | relevance | path

Searched refs:normalize (Results 1 – 17 of 17) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestNormalize.rscript24 return normalize(inV);
28 return normalize(inV);
32 return normalize(inV);
36 return normalize(inV);
40 return normalize(inV);
44 return normalize(inV);
48 return normalize(inV);
52 return normalize(inV);
/cts/tests/openglperf2/jni/graphics/
DVector2D.cpp52 void Vector2D::normalize() { in normalize() function in Vector2D
61 normalize(); in limit()
DVector2D.h22 void normalize();
/cts/tests/openglperf2/jni/reference/scene/flocking/
DBoid.cpp39 tmp.normalize(); in flock()
74 desired.normalize(); in flock()
/cts/tests/tests/text/src/android/text/format/cts/
DTimeTest.java99 long timeMilliseconds = time.normalize(false); in testNormalize()
111 assertEquals(timeMilliseconds, time.normalize(true)); in testNormalize()
160 time.normalize(false); in testGetWeekNumber()
264 time.normalize(false); in checkIsEpochResult()
424 local.normalize(false /* use isDst */); in testNormalize1()
426 local.normalize(true /* ignore isDst */); in testNormalize1()
436 local.normalize(false /* use isDst */); in testNormalize1()
454 local.normalize(false /* use isDst */); in testNormalize1()
457 local.normalize(false /* use isDst */); in testNormalize1()
469 local.normalize(false /* use isDst */); in testNormalize1()
[all …]
/cts/tests/openglperf2/assets/fragment/
Dwater27 vec3 normal = normalize((map1 * weight) + (map2 * (1.0 - weight)));
29 vec3 lightVector = normalize(u_LightPos - v_Position);
Dperspective22 vec3 lightVector = normalize(u_LightPos - v_Position);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
DGLArrowSensorTestRenderer.java172 normalize(event.values); in onSensorChanged()
225 public static void normalize(float[] vector) { in normalize() method in GLArrowSensorTestRenderer
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dlayer_info.rsh18 // A scale factor =1.0f/(1+dilation_radius), which is used to normalize a
Dlayer_info_fast.rsh18 // A scale factor =1.0f/(1+dilation_radius), which is used to normalize a
/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/
DLatencyAnalyzer.h177 float normalize(float target) { in normalize() function
444 float gain = mAudioRecording.normalize(1.0f); in analyze()
/cts/tools/vm-tests-tf/
DAndroid.mk93 $(LOCAL_BUILT_MODULE): PRIVATE_CLASS_PATH := $(call normalize-path-list, $(vmteststf_dep_jars))
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java829 static private void normalize(double[] in, Target.Floaty[] out, Target t) { in normalize() method in CoreMathVerifier
841 static private void normalize(float[] in, Target.Floaty[] out, Target t) { in normalize() method in CoreMathVerifier
1948 normalize(new float[] {args.inV}, out, t); in computeFastNormalize()
1954 normalize(args.inV, args.out, t); in computeFastNormalize()
2739 normalize(new double[] {args.inVDouble}, out, t);
2745 normalize(args.inVDouble, args.out, t);
2751 normalize(new float[] {args.inV}, out, t);
2757 normalize(args.inV, args.out, t);
2950 normalize(new double[] {args.inVDouble}, out, t);
2956 normalize(args.inVDouble, args.out, t);
[all …]
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
Draw_converter.rscript208 // Blacklevel subtract, and normalize each pixel in the outputArray, and apply the
/cts/apps/CameraITS/utils/
Dits_session_utils.py773 tag_string = unicodedata.normalize('NFKD', json_obj['tag']).encode(
/cts/tests/tests/text/src/android/text/cts/
DStaticLayoutTest.java619 normalizedStrings.add(Normalizer.normalize(testString, form)); in buildTestCharSequences()