MCPcopy Create free account
hub / github.com/PolygonTek/BlueshiftEngine / RandomFloatArrayInit

Function RandomFloatArrayInit

Source/TestBase/TestSIMD.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34static void RandomFloatArrayInit(float *dst, int count, float minimum, float maximum) {
35 for (int i = 0; i < count; i++) {
36 dst[i] = BE1::Math::Random(minimum, maximum);
37 }
38}
39
40static void TestAdd() {
41 uint64_t bestClocksGeneric;

Callers 12

CUDA_TestAddFunction · 0.85
CUDA_TestSumFunction · 0.85
CUDA_TestMatrixMultiplyFunction · 0.85
TestAddFunction · 0.85
TestSubFunction · 0.85
TestMulFunction · 0.85
TestDivFunction · 0.85
TestSumFunction · 0.85
TestMulMat3x4RMFunction · 0.85
TestMulMat4x4RMFunction · 0.85
TestMulMat4x4RMVec4Function · 0.85
TestTransposeMat4x4Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected