Searched refs:STBTT_pow (Results 1 – 2 of 2) sorted by relevance
450 #define STBTT_pow(x,y) pow(x,y) macro4369 return -(float) STBTT_pow(-x,1.0f/3.0f); in stbtt__cuberoot()4371 return (float) STBTT_pow( x,1.0f/3.0f); in stbtt__cuberoot()
137 #define STBTT_pow(x,y) ImPow(x,y) macro