Searched refs:xes (Results 1 - 3 of 3) sorted by relevance
/third_party/libwebsockets/lib/misc/ |
H A D | ieeehalfprecision.c | 168 int32_t xes; in lws_halfp2singles() local 194 xes = ((int32_t)(he >> 10)) - 15 + 127 - e; in lws_halfp2singles() 195 xe = (uint32_t)(xes << 23); // Exponent in lws_halfp2singles() 222 xes = ((int32_t)(he >> 10)) - 15 + 127; in lws_halfp2singles() 223 xe = (uint32_t)(xes << 23); // Exponent in lws_halfp2singles()
|
/third_party/musl/arch/i386/bits/ |
H A D | user.h | 15 long ebx, ecx, edx, esi, edi, ebp, eax, xds, xes, xfs, xgs; member
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/ |
H A D | mod.rs | 82 pub xes: ::c_long,
|
Completed in 6 milliseconds