Searched refs:ldexp (Results 1 - 7 of 7) sorted by relevance

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dmath_fp16.rs161 TEST_HN_FUNC_HN_IN(ldexp);
162 TEST_HN_FUNC_HN_I(ldexp);
H A Dmath.rs307 TEST_FN_FUNC_FN_IN(ldexp);
308 TEST_FN_FUNC_FN_I(ldexp);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
H A Dapitest.rs764 f = ldexp(f, i);
765 f2 = ldexp(f2, i2);
766 f3 = ldexp(f3, i3);
767 f4 = ldexp(f4, i4);
768 f2 = ldexp(f2, i);
769 f3 = ldexp(f3, i);
770 f4 = ldexp(f4, i);
/frameworks/rs/driver/runtime/
H A Drs_cl.c543 float __attribute__((overloadable)) ldexp(float v1, int v2) { function
546 FN_FUNC_FN_IN(ldexp)
547 FN_FUNC_FN_I(ldexp)
2040 HN_FUNC_HN_IN(ldexp); variable
2041 extern half2 __attribute__((overloadable)) ldexp(half2 v, int exponent) { function
2042 return convert_half2(ldexp(convert_float2(v), exponent));
2044 extern half3 __attribute__((overloadable)) ldexp(half3 v, int exponent) { function
2045 return convert_half3(ldexp(convert_float3(v), exponent));
2047 extern half4 __attribute__((overloadable)) ldexp(half4 v, int exponent) { function
2048 return convert_half4(ldexp(convert_float
[all...]
/frameworks/rs/script_api/include/
H A Drs_math.rsh2032 * See ldexp() for the reverse operation. See also logb() and ilogb().
2241 * ldexp: Creates a floating point from mantissa and exponent
2253 ldexp(float mantissa, int exponent);
2256 ldexp(float2 mantissa, int2 exponent);
2259 ldexp(float3 mantissa, int3 exponent);
2262 ldexp(float4 mantissa, int4 exponent);
2266 ldexp(half mantissa, int exponent);
2271 ldexp(half2 mantissa, int2 exponent);
2276 ldexp(half3 mantissa, int3 exponent);
2281 ldexp(half
[all...]
/frameworks/rs/script_api/
H A Drs_math.spec1119 See @ldexp() for the reverse operation. See also @logb() and @ilogb().
1235 function: ldexp
1250 function: ldexp
1260 function: ldexp
1269 function: ldexp
H A DGenerateTestFiles.cpp360 maxValue = ldexp(0.95, (1 << bits) - 1);

Completed in 152 milliseconds