Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuRuntimeMathFuncs.cpp79 IMPORT_F32_FN_F32(rint)
/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rs129 TEST_FUNC_1(rint);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dapitest.rs825 f = rint(f);
826 f2 = rint(f2);
827 f3 = rint(f3);
828 f4 = rint(f4);
Dmath.rs311 TEST_FN_FUNC_FN(rint);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dmath.rs169 TEST_FN_FUNC_FN(rint);
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dmath.rs311 TEST_FN_FUNC_FN(rint);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dmath.rs319 TEST_FN_FUNC_FN(rint);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dmath.rs311 TEST_FN_FUNC_FN(rint);
Dmath.rs.bak297 TEST_FN_FUNC_FN(rint);
Dmath.rs.orig311 TEST_FN_FUNC_FN(rint);
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs366 BENCH_FN_FUNC_FN(rint);
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java845 value = (float) (Math.rint(value * scale) / scale);
/frameworks/rs/driver/runtime/
Drs_cl.c546 extern float __attribute__((overloadable)) rint(float);
547 FN_FUNC_FN(rint) in FN_FUNC_FN() argument
/frameworks/rs/api/
Drs_core_math.spec721 name: rint
/frameworks/rs/scriptc/
Drs_core_math.rsh9202 extern float __attribute__((const, overloadable))rint(float);
9211 extern float2 __attribute__((const, overloadable))rint(float2);
9220 extern float3 __attribute__((const, overloadable))rint(float3);
9229 extern float4 __attribute__((const, overloadable))rint(float4);
/frameworks/base/api/
Dsystem-current.txt44052 method public static double rint(double);
44374 method public static double rint(double);
Dcurrent.txt41523 method public static double rint(double);
41845 method public static double rint(double);