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

/fuchsia/zircon/third_party/ulib/musl/src/math/
H A Dnextafter.c8 uint64_t ax, ay; local
16 ay = uy.i & -1ULL / 2;
18 if (ay == 0)
21 } else if (ax > ay || ((ux.i ^ uy.i) & 1ULL << 63))
H A Dnextafterf.c8 uint32_t ax, ay, e; local
15 ay = uy.i & 0x7fffffff;
17 if (ay == 0)
20 } else if (ax > ay || ((ux.i ^ uy.i) & 0x80000000))

Completed in 25 milliseconds