Home
last modified time | relevance | path

Searched refs:ty (Results 1 – 18 of 18) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/
A D__rem_pio2.c52 double tx[3],ty[2]; in __rem_pio2() local
168 n = __rem_pio2_large(tx,ty,(int)(ix>>20)-(0x3ff+23),i+1,1); in __rem_pio2()
170 y[0] = -ty[0]; in __rem_pio2()
171 y[1] = -ty[1]; in __rem_pio2()
174 y[0] = ty[0]; in __rem_pio2()
175 y[1] = ty[1]; in __rem_pio2()
/AliOS-Things-master/components/SDL2/test/
A Dtestgesture.c105 float tx,ty, xr; in drawCircle() local
106 for (ty = (float) -SDL_fabs(r); ty <= (float) SDL_fabs((int) r); ty++) { in drawCircle()
107 xr = (float) SDL_sqrt(r * r - ty * ty); in drawCircle()
110 setpix(screen, x + tx, y + ty, c); in drawCircle()
113 setpix(screen, x - xr + 0.5f, y + ty, c); in drawCircle()
114 setpix(screen, x + xr - 0.5f, y + ty, c); in drawCircle()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp_python_wrap.c415 if (ty->cast) ty->cast->prev = iter; in SWIG_TypeCheck()
457 return ((!ty) || (!ty->converter)) ? ptr : (*ty->converter)(ptr, newmemory); in SWIG_TypeCast()
466 if (!ty || !ty->dcast) return ty; in SWIG_TypeDynamicCast()
467 while (ty && (ty->dcast)) { in SWIG_TypeDynamicCast()
468 ty = (*ty->dcast)(ptr); in SWIG_TypeDynamicCast()
469 if (ty) lastty = ty; in SWIG_TypeDynamicCast()
1663 swig_type_info *ty = sobj->ty; in SwigPyObject_dealloc() local
1959 sobj->ty = ty; in SwigPyObject_New()
2141 sobj->ty = ty; in SwigPyPacked_New()
2793 swig_type_info *ty = v ? v->ty : 0; in SwigPyObject_GetDesc() local
[all …]
/AliOS-Things-master/components/py_engine/engine/drivers/display/
A Dlcd160cr_test.py75 tx = ty = 0
85 tx, ty = tx2, ty2
88 ty = (ty + 1) % h
99 fbuf.hline(0, ty, w, lcd.rgb(64, 64, 64))
101 fbuf.rect(tx - 3, ty - 3, 7, 7, lcd.rgb(64, 64, 64))
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Decc_dsa.c204 uECC_word_t ty[NUM_ECC_WORDS]; in uECC_verify() local
248 uECC_vli_set(ty, curve->G + num_words, num_words); in uECC_verify()
250 XYcZ_add(tx, ty, sum, sum + num_words, curve); in uECC_verify()
277 uECC_vli_set(ty, point + num_words, num_words); in uECC_verify()
278 apply_z(tx, ty, z, curve); in uECC_verify()
280 XYcZ_add(tx, ty, rx, ry, curve); in uECC_verify()
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_xcf.c636 Uint32 x, y, tx, ty, ox, oy; in do_layer_surface() local
663 ty = tx = 0; in do_layer_surface()
667 oy = ty + 64 > level->height ? level->height % 64 : 64; in do_layer_surface()
688 for (y = ty; y < ty + oy; y++) { in do_layer_surface()
777 ty += 64; in do_layer_surface()
779 if (ty >= level->height) { in do_layer_surface()
A Dnanosvgrast.h59 NSVGimage* image, float tx, float ty, float scale,
986 float tx, float ty, float scale, NSVGcachedPaint* cache) in nsvg__scanlineSolid() argument
1028 fy = ((float)y - ty) / scale; in nsvg__scanlineSolid()
1073 fy = ((float)y - ty) / scale; in nsvg__scanlineSolid()
1364 NSVGimage* image, float tx, float ty, float scale, in nsvgRasterize() argument
1401 e->y0 = (ty + e->y0) * NSVG__SUBSAMPLES; in nsvgRasterize()
1403 e->y1 = (ty + e->y1) * NSVG__SUBSAMPLES; in nsvgRasterize()
1412 nsvg__rasterizeSortedEdges(r, tx,ty,scale, &cache, shape->fillRule); in nsvgRasterize()
1427 e->y0 = (ty + e->y0) * NSVG__SUBSAMPLES; in nsvgRasterize()
1429 e->y1 = (ty + e->y1) * NSVG__SUBSAMPLES; in nsvgRasterize()
[all …]
A Dnanosvg.h477 t[4] = tx; t[5] = ty; in nsvg__xformSetTranslation()
2867 nsvg__xformSetTranslation(t, tx, ty); in nsvg__scaleGradient()
2878 float tx, ty, sx, sy, us, bounds[4], t[6], avgs; in nsvg__scaleToViewbox() local
2907 ty = -p->viewMiny; in nsvg__scaleToViewbox()
2932 shape->bounds[1] = (shape->bounds[1] + ty) * sy; in nsvg__scaleToViewbox()
2934 shape->bounds[3] = (shape->bounds[3] + ty) * sy; in nsvg__scaleToViewbox()
2937 path->bounds[1] = (path->bounds[1] + ty) * sy; in nsvg__scaleToViewbox()
2939 path->bounds[3] = (path->bounds[3] + ty) * sy; in nsvg__scaleToViewbox()
2943 pt[1] = (pt[1] + ty) * sy; in nsvg__scaleToViewbox()
2948 nsvg__scaleGradient(shape->fill.gradient, tx,ty, sx,sy); in nsvg__scaleToViewbox()
[all …]
/AliOS-Things-master/components/freetype/src/cff/
A Dcf2glue.h83 CF2_F16Dot16 ty; member
A Dcf2font.c281 font->currentTransform.ty = cf2_intToFixed( 0 ); in cf2_font_setup()
442 translation.y = transform->ty; in cf2_getGlyphOutline()
A Dcf2ft.c68 FT_ASSERT( transform->tx == 0 && transform->ty == 0 ); in cf2_checkTransform()
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitviewcontroller.m470 t.ty = 0.0;
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dtest_ref.ppm4 …LZtO]xUa}Zbls�_c�op���^bUXv\azW\vGJiHLjMPmFJbIObX^qZ^vy~����w{�UZq[_tty�ty���������������������…
/AliOS-Things-master/components/SDL2/include/
A DSDL_opengl_glext.h5975 typedef void (APIENTRYP PFNGLTANGENT3BEXTPROC) (GLbyte tx, GLbyte ty, GLbyte tz);
5977 typedef void (APIENTRYP PFNGLTANGENT3DEXTPROC) (GLdouble tx, GLdouble ty, GLdouble tz);
5979 typedef void (APIENTRYP PFNGLTANGENT3FEXTPROC) (GLfloat tx, GLfloat ty, GLfloat tz);
5981 typedef void (APIENTRYP PFNGLTANGENT3IEXTPROC) (GLint tx, GLint ty, GLint tz);
5983 typedef void (APIENTRYP PFNGLTANGENT3SEXTPROC) (GLshort tx, GLshort ty, GLshort tz);
5998 GLAPI void APIENTRY glTangent3bEXT (GLbyte tx, GLbyte ty, GLbyte tz);
6000 GLAPI void APIENTRY glTangent3dEXT (GLdouble tx, GLdouble ty, GLdouble tz);
6002 GLAPI void APIENTRY glTangent3fEXT (GLfloat tx, GLfloat ty, GLfloat tz);
6004 GLAPI void APIENTRY glTangent3iEXT (GLint tx, GLint ty, GLint tz);
6006 GLAPI void APIENTRY glTangent3sEXT (GLshort tx, GLshort ty, GLshort tz);
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dtestimg.ppm4 …+H(+M%-O$-Q#-PE1[P:d^FgfJilOnuTm{Wl~Vk�Zg�Vg�Vm�]p�ap�br�dv�hr�lo�km�ip�mw�ty�xw�wt�us�tu�ts�qo�ki…
5 …k�Mn�P(0#*2'/4-350664<87@<9C>8IE<HE<KHCQQQ[[eabvab~`a�_]�ZX�TT�TT�\]�gi�ps�ty�{�~�ہ�ބ�݃�؃�օ�҆�Ӄ�DŽ…
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/
A Drgb-3c-8b.ppm253 …>�@BADHH [r6-m8,pF-s\7tm<si:v^8�k;�q=�s?�r>�b9wQ1pK+oM/p^7oo?ty>z�Cy�Gv~Ass:op9qc2nb…
/AliOS-Things-master/hardware/chip/rtl872xd/bin/
A Dkm0_image2_all.bin455 @pZx!�CZp"h�y�C�C�q@��s��h�G��!�yB ЊC�q�"r�x��"�ty�"�tv�!
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c92714 duk_uint32_t tx, ty; local
92729 ty = y->v[i];
92731 if (tx > ty) {
92734 if (tx < ty) {
92862 duk_uint32_t ty, tz; local
92873 ty = y->v[i];
92879 tmp = (duk_int64_t) ty - (duk_int64_t) tz + tmp;

Completed in 565 milliseconds