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

/frameworks/rs/driver/runtime/
H A Drs_cl.c540 float __attribute__((overloadable)) ldexp(float v1, int v2) { function
543 FN_FUNC_FN_IN(ldexp)
544 FN_FUNC_FN_I(ldexp)
2037 HN_FUNC_HN_IN(ldexp); variable
2038 extern half2 __attribute__((overloadable)) ldexp(half2 v, int exponent) { function
2039 return convert_half2(ldexp(convert_float2(v), exponent));
2041 extern half3 __attribute__((overloadable)) ldexp(half3 v, int exponent) { function
2042 return convert_half3(ldexp(convert_float3(v), exponent));
2044 extern half4 __attribute__((overloadable)) ldexp(half4 v, int exponent) { function
2045 return convert_half4(ldexp(convert_float
[all...]
/frameworks/rs/scriptc/
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/api/
H A Drs_math.spec1105 See @ldexp() for the reverse operation. See also @logb() and @ilogb().
1221 function: ldexp
1236 function: ldexp
1246 function: ldexp
1255 function: ldexp
H A DGenerateTestFiles.cpp353 maxValue = ldexp(0.95, (1 << bits) - 1);

Completed in 108 milliseconds