Home
last modified time | relevance | path

Searched refs:ldexp (Results 1 – 11 of 11) sorted by relevance

/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rs111 TEST_FUNC_2IN(ldexp);
112 TEST_FUNC_2I(ldexp);
/frameworks/rs/cpu_ref/
DrsCpuRuntimeMathFuncs.cpp64 float __attribute__((overloadable)) ldexp(float v, int i) {return SC_ldexpf(v, i);} in ldexp() function
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dmath.rs151 TEST_FN_FUNC_FN_IN(ldexp);
152 TEST_FN_FUNC_FN_I(ldexp);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dmath.rs.bak270 TEST_FN_FUNC_FN_IN(ldexp);
271 TEST_FN_FUNC_FN_I(ldexp);
Dmath.rs284 TEST_FN_FUNC_FN_IN(ldexp);
285 TEST_FN_FUNC_FN_I(ldexp);
Dmath.rs.orig284 TEST_FN_FUNC_FN_IN(ldexp);
285 TEST_FN_FUNC_FN_I(ldexp);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dmath.rs285 TEST_FN_FUNC_FN_IN(ldexp);
286 TEST_FN_FUNC_FN_I(ldexp);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dmath.rs284 TEST_FN_FUNC_FN_IN(ldexp);
285 TEST_FN_FUNC_FN_I(ldexp);
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs340 BENCH_FN_FUNC_FN_IN(ldexp);
341 BENCH_FN_FUNC_FN_I(ldexp);
/frameworks/rs/scriptc/
Drs_cl.rsh536 extern float __attribute__((const, overloadable)) ldexp(float x, int y);
537 FN_FUNC_FN_IN(ldexp)
538 FN_FUNC_FN_I(ldexp)
/frameworks/rs/driver/runtime/
Drs_cl.c460 extern float __attribute__((overloadable)) ldexp(float, int);
461 FN_FUNC_FN_IN(ldexp)
462 FN_FUNC_FN_I(ldexp)