Searched defs:fy (Results 1 – 10 of 10) sorted by relevance
/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 200 for (int fy = filter_y_start; fy < filter_y_end; fy++) { in AveragePool() local
|
/AliOS-Things-master/components/SDL2/src/core/alios/ |
A D | SDL_evdev.c | 108 float fx, fy; in uinput_callback() local
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_mouse.c | 333 float fy = (float)y / (float)window->h; local 500 float fy = (float)mouse->y / (float)window->h; local
|
/AliOS-Things-master/components/py_engine/engine/lib/libm/ |
A D | math.c | 47 float_s_t fy={.f = y}; in copysignf() local
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afhints.h | 270 FT_Short fx, fy; /* original, unscaled position (in font units) */ member
|
/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() 546 int id, wl_fixed_t fx, wl_fixed_t fy) in touch_handler_motion()
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | nanosvgrast.h | 1022 float fx, fy, dx, gy; in nsvg__scanlineSolid() local 1067 float fx, fy, dx, gx, gy, gd; in nsvg__scanlineSolid() local
|
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
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | TestGfxPrimitives.c | 153 float stepx, stepy, fx, fy, fxy; in ClearScreen() local
|
/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 3479 for (int fy = filter_y_start; fy < filter_y_end; fy++) { in MaxPool() local
|
Completed in 51 milliseconds