Home
last modified time | relevance | path

Searched refs:two_to_the_n (Results 1 - 2 of 2) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib.h421 static ASTCENC_SIMD_INLINE vint4 two_to_the_n(vint4 a) in two_to_the_n() function
460 p = p * two_to_the_n(lz + 1);
/third_party/astc-encoder/Source/UnitTest/
H A Dtest_simd.cpp1701 /** @brief Test vint4 two_to_the_n. */
1702 TEST(vint4, two_to_the_n) in TEST()
1705 vint4 r1 = two_to_the_n(a1); in TEST()
1712 vint4 r2 = two_to_the_n(a2); in TEST()
1720 // generate the shifted result in two_to_the_n(). in TEST()

Completed in 5 milliseconds