OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POWF_LOG2_TABLE_BITS
(Results
1 - 2
of
2
) sorted by null
/external/arm-optimized-routines/math/
math_config.h
324
#define
POWF_LOG2_TABLE_BITS
4
337
} tab[1 <<
POWF_LOG2_TABLE_BITS
];
powf.c
26
#define N (1 <<
POWF_LOG2_TABLE_BITS
)
45
i = (tmp >> (23 -
POWF_LOG2_TABLE_BITS
)) % N;
Completed in 188 milliseconds