Searched refs:ix (Results 1 – 5 of 5) sorted by relevance
/math/ |
A D | k_casinh_template.c | 35 FLOAT rx, ix; in M_DECL_FUNC() local 49 __imag__ y = ix; in M_DECL_FUNC() 73 FLOAT s = M_SQRT ((ix + 1) * (ix - 1)); in M_DECL_FUNC() 81 else if (ix > 1 && ix < M_LIT (1.5) && rx < M_LIT (0.5)) in M_DECL_FUNC() 85 FLOAT ix2m1 = (ix + 1) * (ix - 1); in M_DECL_FUNC() 96 FLOAT ix2m1 = (ix + 1) * (ix - 1); in M_DECL_FUNC() 98 FLOAT f = rx2 * (2 + rx2 + 2 * ix * ix); in M_DECL_FUNC() 141 FLOAT onemix2 = (1 + ix) * (1 - ix); in M_DECL_FUNC() 152 FLOAT onemix2 = (1 + ix) * (1 - ix); in M_DECL_FUNC() 154 FLOAT f = rx2 * (2 + rx2 + 2 * ix * ix); in M_DECL_FUNC() [all …]
|
A D | s_csin_template.c | 61 FLOAT ix = M_FABS (__imag__ x); in M_DECL_FUNC() local 64 ix -= t; in M_DECL_FUNC() 67 if (ix > t) in M_DECL_FUNC() 69 ix -= t; in M_DECL_FUNC() 73 if (ix > t) in M_DECL_FUNC() 81 FLOAT exp_val = M_EXP (ix); in M_DECL_FUNC()
|
A D | s_nextafter.c | 37 int32_t hx,hy,ix,iy; in __nextafter() local 42 ix = hx&0x7fffffff; /* |x| */ in __nextafter() 45 if(((ix>=0x7ff00000)&&((ix-0x7ff00000)|lx)!=0) || /* x is nan */ in __nextafter() 49 if((ix|lx)==0) { /* x == 0 */ in __nextafter()
|
A D | s_nexttowardf.c | 31 int32_t hx,hy,ix,iy; in __nexttowardf() local 36 ix = hx&0x7fffffff; /* |x| */ in __nexttowardf() 39 if((ix>0x7f800000) || /* x is nan */ in __nexttowardf() 43 if(ix==0) { /* x == 0 */ in __nexttowardf()
|
A D | atest-sincos.c | 61 sincosx_mpn (mp1 si, mp1 co, mp1 xx, mp1 ix) in sincosx_mpn() argument 67 if (ix == NULL) in sincosx_mpn() 75 mpn_sub_n (x, xx, ix, SZ); in sincosx_mpn()
|
Completed in 6 milliseconds