/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/ |
A D | exp.c | 83 double_t hi, lo, c, xx, y; in exp() local 128 xx = x*x; in exp() 129 c = x - xx*(P1+xx*(P2+xx*(P3+xx*(P4+xx*P5)))); in exp()
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftlcdfil.c | 52 FT_UInt val1, xx; in _ft_lcd_filter_fir() local 68 for ( xx = 2; xx < width; xx++ ) in _ft_lcd_filter_fir() 73 val = line[xx]; in _ft_lcd_filter_fir() 82 line[xx - 2] = (FT_Byte)pix; in _ft_lcd_filter_fir() 91 line[xx - 2] = (FT_Byte)pix; in _ft_lcd_filter_fir() 95 line[xx - 1] = (FT_Byte)pix; in _ft_lcd_filter_fir() 194 FT_UInt xx; in _ft_lcd_filter_legacy() local 197 for ( xx = 0; xx < width; xx += 3 ) in _ft_lcd_filter_legacy() 205 p = line[xx]; in _ft_lcd_filter_legacy() 210 p = line[xx + 1]; in _ft_lcd_filter_legacy() [all …]
|
A D | ftcalc.c | 721 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply() local 727 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx ); in FT_Matrix_Multiply() 732 b->xx = xx; b->xy = xy; in FT_Matrix_Multiply() 742 FT_Pos delta, xx, yy; in FT_Matrix_Invert() local 749 delta = FT_MulFix( matrix->xx, matrix->yy ) - in FT_Matrix_Invert() 758 xx = matrix->xx; in FT_Matrix_Invert() 761 matrix->xx = FT_DivFix( yy, delta ); in FT_Matrix_Invert() 762 matrix->yy = FT_DivFix( xx, delta ); in FT_Matrix_Invert() 775 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply_Scaled() local 783 xx = FT_MulDiv( a->xx, b->xx, val ) + FT_MulDiv( a->xy, b->yx, val ); in FT_Matrix_Multiply_Scaled() [all …]
|
A D | ftsynth.c | 63 transform.xx = 0x10000L; in FT_GlyphSlot_Oblique()
|
/AliOS-Things-master/components/ble_netconfig/ |
A D | README.md | 309 aos_mac WIFI xx:xx:xx:xx:xx:xx 310 aos_mac BT xx:xx:xx:xx:xx:xx
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream3/ |
A D | README | 12 compiles under gcc 2.xx, but not under gcc 3.xx, which sparked the development of 17 3.2 and 3.3, but not under gcc 2.xx. This is mainly due to changes in the standard
|
/AliOS-Things-master/components/freetype/src/ |
A D | Jamfile | 20 for xx in $(FT2_COMPONENTS) 22 SubInclude FT2_TOP $(FT2_SRC_DIR) $(xx) ;
|
/AliOS-Things-master/documentation/yaml/ |
A D | package.yaml_user_manual.md | 62 | source_file<br /> - src/xx.c ? <COND> | N | 根据条件,引入源代码文件<br />仅包含一个条件,但是可使用not逻辑,即!COND,当COND为0时… 248 - src/xx.c ? <COND2> 258 - src/xx.c ? <!COND2> 268 - src/xx.c ? <COND2, COND6> 280 - src/xx.c ? <COND2> 281 - src/xx.c ? <COND6>
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx64/ |
A D | gvmat64.asm | 72 ;window equ rsp + xx - LocalVarsSize ; local copy of s->window ; stored in r10 73 ;windowbestlen equ rsp + xx - LocalVarsSize ; s->window + bestlen , use r10+r11 74 ;scanstart equ rsp + xx - LocalVarsSize ; first two bytes of string ; stored in r12w 75 ;scanend equ rsp + xx - LocalVarsSize ; last two bytes of string use ebx 76 ;scanalign equ rsp + xx - LocalVarsSize ; dword-misalignment of string r13 77 ;bestlen equ rsp + xx - LocalVarsSize ; size of best match so far -> r11d 78 ;scan equ rsp + xx - LocalVarsSize ; ptr to string wanting match -> r9
|
/AliOS-Things-master/components/freetype/src/smooth/ |
A D | ftsmooth.c | 328 FT_UInt xx; in ft_smooth_render_generic() local 332 for ( xx = width_org; xx > 0; xx-- ) in ft_smooth_render_generic() 334 FT_UInt pixel = line[xx-1]; in ft_smooth_render_generic()
|
/AliOS-Things-master/components/mbmaster/ |
A D | README.md | 158 read holding register simulator1: xx,simulator2: xx # 读保持寄存器成功
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cffobjs.h | 106 FT_Fixed xx, xy; /* transformation matrix coefficients */ member
|
A D | cffobjs.c | 651 matrix->xx = FT_DivFix( matrix->xx, temp ); in cff_face_init() 718 matrix->xx = FT_DivFix( matrix->xx, temp ); in cff_face_init()
|
A D | cffparse.c | 532 matrix->xx = cff_parse_fixed_dynamic( data++, &scaling ); in cff_parse_font_matrix() 545 matrix->xx = 0x10000L; in cff_parse_font_matrix() 565 (double)matrix->xx / *upm / 65536, in cff_parse_font_matrix()
|
/AliOS-Things-master/components/py_engine/engine/lib/libm/ |
A D | math.c | 419 float_t hi, lo, c, xx, y; in expf() local 462 xx = x*x; in expf() 463 c = x - xx*(expf_P1+xx*expf_P2); in expf()
|
/AliOS-Things-master/components/freetype/include/ |
A D | fttypes.h | 383 FT_Fixed xx, xy; member
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttgload.c | 587 FT_Fixed xx, xy, yy, yx; in TT_Load_Composite_Glyph() local 634 xx = yy = 0x10000L; in TT_Load_Composite_Glyph() 639 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2; in TT_Load_Composite_Glyph() 640 yy = xx; in TT_Load_Composite_Glyph() 644 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2; in TT_Load_Composite_Glyph() 649 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2; in TT_Load_Composite_Glyph() 655 subglyph->transform.xx = xx; in TT_Load_Composite_Glyph() 1096 int a = subglyph->transform.xx > 0 ? subglyph->transform.xx in TT_Process_Composite_Component() 1097 : -subglyph->transform.xx; in TT_Process_Composite_Component() 1121 FT_Fixed mac_xscale = FT_Hypot( subglyph->transform.xx, in TT_Process_Composite_Component()
|
A D | ttobjs.h | 193 FT_Fixed xx, xy; /* transformation matrix coefficients */ member
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/ |
A D | miniswhite-1c-1b.pbm | 11 …��O�ь�j"���8������L!���h������VH�Z����8�����$��IzE���xx���@���"�� ����x�…
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | extmod.cmake | 52 set(MICROPY_LIB_BERKELEY_DIR "${MICROPY_DIR}/lib/berkeley-db-1.xx")
|
A D | modframebuf.c | 204 for (unsigned int xx = x; xx < x + w; xx++) { in gs2_hmsb_fill_rect() local 206 gs2_hmsb_setpixel(fb, xx, yy, col); in gs2_hmsb_fill_rect()
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1gload.c | 430 if ( font_matrix.xx != 0x10000L || font_matrix.yy != font_matrix.xx || in T1_Load_Glyph()
|
A D | t1driver.c | 196 sizeof ( type1->font_matrix.xx ) ) in t1_ps_get_font_value() 207 val = type1->font_matrix.xx; in t1_ps_get_font_value()
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_gfxPrimitives.c | 4094 Sint16 xp, yp, xs, ys, dyt, od, xx, yy, xc2, yc2; in aaellipseColor() local 4228 xx = xc2 - xp; in aaellipseColor() 4230 result |= pixelColorWeightNolock(dst, xx, yp, color, iweight); in aaellipseColor() 4233 result |= pixelColorWeightNolock(dst, xx, ys, color, weight); in aaellipseColor() 4238 result |= pixelColorWeightNolock(dst, xx, yy, color, iweight); in aaellipseColor() 4242 result |= pixelColorWeightNolock(dst, xx, yy, color, weight); in aaellipseColor() 4287 xx = xc2 - xp; in aaellipseColor() 4290 result |= pixelColorWeightNolock(dst, xx, yp, color, iweight); in aaellipseColor() 4296 xx = xc2 - xs; in aaellipseColor() 4298 result |= pixelColorWeightNolock(dst, xx, yp, color, weight); in aaellipseColor() [all …]
|
/AliOS-Things-master/components/freetype/src/pfr/ |
A D | pfrobjs.c | 415 font_matrix.xx = face->log_font.matrix[0] << 8; in pfr_slot_load()
|