Searched refs:frexp (Results 1 – 14 of 14) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuRuntimeMathFuncs.cpp | 60 float __attribute__((overloadable)) frexp(float v, int* ptr) {return SC_frexpf(v, ptr);} in frexp() function
|
/frameworks/compile/slang/tests/P_math_fp/ |
D | math_fp.rs | 108 TEST_FUNC_2PI(frexp);
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | apitest.rs | 731 f = frexp(f, (int *)&i); 732 f2 = frexp(f2, (int2 *)&i2); 733 f3 = frexp(f3, (int3 *)&i3); 734 f4 = frexp(f4, (int4 *)&i4);
|
D | math.rs | 281 TEST_FN_FUNC_FN_PIN(frexp);
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 148 TEST_FN_FUNC_FN_PIN(frexp);
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | math.rs | 281 TEST_FN_FUNC_FN_PIN(frexp);
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | math.rs | 289 TEST_FN_FUNC_FN_PIN(frexp);
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | math.rs | 281 TEST_FN_FUNC_FN_PIN(frexp);
|
D | math.rs.bak | 267 TEST_FN_FUNC_FN_PIN(frexp);
|
D | math.rs.orig | 281 TEST_FN_FUNC_FN_PIN(frexp);
|
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rs | 337 BENCH_FN_FUNC_FN_PIN(frexp);
|
/frameworks/rs/driver/runtime/ |
D | rs_cl.c | 451 extern float __attribute__((overloadable)) frexp(float, int *); 452 FN_FUNC_FN_PIN(frexp)
|
/frameworks/rs/api/ |
D | rs_core_math.spec | 460 name: frexp
|
/frameworks/rs/scriptc/ |
D | rs_core_math.rsh | 5332 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);
|