OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:second_half
(Results
1 - 4
of
4
) sorted by null
/external/chromium/base/
rand_util_win.cc
26
uint32
second_half
= RandUint32();
local
27
return (static_cast<uint64>(first_half) << 32) +
second_half
;
/external/chromium_org/base/
rand_util_win.cc
27
uint32
second_half
= RandUint32();
local
28
return (static_cast<uint64>(first_half) << 32) +
second_half
;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
bezier.c
69
struct bezier *
second_half
)
73
second_half
->x3 = (bez->x3 + bez->x4) * 0.5;
75
second_half
->x4 = bez->x4;
77
second_half
->x2 = (
second_half
->x3 + c) * 0.5;
78
first_half->x4 =
second_half
->x1 =
79
(first_half->x3 +
second_half
->x2) * 0.5;
83
second_half
->y3 = (bez->y3 + bez->y4) * 0.5;
85
second_half
->y4 = bez->y4;
87
second_half
->y2 = (second_half->y3 + c) * 0.5
[
all
...]
/external/mesa3d/src/gallium/state_trackers/vega/
bezier.c
69
struct bezier *
second_half
)
73
second_half
->x3 = (bez->x3 + bez->x4) * 0.5;
75
second_half
->x4 = bez->x4;
77
second_half
->x2 = (
second_half
->x3 + c) * 0.5;
78
first_half->x4 =
second_half
->x1 =
79
(first_half->x3 +
second_half
->x2) * 0.5;
83
second_half
->y3 = (bez->y3 + bez->y4) * 0.5;
85
second_half
->y4 = bez->y4;
87
second_half
->y2 = (second_half->y3 + c) * 0.5
[
all
...]
Completed in 54 milliseconds