Home
last modified time | relevance | path

Searched refs:frexp (Results 1 – 14 of 14) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuRuntimeMathFuncs.cpp60 float __attribute__((overloadable)) frexp(float v, int* ptr) {return SC_frexpf(v, ptr);} in frexp() function
/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rs108 TEST_FUNC_2PI(frexp);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dapitest.rs731 f = frexp(f, (int *)&i);
732 f2 = frexp(f2, (int2 *)&i2);
733 f3 = frexp(f3, (int3 *)&i3);
734 f4 = frexp(f4, (int4 *)&i4);
Dmath.rs281 TEST_FN_FUNC_FN_PIN(frexp);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dmath.rs148 TEST_FN_FUNC_FN_PIN(frexp);
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dmath.rs281 TEST_FN_FUNC_FN_PIN(frexp);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dmath.rs289 TEST_FN_FUNC_FN_PIN(frexp);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dmath.rs281 TEST_FN_FUNC_FN_PIN(frexp);
Dmath.rs.bak267 TEST_FN_FUNC_FN_PIN(frexp);
Dmath.rs.orig281 TEST_FN_FUNC_FN_PIN(frexp);
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs337 BENCH_FN_FUNC_FN_PIN(frexp);
/frameworks/rs/driver/runtime/
Drs_cl.c451 extern float __attribute__((overloadable)) frexp(float, int *);
452 FN_FUNC_FN_PIN(frexp)
/frameworks/rs/api/
Drs_core_math.spec460 name: frexp
/frameworks/rs/scriptc/
Drs_core_math.rsh5332 extern float __attribute__((overloadable))frexp(float v, int* iptr);
5343 extern float2 __attribute__((overloadable))frexp(float2 v, int2* iptr);
5354 extern float3 __attribute__((overloadable))frexp(float3 v, int3* iptr);
5365 extern float4 __attribute__((overloadable))frexp(float4 v, int4* iptr);