Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/soft-fp/
A Dsfp-machine.h75 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
83 "rI" ((USItype)(y2)), \
90 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
98 "rI" ((USItype)(y2)), \
105 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
120 "rI" ((USItype)(y2)), \
130 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
145 "rI" ((USItype)(y2)), \
155 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) __FP_FRAC_SUB_3(x2,x1,x0,x2,x1,x0,y2,y1,y0) argument
157 #define __FP_FRAC_DEC_4(x3,x2,x1,x0,y3,y2,y1,y0) __FP_FRAC_SUB_4(x3,x2,x1,x0,x3,x2,x1,x0,y3,y2,y1,y… argument
A Dop-4.h526 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
535 r2 = x2 + y2 + _c2; \
540 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
549 r2 = x2 + y2; \
558 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
567 r2 = x2 - y2 - _c2; \
572 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
581 r2 = x2 - y2; \
584 _c3 |= _c2 && (y2 == x2); \
590 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) \ argument
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/
A De_hypot.c49 double a=x,b=y,t1,t2,_y1,y2,w; in __ieee754_hypot() local
105 y2 = b - _y1; in __ieee754_hypot()
109 w = __ieee754_sqrt(t1*_y1-(w*(-w)-(t1*y2+t2*b))); in __ieee754_hypot()

Completed in 5 milliseconds