Searched defs:nextafter (Results 1 - 2 of 2) 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

Completed in 1338 milliseconds