Searched refs:pow (Results 1 – 4 of 4) sorted by relevance
233 uint8_t pow = 0; in tzc_auto_configure() local243 pow = tzc.addr_width; in tzc_auto_configure()245 while (lsize != 0 && pow >= 15) { in tzc_auto_configure()246 region_size = 1ULL << pow; in tzc_auto_configure()252 TZC_ATTR_REGION_SIZE(pow - 1) | in tzc_auto_configure()258 pow = tzc.addr_width; in tzc_auto_configure()279 TZC_ATTR_REGION_SIZE(pow - 1) | in tzc_auto_configure()283 pow = tzc.addr_width; in tzc_auto_configure()286 pow--; in tzc_auto_configure()
1681 bufsize bs = pow(x, (double) (myrand() & (ExpIncr - 1))); in bget_main_test()1774 bs = pow(x, (double) (myrand() & (ExpIncr - 1))); in bget_main_test()
371 #define MUL(x, y) (((x) && (y)) ? pow[(log[(x)]+log[(y)]) % 255] : 0)379 uint8_t pow[256]; in aes_gen_tables() local386 pow[i] = x; in aes_gen_tables()408 x = pow[255 - log[i]]; in aes_gen_tables()
6467 pow(10.0, (double)pItem->val.expAndMantissa.nExponent); in QCBOR_Private_DoubleConvertAll()6504 *pdValue = dMantissa * pow(10, (double)pItem->val.expAndMantissa.nExponent); in QCBOR_Private_DoubleConvertAll()6513 *pdValue = dMantissa * pow(10, (double)pItem->val.expAndMantissa.nExponent); in QCBOR_Private_DoubleConvertAll()