Home
last modified time | relevance | path

Searched defs:y (Results 1 – 7 of 7) sorted by relevance

/DragonOS-0.1.8/kernel/src/common/math/
Dpow.c4 int64_t pow(int64_t x, int y) in pow()
Dround.c21 double y; in round() local
/DragonOS-0.1.8/user/libs/libc/src/math/
Dpow.c4 int64_t pow(int64_t x, int y) in pow()
Dround.c19 double y; in round() local
/DragonOS-0.1.8/kernel/src/common/
Dglib.h43 #define max(x, y) ((x > y) ? (x) : (y)) argument
44 #define min(x, y) ((x < y) ? (x) : (y)) argument
/DragonOS-0.1.8/kernel/src/libs/libUI/
Dtextui-render.c131 uint32_t y = actual_line * TEXTUI_CHAR_HEIGHT; in __textui_render_chromatic() local
/DragonOS-0.1.8/kernel/src/libs/
Drbtree.rs1024 let mut y = NodePtr::null(); in insert() localVariable