Home
last modified time | relevance | path

Searched refs:ImAcos (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h220 static inline float ImAcos(float x) { return acosf(x); } in ImAcos() function
Dimgui_draw.cpp2990 return ImAcos(x); in ImAcos01()