Searched refs:root (Results 1 – 2 of 2) sorted by relevance
118 uint32_t root = 0; in _lv_sqrt() local122 trial = root + mask; in _lv_sqrt()123 if((uint32_t)trial * trial <= x) root = trial; in _lv_sqrt()127 q->i = (uint32_t) root >> 4; in _lv_sqrt()128 q->f = (uint32_t)(root & 0xf) << 4; in _lv_sqrt()
832 # subdirectory from a directory tree whose root is specified with the INPUT tag.1013 # - Make sure the INPUT points to the root of the source tree1436 # the root of the tree instead of the PROJECT_NAME. Since the tree basically has2401 # children of the root node in a graph is already larger than2411 # root by following a path via at most 3 edges will be shown. Nodes that lay2412 # further from the root node will be omitted. Note that setting this option to 1