/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
A D | pooling.h | 89 for (int fy = filter_y_start; fy < filter_y_end; fy++) { in MaxPool() local 91 input_ptr + depth * (fy * input_width + filter_x_start); in MaxPool() 200 for (int fy = filter_y_start; fy < filter_y_end; fy++) { in AveragePool() local 202 input_ptr + depth * (fy * input_width + filter_x_start); in AveragePool()
|
/AliOS-Things-master/components/SDL2/src/core/alios/ |
A D | SDL_evdev.c | 108 float fx, fy; in uinput_callback() local 123 fy = (float)events->abs.y / (float)480.0f; in uinput_callback() 129 SDL_SendTouch(1, 1, NULL, SDL_TRUE, fx, fy, norm_pressure); in uinput_callback() 137 SDL_SendTouch(1, 1, NULL, SDL_FALSE, fx, fy, norm_pressure); in uinput_callback() 145 printf("fx: %.1f, fy: %.1f\n", fx, fy); in uinput_callback() 146 SDL_SendTouchMotion(1, 1, NULL, fx, fy, norm_pressure); in uinput_callback()
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afhints.c | 210 point->fy, in af_glyph_hints_dump_points() 655 point->fy = (FT_Short)vec->y; in af_glyph_hints_reload() 727 in_y = first->fy - prev->fy; in af_glyph_hints_reload() 744 FT_Pos in_y_ = point_->fy - prev_->fy; in af_glyph_hints_reload() 779 out_y = next->fy - point->fy; in af_glyph_hints_reload() 986 u = point->fy; in af_glyph_hints_align_strong_points() 1347 point->y = FT_MulFix( point->fy, scale ) + delta; in af_glyph_hints_scale_dim()
|
A D | afhints.h | 270 FT_Short fx, fy; /* original, unscaled position (in font units) */ member
|
A D | aflatin2.c | 739 point->v = point->fy; in af_latin2_hints_compute_segments() 750 point->u = point->fy; in af_latin2_hints_compute_segments()
|
A D | aflatin.c | 1155 point->v = point->fy; in af_latin_hints_compute_segments() 1166 point->u = point->fy; in af_latin_hints_compute_segments()
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_mouse.c | 333 float fy = (float)y / (float)window->h; local 334 SDL_SendTouchMotion(SDL_MOUSE_TOUCHID, 0, window, fx, fy, 1.0f); 500 float fy = (float)mouse->y / (float)window->h; local 501 SDL_SendTouch(SDL_MOUSE_TOUCHID, 0, window, track_mouse_down, fx, fy, 1.0f);
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | nanosvgrast.h | 1022 float fx, fy, dx, gy; in nsvg__scanlineSolid() local 1028 fy = ((float)y - ty) / scale; in nsvg__scanlineSolid() 1033 gy = fx*t[1] + fy*t[3] + t[5]; in nsvg__scanlineSolid() 1067 float fx, fy, dx, gx, gy, gd; in nsvg__scanlineSolid() local 1073 fy = ((float)y - ty) / scale; in nsvg__scanlineSolid() 1078 gx = fx*t[0] + fy*t[2] + t[4]; in nsvg__scanlineSolid() 1079 gy = fx*t[1] + fy*t[3] + t[5]; in nsvg__scanlineSolid()
|
A D | nanosvg.h | 114 float fx, fy; member 391 NSVGcoordinate cx, cy, r, fx, fy; member 890 float cx, cy, fx, fy, r; in nsvg__createGradient() local 894 fy = nsvg__convertToPixels(p, data->radial.fy, oy, sh); in nsvg__createGradient() 901 grad->fy = fy / r; in nsvg__createGradient() 2610 grad->radial.fy = nsvg__parseCoordinateRaw(attr[i + 1]); in nsvg__parseGradient()
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandevents.c | 513 int id, wl_fixed_t fx, wl_fixed_t fy) in touch_handler_down() argument 517 const double dbly = wl_fixed_to_double(fy); in touch_handler_down() 546 int id, wl_fixed_t fx, wl_fixed_t fy) in touch_handler_motion() argument 550 const double dbly = wl_fixed_to_double(fy); in touch_handler_motion()
|
/AliOS-Things-master/components/py_engine/engine/lib/libm/ |
A D | math.c | 47 float_s_t fy={.f = y}; in copysignf() local 50 fx.s = fy.s; in copysignf()
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | TestGfxPrimitives.c | 153 float stepx, stepy, fx, fy, fxy; in ClearScreen() local 173 fy=0.0; in ClearScreen() 175 fxy=1.0f-fx*fy; in ClearScreen() 176 pixelRGBA(screen,x,y,(int)(128.0*fx*fx),(int)(128.0*fxy*fxy),(int)(128.0*fy*fy),255); in ClearScreen() 177 fy += stepy; in ClearScreen()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/ |
A D | minisblack-1c-8b.pgm | 4 …����������}������������������yriu������������������VDq�����\OWZ^aYOst\XTQ[]fy������������jU[acPSjr…
|
A D | rgb-3c-8b.ppm | 12 …Dg�;`�:[z2Rn.Wu4\8b�>i�Gj�Ms�Vs�Yw�_��l�dp�TW�CY�Ee�Ql�[r�`n�^p�^v�gu�fy�bv�fy�fp�`i�[m�V~�T��O�…
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/ |
A D | optimized_ops.h | 3291 for (int fy = filter_y_start; fy < filter_y_end; fy++) { in AveragePool() local 3293 input_ptr + depth * (fy * input_width + filter_x_start); in AveragePool() 3479 for (int fy = filter_y_start; fy < filter_y_end; fy++) { in MaxPool() local 3481 input_ptr + depth * (fy * input_width + filter_x_start); in MaxPool()
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | testimg.ppm | 5 …����~��r��cy�Zt�Tq�Mm�Fg�=_�:^�Bb�Qg�?Fn<1OK2KcA[z?h�Lr�Zu�^t�_w�c{�gz�gy�fy�fy�cx�by�b{�a|�b}�by�…
|
/AliOS-Things-master/hardware/chip/rtl872xd/bin/ |
A D | km0_image2_all.bin | 468 …�Bcx�#�x@��v@C�p@�C�x���T!y3h �GF�<c��x+`�@�Db!`y�\@�CC fy�Cv@v3C&`y�C�@�…
|
/AliOS-Things-master/hardware/chip/rtl872xd/ |
A D | ate.bin | 999 ��PF����PF���(�18F��(e���fy��h#�I� ��j#�I���#��`y��b#�I� ��d#���qI��B��BMѕ��…
|