Home
last modified time | relevance | path

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

12

/lk-master/external/lib/libm/include/
A Dmath.h108 #define isgreater(x, y) __builtin_isgreater((x), (y)) argument
109 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) argument
110 #define isless(x, y) __builtin_isless((x), (y)) argument
111 #define islessequal(x, y) __builtin_islessequal((x), (y)) argument
112 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) argument
113 #define isunordered(x, y) __builtin_isunordered((x), (y)) argument
115 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) argument
117 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) argument
118 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y)) argument
119 #define islessgreater(x, y) (!isunordered((x), (y)) && \ argument
[all …]
/lk-master/lib/bytes/include/lib/
A Dbytes.h17 #define bytes_write_u16(x, y) bytes_write_u16_be(x, y) argument
18 #define bytes_write_u24(x, y) bytes_write_u24_be(x, y) argument
19 #define bytes_write_u32(x, y) bytes_write_u32_be(x, y) argument
24 #define bytes_write_u16(x, y) bytes_write_u16_le(x, y) argument
25 #define bytes_write_u24(x, y) bytes_write_u24_le(x, y) argument
26 #define bytes_write_u32(x, y) bytes_write_u32_le(x, y) argument
/lk-master/lib/gfx/
A Dgfx.c112 void gfx_fillrect(gfx_surface *surface, uint x, uint y, uint width, uint height, uint color) { in gfx_fillrect()
136 void gfx_putpixel(gfx_surface *surface, uint x, uint y, uint color) { in gfx_putpixel()
145 static void putpixel16(gfx_surface *surface, uint x, uint y, uint color) { in putpixel16()
152 static void putpixel32(gfx_surface *surface, uint x, uint y, uint color) { in putpixel32()
158 static void putpixel8(gfx_surface *surface, uint x, uint y, uint color) { in putpixel8()
337 uint y = dxabs >> 1; in gfx_line() local
682 uint x, y; in gfx_draw_pattern() local
710 uint x, y; in gfx_draw_pattern_white() local
732 uint32_t color,iter,x,y; in gfx_draw_mandelbrot() local
772 uint x, y; in gfx_draw_rgb_bars() local
[all …]
/lk-master/platform/mediatek/mt6735/include/platform/
A Dmt_typedefs.h113 #define OUTREG8(x, y) WRITE_REGISTER_UINT8((unsigned char *)(x), (unsigned char)(y)) argument
114 #define SETREG8(x, y) OUTREG8(x, INREG8(x)|(y)) argument
115 #define CLRREG8(x, y) OUTREG8(x, INREG8(x)&~(y)) argument
116 #define MASKREG8(x, y, z) OUTREG8(x, (INREG8(x)&~(y))|(z)) argument
120 #define SETREG16(x, y) OUTREG16(x, INREG16(x)|(y)) argument
121 #define CLRREG16(x, y) OUTREG16(x, INREG16(x)&~(y)) argument
122 #define MASKREG16(x, y, z) OUTREG16(x, (INREG16(x)&~(y))|(z)) argument
125 #define OUTREG32(x, y) WRITE_REGISTER_UINT32((unsigned int *)(x), (unsigned int )(y)) argument
126 #define SETREG32(x, y) OUTREG32(x, INREG32(x)|(y)) argument
127 #define CLRREG32(x, y) OUTREG32(x, INREG32(x)&~(y)) argument
[all …]
/lk-master/platform/mediatek/mt6797/include/platform/
A Dmt_typedefs.h114 #define OUTREG8(x, y) WRITE_REGISTER_UINT8((unsigned char *)(x), (unsigned char)(y)) argument
115 #define SETREG8(x, y) OUTREG8(x, INREG8(x)|(y)) argument
116 #define CLRREG8(x, y) OUTREG8(x, INREG8(x)&~(y)) argument
117 #define MASKREG8(x, y, z) OUTREG8(x, (INREG8(x)&~(y))|(z)) argument
121 #define SETREG16(x, y) OUTREG16(x, INREG16(x)|(y)) argument
122 #define CLRREG16(x, y) OUTREG16(x, INREG16(x)&~(y)) argument
123 #define MASKREG16(x, y, z) OUTREG16(x, (INREG16(x)&~(y))|(z)) argument
126 #define OUTREG32(x, y) WRITE_REGISTER_UINT32((unsigned int *)(x), (unsigned int )(y)) argument
127 #define SETREG32(x, y) OUTREG32(x, INREG32(x)|(y)) argument
128 #define CLRREG32(x, y) OUTREG32(x, INREG32(x)&~(y)) argument
[all …]
/lk-master/external/lib/libm/include/sys/
A Dcdefs.h111 #define __GNUC_PREREQ__(x, y) \ argument
115 #define __GNUC_PREREQ__(x, y) 0 argument
121 #define __static_cast(x,y) static_cast<x>(y) argument
125 #define __static_cast(x,y) (x)y argument
/lk-master/lib/tga/
A Dtga.c55 static void decode_2byte(gfx_surface *surface, uint x, uint y, const void *input) { in decode_2byte()
68 static void decode_3byte(gfx_surface *surface, uint x, uint y, const void *input) { in decode_3byte()
76 static void decode_4byte(gfx_surface *surface, uint x, uint y, const void *input) { in decode_4byte()
145 uint x, y; in tga_decode() local
164 uint x, y; in tga_decode() local
/lk-master/platform/pc/
A Dconsole.c85 void place(int x,int y) { in place()
161 register int x,y; in _scroll() local
183 static unsigned short scan_x, x, y; in cputc() local
251 void puts_xy(int x,int y,char attr,char *s) { in puts_xy()
262 void putc_xy(int x, int y, char attr, char c) { in putc_xy()
269 int printf_xy(int x, int y, char attr, char *fmt, ...) { in printf_xy()
/lk-master/external/lib/lwip/include/lwip/
A Dstats.h155 #define STATS_INC_USED(x, y) do { lwip_stats.x.used += y; \ argument
232 #define MEM_STATS_AVAIL(x, y) lwip_stats.mem.x = y argument
234 #define MEM_STATS_INC_USED(x, y) STATS_INC_USED(mem, y) argument
235 #define MEM_STATS_DEC_USED(x, y) lwip_stats.mem.x -= y argument
238 #define MEM_STATS_AVAIL(x, y) argument
240 #define MEM_STATS_INC_USED(x, y) argument
241 #define MEM_STATS_DEC_USED(x, y) argument
246 #define MEMP_STATS_AVAIL(x, i, y) lwip_stats.memp[i].x = y argument
252 #define MEMP_STATS_AVAIL(x, i, y) argument
A Ddef.h43 #define LWIP_MAX(x , y) (((x) > (y)) ? (x) : (y)) argument
44 #define LWIP_MIN(x , y) (((x) < (y)) ? (x) : (y)) argument
/lk-master/external/platform/pico/rp2_common/pico_float/
A Dfloat_math.c47 #define check_nan_f2(x,y) if (fisnan((x))) return (x); else if (fisnan((y))) return (y); argument
50 #define check_nan_f2(x,y) ((void)0) argument
80 static inline float fcopysign(float x,float y) { in fcopysign()
324 static inline float fpow_1(float x,float y) { in fpow_1()
328 static float fpow_int2(float x,int y) { in fpow_int2()
338 static inline float fpowint_1(float x,int y) { in fpowint_1()
344 static float fpowint_0(float x,int y) { in fpowint_0()
392 static float fpow_0(float x,float y) { in fpow_0()
/lk-master/platform/rp20xx/include/sys/
A Dcdefs.h4 #define __CONCAT1(x,y) x ## y argument
5 #define __CONCAT(x,y) __CONCAT1(x,y) argument
/lk-master/external/lib/lwip/netif/ppp/
A Dmd5.c73 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument
74 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) argument
75 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
76 #define I(x, y, z) ((y) ^ ((x) | (~z))) argument
/lk-master/lib/text/
A Dtext.c40 int x, y; member
46 void text_draw(int x, int y, const char *string) { in text_draw()
/lk-master/dev/fbcon/
A Dfbcon.c39 int y; member
58 unsigned x, y, data; in fbcon_drawglyph() local
/lk-master/external/lib/libm/
A Dmath_private.h452 cpackf(float x, float y) in cpackf()
462 cpack(double x, double y) in cpack()
472 cpackl(long double x, long double y) in cpackl()
630 #define RETURN2P(x, y) do { \ argument
634 #define RETURN2PI(x, y) do { \ argument
650 #define SUM2P(x, y) ({ \ argument
A Ds_copysign.c26 copysign(double x, double y) in copysign()
A Ds_copysignf.c28 copysignf(float x, float y) in copysignf()
A Ds_cos.c57 double y[2],z=0.0; in cos() local
A Ds_sin.c57 double y[2],z=0.0; in sin() local
A Ds_tan.c56 double y[2],z=0.0; in tan() local
A Ds_tanf.c39 double y; in tanf() local
/lk-master/external/platform/pico/rp2_common/pico_double/
A Ddouble_math.c50 #define check_nan_d2(x,y) if (disnan((x))) return (x); else if (disnan((y))) return (y); argument
53 #define check_nan_d2(x,y) ((void)0) argument
84 static inline double dcopysign(double x,double y) { in dcopysign()
/lk-master/dev/include/dev/
A Daccelerometer.h12 double y; member
/lk-master/lib/font/
A Dfont.c30 void font_draw_char(gfx_surface *surface, unsigned char c, int x, int y, uint32_t color) { in font_draw_char()

Completed in 41 milliseconds

12