Home
last modified time | relevance | path

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

/sysdeps/ieee754/ldbl-96/
A De_coshl.c48 uint32_t mx,lx; in __ieee754_coshl() local
51 GET_LDOUBLE_WORDS(ex,mx,lx,x); in __ieee754_coshl()
55 if (ex < 0x4003 || (ex == 0x4003 && mx < 0xb0000000u)) { in __ieee754_coshl()
57 if(ex < 0x3ffd || (ex == 0x3ffd && mx < 0xb17217f7u)) { in __ieee754_coshl()
70 if (ex < 0x400c || (ex == 0x400c && mx < 0xb1700000u)) in __ieee754_coshl()
74 if (ex == 0x400c && (mx < 0xb174ddc0u in __ieee754_coshl()
75 || (mx == 0xb174ddc0u && lx < 0x31aec0ebu))) in __ieee754_coshl()
/sysdeps/x86/fpu/
A Dtest-math-vector-sincos.h40 VEC_TYPE mx; \
42 INIT_VEC_LOOP (mx, x, VEC_LEN); \
45 vector_func (mx, mr, mr1); \
63 VEC_TYPE mx; \
65 INIT_VEC_LOOP (mx, x, VEC_LEN); \
68 vector_func (mx, mr, mr, mr1, mr1); \
87 VEC_TYPE mx; \
89 INIT_VEC_LOOP (mx, x, VEC_LEN); \
92 vector_func (mx, mr, mr, mr, mr, mr1, mr1, mr1, mr1); \

Completed in 4 milliseconds