/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestNormalize.rscript | 24 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/ |
D | Vector2D.cpp | 52 void Vector2D::normalize() { in normalize() function in Vector2D 61 normalize(); in limit()
|
D | Vector2D.h | 22 void normalize();
|
/cts/tests/openglperf2/jni/reference/scene/flocking/ |
D | Boid.cpp | 39 tmp.normalize(); in flock() 74 desired.normalize(); in flock()
|
/cts/tests/tests/text/src/android/text/format/cts/ |
D | TimeTest.java | 99 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/ |
D | water | 27 vec3 normal = normalize((map1 * weight) + (map2 * (1.0 - weight))); 29 vec3 lightVector = normalize(u_LightPos - v_Position);
|
D | perspective | 22 vec3 lightVector = normalize(u_LightPos - v_Position);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/ |
D | GLArrowSensorTestRenderer.java | 172 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/ |
D | layer_info.rsh | 18 // A scale factor =1.0f/(1+dilation_radius), which is used to normalize a
|
D | layer_info_fast.rsh | 18 // A scale factor =1.0f/(1+dilation_radius), which is used to normalize a
|
/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/ |
D | LatencyAnalyzer.h | 177 float normalize(float target) { in normalize() function 444 float gain = mAudioRecording.normalize(1.0f); in analyze()
|
/cts/tools/vm-tests-tf/ |
D | Android.mk | 93 $(LOCAL_BUILT_MODULE): PRIVATE_CLASS_PATH := $(call normalize-path-list, $(vmteststf_dep_jars))
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | CoreMathVerifier.java | 829 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/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | raw_converter.rscript | 208 // Blacklevel subtract, and normalize each pixel in the outputArray, and apply the
|
/cts/apps/CameraITS/utils/ |
D | its_session_utils.py | 773 tag_string = unicodedata.normalize('NFKD', json_obj['tag']).encode(
|
/cts/tests/tests/text/src/android/text/cts/ |
D | StaticLayoutTest.java | 619 normalizedStrings.add(Normalizer.normalize(testString, form)); in buildTestCharSequences()
|