Home
last modified time | relevance | path

Searched refs:neg (Results 1 – 1 of 1) sorted by relevance

/libev/
H A Dev.c1395 int neg = x >> 31; in ecb_binary32_to_float() local
1408 r = neg ? -r : r; in ecb_binary32_to_float()
1465 int neg = x >> 63; in ecb_binary64_to_double() local
1478 r = neg ? -r : r; in ecb_binary64_to_double()