HomeSort by: relevance | last modified time | path
    Searched defs:z_pos (Results 1 - 1 of 1) sorted by relevancy

  /src/tests/lib/libm/
t_next.c 326 volatile double z_pos = +0.; local in function:ATF_TC_BODY
334 if (signbit(z_pos) == signbit(z_neg))
350 CHECK(2, nextafter, z_pos, +INFINITY, m);
351 CHECK(3, nexttoward, z_pos, +INFINITY, m);
353 CHECK(4, nextafter, z_pos, -INFINITY, -m);
354 CHECK(5, nexttoward, z_pos, -INFINITY, -m);
513 volatile float z_pos = +0.; local in function:ATF_TC_BODY
521 if (signbit(z_pos) == signbit(z_neg))
537 CHECK(2, nextafterf, z_pos, +INFINITY, m);
538 CHECK(3, nexttowardf, z_pos, +INFINITY, m)
697 volatile long double z_pos = +0.; local in function:ATF_TC_BODY
    [all...]

Completed in 14 milliseconds