Home
last modified time | relevance | path

Searched refs:frexp (Results 1 – 25 of 34) 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.c522 float __attribute__((overloadable)) frexp(float v1, int* v2) { in frexp() function
525 FN_FUNC_FN_PIN(frexp)
1973 extern half __attribute__((overloadable)) frexp(half x, int *eptr);
1975 extern half2 __attribute__((overloadable)) frexp(half2 v1, int2 *eptr) { in frexp() function
1978 ret.x = frexp(v1.x, &e[0]); in frexp()
1979 ret.y = frexp(v1.y, &e[1]); in frexp()
1985 extern half3 __attribute__((overloadable)) frexp(half3 v1, int3 *eptr) { in frexp() function
1988 ret.x = frexp(v1.x, &e[0]); in frexp()
1989 ret.y = frexp(v1.y, &e[1]); in frexp()
1990 ret.z = frexp(v1.z, &e[2]); in frexp()
[all …]
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dmath_fp16.rs141 TEST_HN_FUNC_HN_PIN(frexp);
274 half out = frexp(((half) inp), &exp); \
Dmath.rs289 TEST_FN_FUNC_FN_PIN(frexp);
/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.rs733 f = frexp(f, (int *)&i);
734 f2 = frexp(f2, (int2 *)&i2);
735 f3 = frexp(f3, (int3 *)&i3);
736 f4 = frexp(f4, (int4 *)&i4);
Dmath.rs281 TEST_FN_FUNC_FN_PIN(frexp);
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/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/api/
Drs_math.spec1092 function: frexp
1108 function: frexp
1205 Because of the difference in mantissa, this number is one less than is returned by @frexp().
1233 See @frexp() for the reverse operation.
1417 Because of the difference in mantissa, this number is one less than is returned by frexp(). function
/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/RsTest_16/src/com/android/rs/test/
Dmath.rs281 TEST_FN_FUNC_FN_PIN(frexp);
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs351 BENCH_FN_FUNC_FN_PIN(frexp);
/frameworks/rs/scriptc/
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/base/docs/html/guide/topics/renderscript/reference/
Drs_math.jd433 <a href='rs_math.html#android_rs:frexp'>frexp</a>
3296 <a name='android_rs:frexp'></a>
3299 <span class='sympad'>frexp</span>
3305 <td>float frexp(float v, int* exponent);
3310 …<td><a href='rs_value_types.html#android_rs:float2'>float2</a> frexp(<a href='rs_value_types.html#…
3315 …<td><a href='rs_value_types.html#android_rs:float3'>float3</a> frexp(<a href='rs_value_types.html#…
3320 …<td><a href='rs_value_types.html#android_rs:float4'>float4</a> frexp(<a href='rs_value_types.html#…
3559 …a, this number is one less than is returned by <a href='rs_math.html#android_rs:frexp'>frexp</a>().
3623 <p> See <a href='rs_math.html#android_rs:frexp'>frexp</a>() for the reverse operation.
3888 <p> Because of the difference in mantissa, this number is one less than is returned by frexp().
/frameworks/compile/slang/tests/P_all_api_11/
Dall11.rs2696 *(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.rs2766 *(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_14/
Dall14.rs2766 *(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_16/
Dall16.rs2858 *(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);
/frameworks/compile/slang/tests/P_all_api_12/
Dall12.rs2696 *(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_13/
Dall13.rs2696 *(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_17/
Dall17.rs2978 *(float*)buf774 = frexp(*(float*)buf775, (int*) buf776);
2979 *(float2*)buf777 = frexp(*(float2*)buf778, (int2*) buf779);
2980 *(float3*)buf780 = frexp(*(float3*)buf781, (int3*) buf782);
2981 *(float4*)buf783 = frexp(*(float4*)buf784, (int4*) buf785);

12