OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:frand
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java
295
final float which =
frand
();
348
final float rnd =
frand
();
465
static float
frand
() {
469
static float
frand
(float a, float b) {
470
return (
frand
() * (b-a) + a);
474
return (int)(
frand
(a, b));
/external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
voronoi.cc
53
inline float
frand
() {
function in namespace:__anon10864
157
const float x =
frand
();
158
const float y =
frand
();
162
const float u = (
frand
() * 2.0f - 1.0f) * speed;
163
const float v = (
frand
() * 2.0f - 1.0f) * speed;
/ndk/sources/host-tools/nawk-20071023/
awk.h
121
#define
FRAND
7
lex.c
77
{ "rand",
FRAND
, BLTIN },
run.c
[
all
...]
Completed in 254 milliseconds