/frameworks/rs/driver/runtime/ |
D | rs_f16_math.c | 31 extern half __attribute__((overloadable)) frexp(half x, int *eptr) { in frexp() function
|
D | rs_cl.c | 525 float __attribute__((overloadable)) frexp(float v1, int* v2) { in frexp() function 528 FN_FUNC_FN_PIN(frexp) 1976 extern half __attribute__((overloadable)) frexp(half x, int *eptr); 1978 extern half2 __attribute__((overloadable)) frexp(half2 v1, int2 *eptr) { in frexp() function 1981 ret.x = frexp(v1.x, &e[0]); in frexp() 1982 ret.y = frexp(v1.y, &e[1]); in frexp() 1988 extern half3 __attribute__((overloadable)) frexp(half3 v1, int3 *eptr) { in frexp() function 1991 ret.x = frexp(v1.x, &e[0]); in frexp() 1992 ret.y = frexp(v1.y, &e[1]); in frexp() 1993 ret.z = frexp(v1.z, &e[2]); in frexp() [all …]
|
/frameworks/compile/slang/tests/P_math_fp/ |
D | math_fp.rscript | 108 TEST_FUNC_2PI(frexp);
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math_fp16.rscript | 157 TEST_HN_FUNC_HN_PIN(frexp); 290 half out = frexp(((half) inp), &exp); \
|
D | math.rscript | 304 TEST_FN_FUNC_FN_PIN(frexp);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | apitest.rscript | 751 f = frexp(f, (int *)&i); 752 f2 = frexp(f2, (int2 *)&i2); 753 f3 = frexp(f3, (int3 *)&i3); 754 f4 = frexp(f4, (int4 *)&i4);
|
D | math.rscript | 306 TEST_FN_FUNC_FN_PIN(frexp);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
D | apitest.rscript | 749 f = frexp(f, (int *)&i); 750 f2 = frexp(f2, (int2 *)&i2); 751 f3 = frexp(f3, (int3 *)&i3); 752 f4 = frexp(f4, (int4 *)&i4);
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | apitest.rscript | 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.rscript | 281 TEST_FN_FUNC_FN_PIN(frexp);
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | math.rscript | 148 TEST_FN_FUNC_FN_PIN(frexp);
|
/frameworks/rs/script_api/ |
D | rs_math.spec | 1106 function: frexp 1122 function: frexp 1219 Because of the difference in mantissa, this number is one less than is returned by @frexp(). 1247 See @frexp() for the reverse operation. 1431 Because of the difference in mantissa, this number is one less than is returned by frexp(). function
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | math.rs.bak | 267 TEST_FN_FUNC_FN_PIN(frexp);
|
D | math.rs.orig | 281 TEST_FN_FUNC_FN_PIN(frexp);
|
D | math.rscript | 281 TEST_FN_FUNC_FN_PIN(frexp);
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | math.rscript | 281 TEST_FN_FUNC_FN_PIN(frexp);
|
/frameworks/av/media/libeffects/visualizer/ |
D | EffectVisualizer.cpp | 393 const float significand = frexp(fscale, &exp); in Visualizer_process()
|
/frameworks/rs/script_api/include/ |
D | rs_math.rsh | 2026 * frexp: Binary mantissa and exponent 2039 frexp(float v, int* exponent); 2042 frexp(float2 v, int2* exponent); 2045 frexp(float3 v, int3* exponent); 2048 frexp(float4 v, int4* exponent); 2052 frexp(half v, int* exponent); 2057 frexp(half2 v, int2* exponent); 2062 frexp(half3 v, int3* exponent); 2067 frexp(half4 v, int4* exponent); 2204 * Because of the difference in mantissa, this number is one less than is returned by frexp(). [all …]
|
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rscript | 351 BENCH_FN_FUNC_FN_PIN(frexp);
|
/frameworks/compile/slang/tests/P_all_api_12/ |
D | all12.rscript | 2696 *(float*)buf746 = frexp(*(float*)buf747, (int*) buf748); 2697 *(float2*)buf749 = frexp(*(float2*)buf750, (int2*) buf751); 2698 *(float3*)buf752 = frexp(*(float3*)buf753, (int3*) buf754); 2699 *(float4*)buf755 = frexp(*(float4*)buf756, (int4*) buf757);
|
/frameworks/compile/slang/tests/P_all_api_14/ |
D | all14.rscript | 2766 *(float*)buf746 = frexp(*(float*)buf747, (int*) buf748); 2767 *(float2*)buf749 = frexp(*(float2*)buf750, (int2*) buf751); 2768 *(float3*)buf752 = frexp(*(float3*)buf753, (int3*) buf754); 2769 *(float4*)buf755 = frexp(*(float4*)buf756, (int4*) buf757);
|
/frameworks/compile/slang/tests/P_all_api_13/ |
D | all13.rscript | 2696 *(float*)buf746 = frexp(*(float*)buf747, (int*) buf748); 2697 *(float2*)buf749 = frexp(*(float2*)buf750, (int2*) buf751); 2698 *(float3*)buf752 = frexp(*(float3*)buf753, (int3*) buf754); 2699 *(float4*)buf755 = frexp(*(float4*)buf756, (int4*) buf757);
|
/frameworks/compile/slang/tests/P_all_api_15/ |
D | all15.rscript | 2766 *(float*)buf746 = frexp(*(float*)buf747, (int*) buf748); 2767 *(float2*)buf749 = frexp(*(float2*)buf750, (int2*) buf751); 2768 *(float3*)buf752 = frexp(*(float3*)buf753, (int3*) buf754); 2769 *(float4*)buf755 = frexp(*(float4*)buf756, (int4*) buf757);
|
/frameworks/compile/slang/tests/P_all_api_11/ |
D | all11.rscript | 2696 *(float*)buf746 = frexp(*(float*)buf747, (int*) buf748); 2697 *(float2*)buf749 = frexp(*(float2*)buf750, (int2*) buf751); 2698 *(float3*)buf752 = frexp(*(float3*)buf753, (int3*) buf754); 2699 *(float4*)buf755 = frexp(*(float4*)buf756, (int4*) buf757);
|
/frameworks/compile/slang/tests/P_all_api_16/ |
D | all16.rscript | 2858 *(float*)buf746 = frexp(*(float*)buf747, (int*) buf748); 2859 *(float2*)buf749 = frexp(*(float2*)buf750, (int2*) buf751); 2860 *(float3*)buf752 = frexp(*(float3*)buf753, (int3*) buf754); 2861 *(float4*)buf755 = frexp(*(float4*)buf756, (int4*) buf757);
|