Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxmathfuncs.cpp1102 #define LOGTAB_MASK2_32F ((1 << (23 - LOGTAB_SCALE)) - 1) macro
1402 buf[0].i = (h0 & LOGTAB_MASK2_32F) | (127 << 23);
1403 buf[1].i = (h1 & LOGTAB_MASK2_32F) | (127 << 23);
1420 buf[2].i = (h2 & LOGTAB_MASK2_32F) | (127 << 23);
1421 buf[3].i = (h3 & LOGTAB_MASK2_32F) | (127 << 23);
1455 buf[0].i = (h0 & LOGTAB_MASK2_32F) | (127 << 23);