Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h458 #ifndef STBTT_cos
460 #define STBTT_cos(x) cos(x) macro
4393 float m = (float) STBTT_cos(v); in stbtt__solve_cubic()
4394 float n = (float) STBTT_cos(v-3.141592/2)*1.732050808f; in stbtt__solve_cubic()