Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/ld/ld80/
De_coshl.c41 u_int32_t mx,lx; in coshl() local
44 GET_LDOUBLE_WORDS(ex,mx,lx,x); in coshl()
51 if(ex < 0x3ffd || (ex == 0x3ffd && mx < 0xb17217f7u)) { in coshl()
59 if (ex < 0x4003 || (ex == 0x4003 && mx < 0xb0000000u)) { in coshl()
65 if (ex < 0x400c || (ex == 0x400c && mx < 0xb1700000u)) in coshl()
69 if (ex == 0x400c && (mx < 0xb174ddc0u in coshl()
70 || (mx == 0xb174ddc0u && lx < 0x31aec0ebu))) in coshl()