Home
last modified time | relevance | path

Searched refs:max32 (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java254 acos(in.max32())); in acos()
272 acosh(in.max32())); in acosh()
296 asin(in.max32())); in asin()
314 asinh(in.max32())); in asinh()
338 atan(in.max32())); in atan()
356 atanh(in.max32())); in atanh()
384 atan2(numerator.min32(), denominator.max32()), in atan2()
385 atan2(numerator.max32(), denominator.min32()), in atan2()
386 atan2(numerator.max32(), denominator.max32())); in atan2()
410 cbrt(in.max32())); in cbrt()
[all …]
DTarget.java628 public float max32() { return (float) mMaxValue; } in max32() method in Target.Floaty