Home
last modified time | relevance | path

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

/third_party/optimized-routines/math/
Dv_powf.c24 #define TBITS 4 macro
28 #define TBITS 5 macro
39 #define V_POWF_LOG2_TABLE_BITS TBITS
157 i = (tmp >> (23 - TBITS)) % (1 << TBITS); in V_NAME()