Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 107) sorted by relevance

12345

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/
A Ddivrem.h55 # 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/lib/src/ARCH-amd64/
A Dspin.c10 static void spin_gen(void*addr,int x,int y){ in spin_gen()
26 void l4_spin(int x,int y){ in l4_spin()
29 void l4_spin_vga(int x, int y){ in l4_spin_vga()
33 static void spin_n_text_gen(void*addr, int x,int y, int len, const char*s){ 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()
65 void l4_spin_n_text_vga(int x,int y, int len, const char*s){ in l4_spin_n_text_vga()
/l4re-core-master/l4util/lib/src/ARCH-x86/
A Dspin.c10 static void spin_gen(void*addr,int x,int y){ in spin_gen()
26 L4_CV void l4_spin(int x,int y){ in l4_spin()
29 L4_CV void l4_spin_vga(int x, int y){ in l4_spin_vga()
33 static void spin_n_text_gen(void*addr, int x,int y, int len, const char*s){ 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()
65 L4_CV void l4_spin_n_text_vga(int x,int y, int len, const char*s){ in l4_spin_n_text_vga()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/bits/
A Dmathinline.h41 # define __unordered_cmp(x, y) \ argument
66 # 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
90 # define isunordered(x, y) ((__unordered_cmp (x, y) & (3 << 10)) == (3 << 10)) argument
94 # define __unordered_v9cmp(x, y, op, qop) \ 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
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/
A Dfloat_wrappers.c207 float fmaxf (float x, float y) in fmaxf()
214 float fminf (float x, float y) in fminf()
221 float fmodf (float x, float y) in fmodf()
235 float hypotf (float x, float y) in hypotf()
295 double y, result; in long_long_WRAPPER1() local
314 float powf (float x, float y) in powf()
321 float remainderf (float x, float y) in remainderf()
328 float remquof (float x, float y, int *quo) in remquof()
392 float scalbf (float x, float y) in scalbf()
A Ds_fmax.c10 double fmax(double x, double y) in fmax()
A Ds_fmin.c10 double fmin(double x, double y) in fmin()
A Ds_fma.c23 fma (double x, double y, double z) in fma()
A Ds_fdim.c10 double fdim(double x, double y) in fdim()
A De_fmod.c23 double __ieee754_fmod(double x, double y) in __ieee754_fmod()
132 double fmod(double x, double y) in fmod()
A De_hypot.c47 double __ieee754_hypot(double x, double y) in __ieee754_hypot()
124 double hypot(double x, double y) in hypot()
A Ds_copysign.c21 double copysign(double x, double y) in copysign()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/powerpc/bits/
A Dmathinline.h36 # define __unordered_cmp(x, y) \ argument
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/l4util/include/ARCH-amd64/
A Dspin.h34 #define l4_spin_text(x, y, text) \ argument
36 #define l4_spin_text_vga(x, y, text) \ argument
/l4re-core-master/l4util/include/ARCH-x86/
A Dspin.h34 #define l4_spin_text(x, y, text) \ argument
36 #define l4_spin_text_vga(x, y, text) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/m68k/bits/
A Dmathinline.h35 # define isgreater(x, y) \ argument
42 # define isgreaterequal(x, y) \ argument
49 # define isless(x, y) \ argument
56 # define islessequal(x, y) \ argument
63 # define islessgreater(x, y) \ argument
70 # define isunordered(x, y) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/lxdialog/
A Dyesno.c30 int y = height - 2; in print_buttons() local
44 int i, x, y, key = 0, button = 0; in dialog_yesno() local
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/
A Dparam.h61 # define howmany(x, y) (((x) + ((y) - 1)) / (y)) argument
64 # define roundup(x, y) (__builtin_constant_p (y) && powerof2 (y) \ argument
68 # define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++98/
A Dmath_stubs_float.cc67 atan2f(float x, float y) in atan2f()
115 fmodf(float x, float y) in fmodf()
139 hypotf(float x, float y) in hypotf()
187 powf(float x, float y) in powf()
A Dmath_stubs_long_double.cc67 atan2l(long double x, long double y) in atan2l()
115 fmodl(long double x, long double y) in fmodl()
139 hypotl(long double x, long double y) in hypotl()
187 powl(long double x, long double y) in powl()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++98/
A Dmath_stubs_float.cc67 atan2f(float x, float y) in atan2f()
115 fmodf(float x, float y) in fmodf()
139 hypotf(float x, float y) in hypotf()
187 powf(float x, float y) in powf()
A Dmath_stubs_long_double.cc67 atan2l(long double x, long double y) in atan2l()
115 fmodl(long double x, long double y) in fmodl()
139 hypotl(long double x, long double y) in hypotl()
187 powl(long double x, long double y) in powl()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++98/
A Dmath_stubs_long_double.cc67 atan2l(long double x, long double y) in atan2l()
115 fmodl(long double x, long double y) in fmodl()
139 hypotl(long double x, long double y) in hypotl()
187 powl(long double x, long double y) in powl()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++98/
A Dmath_stubs_float.cc67 atan2f(float x, float y) in atan2f()
115 fmodf(float x, float y) in fmodf()
139 hypotf(float x, float y) in hypotf()
187 powf(float x, float y) in powf()
A Dmath_stubs_long_double.cc67 atan2l(long double x, long double y) in atan2l()
115 fmodl(long double x, long double y) in fmodl()
139 hypotl(long double x, long double y) in hypotl()
187 powl(long double x, long double y) in powl()

Completed in 47 milliseconds

12345