/l4re-core-master/uclibc/lib/contrib/uclibc/libm/ |
A D | e_lgamma_r.c | 174 y = 2.0*(y - floor(y)); /* y = |x| mod 2.0 */ in sin_pi() 249 z = y*y; in __ieee754_lgamma_r() 255 z = y*y; in __ieee754_lgamma_r() 256 w = z*y; in __ieee754_lgamma_r() 263 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5))))); in __ieee754_lgamma_r() 264 p2 = one+y*(v1+y*(v2+y*(v3+y*(v4+y*v5)))); in __ieee754_lgamma_r() 272 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6)))))); in __ieee754_lgamma_r() 273 q = one+y*(r1+y*(r2+y*(r3+y*(r4+y*(r5+y*r6))))); in __ieee754_lgamma_r() 289 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6))))); in __ieee754_lgamma_r() 312 return y; in lgamma_r() [all …]
|
A D | e_rem_pio2.c | 79 {y[0] = x; y[1] = 0; return 0;} in __ieee754_rem_pio2() 85 y[1] = (z-y[0])-pio2_1t; in __ieee754_rem_pio2() 89 y[1] = (z-y[0])-pio2_2t; in __ieee754_rem_pio2() 96 y[1] = (z-y[0])+pio2_1t; in __ieee754_rem_pio2() 100 y[1] = (z-y[0])+pio2_2t; in __ieee754_rem_pio2() 124 y[0] = r-w; in __ieee754_rem_pio2() 132 y[0] = r-w; in __ieee754_rem_pio2() 136 y[1] = (r-y[0])-w; in __ieee754_rem_pio2() 137 if(hx<0) {y[0] = -y[0]; y[1] = -y[1]; return -n;} in __ieee754_rem_pio2() 144 y[0]=y[1]=x-x; return 0; in __ieee754_rem_pio2() [all …]
|
A D | float_wrappers.c | 120 float atan2f (float x, float y) in WRAPPER1() 189 float fdimf (float x, float y) in WRAPPER1() 207 float fmaxf (float x, float y) in fmaxf() argument 214 float fminf (float x, float y) in fminf() argument 221 float fmodf (float x, float y) in fmodf() argument 235 float hypotf (float x, float y) in hypotf() argument 295 double y, result; in long_long_WRAPPER1() local 296 result = modf( x, &y ); in long_long_WRAPPER1() 297 *iptr = (float)y; in long_long_WRAPPER1() 314 float powf (float x, float y) in powf() argument [all …]
|
A D | s_cos.c | 48 double y[2],z=0.0; in cos() local 63 n = __ieee754_rem_pio2(x,y); in cos() 65 case 0: return __kernel_cos(y[0],y[1]); in cos() 66 case 1: return -__kernel_sin(y[0],y[1],1); in cos() 67 case 2: return -__kernel_cos(y[0],y[1]); in cos() 69 return __kernel_sin(y[0],y[1],1); in cos()
|
A D | s_sin.c | 48 double y[2],z=0.0; in sin() local 63 n = __ieee754_rem_pio2(x,y); in sin() 65 case 0: return __kernel_sin(y[0],y[1],1); in sin() 66 case 1: return __kernel_cos(y[0],y[1]); in sin() 67 case 2: return -__kernel_sin(y[0],y[1],1); in sin() 69 return -__kernel_cos(y[0],y[1]); in sin()
|
A D | s_nextafter.c | 22 double nextafter(double x, double y) in nextafter() argument 28 EXTRACT_WORDS(hy,ly,y); in nextafter() 34 return x+y; in nextafter() 35 if(x==y) return x; /* x=y, return x */ in nextafter() 38 y = x*x; in nextafter() 39 if(y==x) return y; else return x; /* raise underflow flag */ in nextafter() 61 y = x*x; in nextafter() 62 if(y!=x) { /* raise underflow flag */ in nextafter() 63 INSERT_WORDS(y,hx,lx); in nextafter() 64 return y; in nextafter()
|
A D | s_expm1.c | 127 double y,hi,lo,c=0.0,t,e,hxs,hfx,r1; in expm1() local 133 if(xsb==0) y=x; else y= -x; /* y = |x| */ in expm1() 193 y = one-(e-x); in expm1() 194 GET_HIGH_WORD(high,y); in expm1() 196 return y-one; in expm1() 202 y = t-(e-x); in expm1() 203 GET_HIGH_WORD(high,y); in expm1() 208 y = x-(e+t); in expm1() 209 y += one; in expm1() 210 GET_HIGH_WORD(high,y); in expm1() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ |
A D | uint128_t.h | 60 x.lo &= y.lo; 85 x.hi <<= y.lo; 87 x.lo <<= y.lo; 104 x.lo >>= y.lo; 106 x.hi >>= y.lo; 156 z.hi += x.lo * y.hi + x.hi * y.lo; 166 __glibcxx_assert(y == 5 || y == 10); 191 if (y == 2) 193 __glibcxx_assert(y == 5 || y == 10); 217 { return x.hi == y.hi && x.lo == y.lo; } [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/defconfigs/arc/ |
A D | tb10x_defconfig | 1 ARCH_WANTS_LITTLE_ENDIAN=y 3 DO_C99_MATH=y 7 LDSO_RUNPATH=y 9 LINUXTHREADS_OLD=y 11 MALLOC_GLIBC_COMPAT=y 14 UCLIBC_HAS_GETPT=y 15 UCLIBC_HAS_LIBUTIL=y 18 UCLIBC_HAS_IPV6=y 19 UCLIBC_HAS_RPC=y 31 UCLIBC_HAS_NFTW=y [all …]
|
A D | defconfig | 1 ARCH_WANTS_LITTLE_ENDIAN=y 3 DO_C99_MATH=y 7 LDSO_RUNPATH=y 9 LINUXTHREADS_OLD=y 11 UCLIBC_SUSV2_LEGACY=y 12 UCLIBC_SUSV3_LEGACY=y 16 UCLIBC_HAS_RPC=y 20 UCLIBC_HAS_LOCALE=y 21 UCLIBC_HAS_NFTW=y 22 UCLIBC_HAS_FTW=y [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/bits/ |
A D | mathinline.h | 41 # define __unordered_cmp(x, y) \ argument 85 # define isgreater(x, y) ((__unordered_cmp (x, y) & (3 << 10)) == (2 << 10)) argument 86 # define isgreaterequal(x, y) ((__unordered_cmp (x, y) & (1 << 10)) == 0) argument 87 # define isless(x, y) ((__unordered_cmp (x, y) & (3 << 10)) == (1 << 10)) argument 88 # define islessequal(x, y) ((__unordered_cmp (x, y) & (2 << 10)) == 0) argument 89 # define islessgreater(x, y) (((__unordered_cmp (x, y) + (1 << 10)) & (2 << 10)) != 0) argument 90 # define isunordered(x, y) ((__unordered_cmp (x, y) & (3 << 10)) == (3 << 10)) argument 117 # define isgreater(x, y) __unordered_v9cmp(x, y, "g", _Qp_cmp (&__x, &__y) == 2) argument 119 # define isless(x, y) __unordered_v9cmp(x, y, "l", _Qp_cmp (&__x, &__y) == 1) argument 120 # define islessequal(x, y) __unordered_v9cmp(x, y, "le", (_Qp_cmp (&__x, &__y) & 2) == 0) argument [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | param.h | 61 # define howmany(x, y) (((x) + ((y) - 1)) / (y)) argument 64 # define roundup(x, y) (__builtin_constant_p (y) && powerof2 (y) \ argument 65 ? (((x) + (y) - 1) & ~((y) - 1)) \ 66 : ((((x) + ((y) - 1)) / (y)) * (y))) 68 # define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) argument
|
/l4re-core-master/l4util/lib/src/ARCH-amd64/ |
A D | spin.c | 10 static void spin_gen(void*addr,int x,int y){ in spin_gen() argument 13 p=addr+(x+80*y)*2; in spin_gen() 26 void l4_spin(int x,int y){ in l4_spin() argument 27 spin_gen((void*)0xb0000, x, y); in l4_spin() 29 void l4_spin_vga(int x, int y){ in l4_spin_vga() argument 30 spin_gen((void*)0xb8000, x, y); in l4_spin_vga() 37 p=addr+(x+len+80*y)*2; in spin_n_text_gen() 42 p=addr+(x+80*y)*2; in spin_n_text_gen() 62 void l4_spin_n_text(int x,int y, int len, const char*s){ in l4_spin_n_text() argument 63 spin_n_text_gen((void*)0xb0000, x, y, len, s); in l4_spin_n_text() [all …]
|
/l4re-core-master/l4util/lib/src/ARCH-x86/ |
A D | spin.c | 10 static void spin_gen(void*addr,int x,int y){ in spin_gen() argument 13 p=(unsigned char*)addr+(x+80*y)*2; in spin_gen() 26 L4_CV void l4_spin(int x,int y){ in l4_spin() argument 27 spin_gen((void*)0xb0000, x, y); in l4_spin() 29 L4_CV void l4_spin_vga(int x, int y){ in l4_spin_vga() argument 30 spin_gen((void*)0xb8000, x, y); in l4_spin_vga() 37 p=(unsigned char*)addr+(x+len+80*y)*2; in spin_n_text_gen() 42 p=(unsigned char*)addr+(x+80*y)*2; in spin_n_text_gen() 62 L4_CV void l4_spin_n_text(int x,int y, int len, const char*s){ in l4_spin_n_text() argument 63 spin_n_text_gen((void*)0xb0000, x, y, len, s); in l4_spin_n_text() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/powerpc/bits/ |
A D | mathinline.h | 36 # define __unordered_cmp(x, y) \ argument 38 ({ __typeof__(x) __x = (x); __typeof__(y) __y = (y); \ 51 # define isgreater(x, y) (__unordered_cmp (x, y) >> 2 & 1) argument 52 # define isgreaterequal(x, y) ((__unordered_cmp (x, y) & 6) != 0) argument 53 # define isless(x, y) (__unordered_cmp (x, y) >> 3 & 1) argument 54 # define islessequal(x, y) ((__unordered_cmp (x, y) & 0xA) != 0) argument 55 # define islessgreater(x, y) ((__unordered_cmp (x, y) & 0xC) != 0) argument 56 # define isunordered(x, y) (__unordered_cmp (x, y) & 1) argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ |
A D | Makerules | 17 libs: $(lib-so-y) $(lib-a-y) 30 $(libcrypt-so-y) $(libdl-so-y) \ 31 $(libintl-so-y) $(libm-so-y) $(libnsl-so-y) \ 33 $(libresolv-so-y) $(librt-so-y) \ 37 ar_objs = $(libc-y) $(libc-static-y) $(libcrypt-a-y) \ 38 $(libdl-a-y) $(libintl-a-y) $(libm-a-y) $(libnsl-a-y) \ 40 $(libresolv-a-y) $(librt-a-y) $(libutil-a-y) $(libubacktrace-a-y) 57 headers-y: $(headers-y) 474 $(librt-a-y) $(librt-so-y) $(libresolv-a-y) $(libresolv-so-y) \ 475 $(libcrypt-a-y) $(libcrypt-so-y) $(libutil-a-y) $(libutil-so-y) \ [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/malloc/ |
A D | testmalloc.c | 13 int *y=&z; in main() local 21 printf("pointer to y is %p\n", y); in main() 24 y=malloc(sizeof(int)*100); in main() 25 printf("pointer to y is %p\n", y); in main() 27 free(y); in main() 35 y = realloc(x, 36); in main() 36 printf("0x%p test string1: %s\n", y, (char *)y); in main() 37 memcpy(y, "********** Larger string **********", 36); in main() 38 printf("0x%p test string2: %s\n", y, (char *)y); in main() 39 free(y); in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/ |
A D | divrem.h | 55 # define DIV_ONLY(x,y...) argument 56 # define REM_ONLY(x,y...) x,##y argument 62 # define DIV_ONLY(x,y...) x,##y argument 63 # define REM_ONLY(x,y...) argument 71 # define LONGIFY(x,y) mov x,y argument 72 # define SLONGIFY(x,y) mov x,y argument 74 # define NEG(x,y) negq x,y argument 76 # define LONGIFY(x,y) zapnot x,15,y argument 77 # define SLONGIFY(x,y) sextl x,y argument 79 # define NEG(x,y) negl x,y argument
|
/l4re-core-master/l4util/include/ARCH-amd64/ |
A D | spin.h | 20 L4_CV void l4_spin(int x,int y); 21 L4_CV void l4_spin_vga(int x,int y); 22 L4_CV void l4_spin_n_text(int x, int y, int len, const char*s); 23 L4_CV void l4_spin_n_text_vga(int x, int y, int len, const char*s); 34 #define l4_spin_text(x, y, text) \ argument 35 l4_spin_n_text((x), (y), sizeof(text)-1, "" text) 36 #define l4_spin_text_vga(x, y, text) \ argument 37 l4_spin_n_text_vga((x), (y), sizeof(text)-1, "" text)
|
/l4re-core-master/l4util/include/ARCH-x86/ |
A D | spin.h | 20 L4_CV void l4_spin(int x,int y); 21 L4_CV void l4_spin_vga(int x,int y); 22 L4_CV void l4_spin_n_text(int x, int y, int len, const char*s); 23 L4_CV void l4_spin_n_text_vga(int x, int y, int len, const char*s); 34 #define l4_spin_text(x, y, text) \ argument 35 l4_spin_n_text((x), (y), sizeof(text)-1, "" text) 36 #define l4_spin_text_vga(x, y, text) \ argument 37 l4_spin_n_text_vga((x), (y), sizeof(text)-1, "" text)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++98/ |
A D | math_stubs_float.cc | 67 atan2f(float x, float y) in atan2f() argument 69 return (float) atan2(x, y); in atan2f() 115 fmodf(float x, float y) in fmodf() argument 117 return (float) fmod(x, y); in fmodf() 139 hypotf(float x, float y) in hypotf() argument 141 float s = fabsf(x) + fabsf(y); in hypotf() 144 x /= s; y /= s; in hypotf() 145 return s * sqrtf(x * x + y * y); in hypotf() 187 powf(float x, float y) in powf() argument 189 return (float) pow(x, y); in powf()
|
A D | math_stubs_long_double.cc | 67 atan2l(long double x, long double y) in atan2l() argument 69 return atan2((double) x, (double) y); in atan2l() 115 fmodl(long double x, long double y) in fmodl() argument 117 return fmod((double) x, (double) y); in fmodl() 139 hypotl(long double x, long double y) in hypotl() argument 141 long double s = fabsl(x) + fabsl(y); in hypotl() 144 x /= s; y /= s; in hypotl() 145 return s * sqrtl(x * x + y * y); in hypotl() 187 powl(long double x, long double y) in powl() argument 189 return pow((double) x, (double) y); in powl()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++98/ |
A D | math_stubs_float.cc | 67 atan2f(float x, float y) in atan2f() argument 69 return (float) atan2(x, y); in atan2f() 115 fmodf(float x, float y) in fmodf() argument 117 return (float) fmod(x, y); in fmodf() 139 hypotf(float x, float y) in hypotf() argument 141 float s = fabsf(x) + fabsf(y); in hypotf() 144 x /= s; y /= s; in hypotf() 145 return s * sqrtf(x * x + y * y); in hypotf() 187 powf(float x, float y) in powf() argument 189 return (float) pow(x, y); in powf()
|
A D | math_stubs_long_double.cc | 67 atan2l(long double x, long double y) in atan2l() argument 69 return atan2((double) x, (double) y); in atan2l() 115 fmodl(long double x, long double y) in fmodl() argument 117 return fmod((double) x, (double) y); in fmodl() 139 hypotl(long double x, long double y) in hypotl() argument 141 long double s = fabsl(x) + fabsl(y); in hypotl() 144 x /= s; y /= s; in hypotl() 145 return s * sqrtl(x * x + y * y); in hypotl() 187 powl(long double x, long double y) in powl() argument 189 return pow((double) x, (double) y); in powl()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++98/ |
A D | math_stubs_long_double.cc | 67 atan2l(long double x, long double y) in atan2l() argument 69 return atan2((double) x, (double) y); in atan2l() 115 fmodl(long double x, long double y) in fmodl() argument 117 return fmod((double) x, (double) y); in fmodl() 139 hypotl(long double x, long double y) in hypotl() argument 141 long double s = fabsl(x) + fabsl(y); in hypotl() 144 x /= s; y /= s; in hypotl() 145 return s * sqrtl(x * x + y * y); in hypotl() 187 powl(long double x, long double y) in powl() argument 189 return pow((double) x, (double) y); in powl()
|