Searched defs:y (Results 1 – 7 of 7) sorted by relevance
4 int64_t pow(int64_t x, int y) in pow()
21 double y; in round() local
19 double y; in round() local
43 #define max(x, y) ((x > y) ? (x) : (y)) argument44 #define min(x, y) ((x < y) ? (x) : (y)) argument
131 uint32_t y = actual_line * TEXTUI_CHAR_HEIGHT; in __textui_render_chromatic() local
1024 let mut y = NodePtr::null(); in insert() localVariable