| D | moving_moments_unittest.cc | 48     const float* expected_mean,  in CalculateMomentsAndVerify() 65   const float expected_mean[kInputLength] = {0.f, 0.f, 0.f, 0.f, 0.f};  in TEST_F()  local 76   const float expected_mean[kInputLength] = {1.f, 2.f, 3.f, 4.f, 5.f,  in TEST_F()  local 89   const float expected_mean[kInputLength] = {0.2f, 0.6f, 1.2f, 2.f, 3.f,  in TEST_F()  local 102   const float expected_mean[kInputLength] = {-0.2f, -0.6f, -1.2f, -2.f, -3.f,  in TEST_F()  local 118   const float expected_mean[kInputLength] = {0.25f, 0.f, 0.25f, 0.f, 0.f,  in TEST_F()  local 132   const float expected_mean[kInputLength] = {  in TEST_F()  local
  |