Searched refs:ay (Results 1 - 2 of 2) sorted by relevance

/seL4-camkes-master/projects/musllibc/src/math/
H A Dnextafter.c6 uint64_t ax, ay; local
14 ay = uy.i & -1ULL/2;
16 if (ay == 0)
19 } else if (ax > ay || ((ux.i ^ uy.i) & 1ULL<<63))
H A Dnextafterf.c6 uint32_t ax, ay, e; local
13 ay = uy.i & 0x7fffffff;
15 if (ay == 0)
18 } else if (ax > ay || ((ux.i ^ uy.i) & 0x80000000))

Completed in 73 milliseconds