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

/frameworks/rs/driver/runtime/
H A Drs_f16_math.c1 /* Implementations for copysign, ilogb, and nextafter for float16 based on
117 extern half __attribute__((overloadable)) nextafter(half x, half y) { function
H A Drs_cl.c614 float __attribute__((overloadable)) nextafter(float v1, float v2) { function
617 FN_FUNC_FN_FN(nextafter)
2110 extern half __attribute__((overloadable)) nextafter(half x, half y);
2111 SCALARIZE_HN_FUNC_HN_HN(nextafter); variable
/frameworks/rs/scriptc/
H A Drs_math.rsh5469 * nextafter: Next floating point number
5477 nextafter(float v, float target);
5480 nextafter(float2 v, float2 target);
5483 nextafter(float3 v, float3 target);
5486 nextafter(float4 v, float4 target);
5490 nextafter(half v, half target);
5495 nextafter(half2 v, half2 target);
5500 nextafter(half3 v, half3 target);
5505 nextafter(half4 v, half4 target);
/frameworks/rs/api/
H A Drs_math.spec2735 function: nextafter
2751 function: nextafter

Completed in 733 milliseconds