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

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dmath_fp16.rs229 TEST_HN_FUNC_HN_HN(nextafter);
363 // The following tests call nextafter in a loop starting at infinity
375 h = nextafter(h, toward);
382 h = nextafter(h, toward);
389 h = nextafter(h, toward);
396 h = nextafter(h, toward);
401 // Test nextafter at the boundary of subnormal numbers. Since RenderScript
403 // allow nextafter to return a valid normal number that satisfies the
404 // constraints of nextafter.
406 // nextafter(
[all...]
H A Dmath.rs326 TEST_FN_FUNC_FN_FN(nextafter);
/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.c617 float __attribute__((overloadable)) nextafter(float v1, float v2) { function
620 FN_FUNC_FN_FN(nextafter)
2113 extern half __attribute__((overloadable)) nextafter(half x, half y);
2114 SCALARIZE_HN_FUNC_HN_HN(nextafter); variable
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
H A Dapitest.rs818 f = nextafter(f, f);
819 f2 = nextafter(f2, f2);
820 f3 = nextafter(f3, f3);
821 f4 = nextafter(f4, f4);
/frameworks/rs/script_api/include/
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/script_api/
H A Drs_math.spec2749 function: nextafter
2765 function: nextafter

Completed in 64 milliseconds