Searched defs:second_half (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/base/utils/
H A Drandom-number-generator.cc46 unsigned first_half, second_half; local
49 result = rand_s(&second_half);
51 SetSeed((static_cast<int64_t>(first_half) << 32) + second_half);
/external/tensorflow/tensorflow/core/lib/io/
H A Dzlib_buffers_test.cc243 string second_half; local
245 in.ReadNBytes(data.size() - first_half.size(), &second_half));
247 bytes_read.append(second_half);
277 string second_half(data, data_half_size, data.size() - data_half_size);
287 TF_ASSERT_OK(in.ReadNBytes(second_half.size(), &bytes_read));
288 EXPECT_EQ(bytes_read, second_half);
/external/pdfium/core/fpdfapi/render/
H A Dcpdf_renderstatus.cpp572 Coon_BezierCoeff second_half() { function in struct:__anon17715::Coon_BezierCoeff
629 Coon_Bezier second_half() { function in struct:__anon17715::Coon_Bezier
631 result.x = x.second_half();
632 result.y = y.second_half();
792 Draw(x_scale, y_scale, left, bottom + 1, m1, C2, D1.second_half(),
793 D2.second_half());
802 Draw(x_scale, y_scale, left + 1, bottom, C1.second_half(),
803 C2.second_half(), m2, D2);
809 Coon_Bezier m1s = m1.second_half();
811 Coon_Bezier m2s = m2.second_half();
[all...]

Completed in 243 milliseconds