Home
last modified time | relevance | path

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

12

/frameworks/rs/driver/runtime/
Drs_f16_math.c31 extern half __attribute__((overloadable)) frexp(half x, int *eptr) { in frexp() function
Drs_cl.c525 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/
Dmath_fp.rscript108 TEST_FUNC_2PI(frexp);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rscript157 TEST_HN_FUNC_HN_PIN(frexp);
290 half out = frexp(((half) inp), &exp); \
Dmath.rscript304 TEST_FN_FUNC_FN_PIN(frexp);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rscript751 f = frexp(f, (int *)&i);
752 f2 = frexp(f2, (int2 *)&i2);
753 f3 = frexp(f3, (int3 *)&i3);
754 f4 = frexp(f4, (int4 *)&i4);
Dmath.rscript306 TEST_FN_FUNC_FN_PIN(frexp);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rscript749 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/
Dapitest.rscript731 f = frexp(f, (int *)&i);
732 f2 = frexp(f2, (int2 *)&i2);
733 f3 = frexp(f3, (int3 *)&i3);
734 f4 = frexp(f4, (int4 *)&i4);
Dmath.rscript281 TEST_FN_FUNC_FN_PIN(frexp);
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Dmath.rscript148 TEST_FN_FUNC_FN_PIN(frexp);
/frameworks/rs/script_api/
Drs_math.spec1106 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/
Dmath.rs.bak267 TEST_FN_FUNC_FN_PIN(frexp);
Dmath.rs.orig281 TEST_FN_FUNC_FN_PIN(frexp);
Dmath.rscript281 TEST_FN_FUNC_FN_PIN(frexp);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dmath.rscript281 TEST_FN_FUNC_FN_PIN(frexp);
/frameworks/av/media/libeffects/visualizer/
DEffectVisualizer.cpp393 const float significand = frexp(fscale, &exp); in Visualizer_process()
/frameworks/rs/script_api/include/
Drs_math.rsh2026 * 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/
Dcompute_benchmark.rscript351 BENCH_FN_FUNC_FN_PIN(frexp);
/frameworks/compile/slang/tests/P_all_api_12/
Dall12.rscript2696 *(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/
Dall14.rscript2766 *(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/
Dall13.rscript2696 *(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/
Dall15.rscript2766 *(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/
Dall11.rscript2696 *(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/
Dall16.rscript2858 *(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);

12