Searched refs:ix0 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | fdlibm.h | 298 #define EXTRACT_WORDS(ix0,ix1,d) \ argument 302 (ix0) = ew_u.parts.msw; \ 326 #define INSERT_WORDS(d,ix0,ix1) \ argument 329 iw_u.parts.msw = (ix0); \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | fdlibm.h | 298 #define EXTRACT_WORDS(ix0,ix1,d) \ argument 302 (ix0) = ew_u.parts.msw; \ 326 #define INSERT_WORDS(d,ix0,ix1) \ argument 329 iw_u.parts.msw = (ix0); \
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | stb_truetype.h | 785 …st stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1… 792 …odepoint, float scale_x, float scale_y, float shift_x, float shift_y, int *ix0, int *iy0, int *ix1… 802 …(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1… 803 …int glyph, float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *iy0, int *ix1… 1562 …int glyph, float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *iy0, int *ix1… in stbtt_GetGlyphBitmapBoxSubpixel() argument 1567 if (ix0) *ix0 = 0; in stbtt_GetGlyphBitmapBoxSubpixel() 1573 if (ix0) *ix0 = STBTT_ifloor( x0 * scale_x + shift_x); in stbtt_GetGlyphBitmapBoxSubpixel() 1580 …(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1… in stbtt_GetGlyphBitmapBox() argument 1582 stbtt_GetGlyphBitmapBoxSubpixel(font, glyph, scale_x, scale_y,0.0f,0.0f, ix0, iy0, ix1, iy1); in stbtt_GetGlyphBitmapBox() 1585 …odepoint, float scale_x, float scale_y, float shift_x, float shift_y, int *ix0, int *iy0, int *ix1… in stbtt_GetCodepointBitmapBoxSubpixel() argument [all …]
|