Searched refs:intPow (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationPrimitiveDiscardTests.cpp | 78 int intPow (int base, int exp) in intPow() function 85 const int sub = intPow(base, exp/2); in intPow() 118 const int numCols = intPow(numChoices, 6/2); // sqrt(numChoices**6) == sqrt(number of primitives) in genAttributes()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationPrimitiveDiscardTests.cpp | 78 int intPow (int base, int exp) in intPow() function 85 const int sub = intPow(base, exp/2); in intPow() 118 const int numCols = intPow(numChoices, 6/2); // sqrt(numChoices**6) == sqrt(number of primitives) in genAttributes()
|
/third_party/decimal.js/ |
H A D | decimal.js | 2291 r = intPow(Ctor, x, k, pr); 2500 * intPow P.toPower, parseOther 2513 * truncate intPow 3208 function intPow(Ctor, x, n, pr) { function 3645 divisor = intPow(Ctor, new Ctor(base), i, i * 2);
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTessellationTests.cpp | 177 static int intPow (int base, int exp) 184 const int sub = intPow(base, exp/2); 5441 const int numCols = intPow(numChoices, 6/2); // sqrt(numChoices**6) == sqrt(number of primitives)
|
Completed in 15 milliseconds