/AliOS-Things-master/components/py_engine/engine/lib/libm/ |
A D | fmodf.c | 14 uint32_t sx = ux.i & 0x80000000; in fmodf() local
|
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/ |
A D | fmod.c | 9 int sx = ux.i>>63; in fmod() local
|
/AliOS-Things-master/components/SDL2/src/libm/ |
A D | e_fmod.c | 25 int32_t n,hx,hy,hz,ix,iy,sx,i; in __ieee754_fmod() local
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/lcd/ |
A D | module_lcd.c | 199 int sx = duk_get_int(ctx, -6); in native_lcd_fill() local
|
/AliOS-Things-master/components/littlevgl/src/lv_draw/ |
A D | lv_draw_line.c | 29 lv_coord_t sx; /*-1: x1 < x2; 1: x2 >= x1*/ member
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_rotozoom.c | 288 …int x, y, sx, sy, ssx, ssy, *sax, *say, *csax, *csay, *salast, csx, csy, ex, ey, cx, cy, sstep, ss… in _zoomSurfaceRGBA() local 953 double x, y, cx, cy, sx, sy; in _rotozoomSurfaceSizeTrig() local
|
A D | SDL_gfxPrimitives.c | 2353 int sx, sy; in lineColor() local
|
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_rotate.c | 129 double x, y, cx, cy, sx, sy; in SDLgfx_rotozoomSurfaceSizeTrig() local
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | thumbnail.c | 484 uint32 sx = 0; in setupStepTables() local
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/dbs/xtiff/ |
A D | xtiff.c | 1052 int ih, iw, ww, wh, sx, sy, w, h, dx, dy; local
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modframebuf.c | 467 mp_int_t sx; in framebuf_line() local 580 int sx, y, xend, yend, dx, dy; in framebuf_scroll() local
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | nanosvg.h | 480 static void nsvg__xformSetScale(float* t, float sx, float sy) in nsvg__xformSetScale() 918 float sx = sqrtf(t[0]*t[0] + t[2]*t[2]); in nsvg__getAverageScale() local 2864 static void nsvg__scaleGradient(NSVGgradient* grad, float tx, float ty, float sx, float sy) in nsvg__scaleGradient() 2878 float tx, ty, sx, sy, us, bounds[4], t[6], avgs; in nsvg__scaleToViewbox() local
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandevents.c | 231 const int sx = wl_fixed_to_int(sx_w); in pointer_handle_motion() local
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_ojpeg.c | 823 uint8 sx,sy; in OJPEGDecodeRaw() local
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 70451 duk_small_int_t cx, cy, sx; local 87301 duk_small_int_t sx = DUK_SIGNBIT(x) ? 1 : 0; local
|