Searched refs:exp2 (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestExp2.rscript | 24 return exp2(inV); 28 return exp2(inV); 32 return exp2(inV); 36 return exp2(inV); 40 return exp2(inV); 44 return exp2(inV); 48 return exp2(inV); 52 return exp2(inV);
|
/cts/hostsidetests/jvmti/tagging/app/src/android/jvmti/cts/ |
D | JvmtiTaggingTest.java | 99 GetTaggedObjectsExpectation exp2 = new GetTaggedObjectsExpectation(18); in testGetTaggedObjects() local 100 exp2.add(l.get(1), 1).add(l.get(11), 1).add(l.get(2), 2).add(l.get(12), 2).add(l.get(3), 3) in testGetTaggedObjects() 105 getTaggedObjectsRun(null, true, true, exp2); in testGetTaggedObjects()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | CoreMathVerifier.java | 72 static native float exp2(float x); in exp2() method in CoreMathVerifier 594 static private Target.Floaty exp2(double d, Target t) { in exp2() method in CoreMathVerifier 597 exp2((float) in.mid()), in exp2() 598 exp2((float) in.min()), in exp2() 599 exp2((float) in.max())); in exp2() 602 static private Target.Floaty exp2(float f, Target t) { in exp2() method in CoreMathVerifier 605 exp2(in.mid32()), in exp2() 606 exp2(in.min32()), in exp2() 607 exp2(in.max32())); in exp2() 1893 args.out = exp2(args.inVDouble, t); in computeExp2() [all …]
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | VulkanFeaturesTest.java | 325 } catch (JSONException exp2) { in determineHardwareCompute()
|