Home
last modified time | relevance | path

Searched refs:rand_float (Results 1 – 7 of 7) sorted by relevance

/third_party/pixman/test/
Dcombiner-test.c68 rand_float (void) in rand_float() function
84 p->a = rand_float(); in random_floats()
85 p->r = rand_float(); in random_floats()
86 p->g = rand_float(); in random_floats()
87 p->b = rand_float(); in random_floats()
/third_party/boost/libs/compute/perf/
Dperf_stl_saxpy.cpp17 float rand_float() in rand_float() function
40 std::generate(host_x.begin(), host_x.end(), rand_float); in main()
41 std::generate(host_y.begin(), host_y.end(), rand_float); in main()
Dperf_sort_float.cpp22 float rand_float() in rand_float() function
40 std::generate(host_vector.begin(), host_vector.end(), rand_float); in main()
Dperf_saxpy.cpp28 float rand_float() in rand_float() function
145 std::generate(host_x.begin(), host_x.end(), rand_float); in main()
146 std::generate(host_y.begin(), host_y.end(), rand_float); in main()
Dperf_cart_to_polar.cpp28 float rand_float() in rand_float() function
99 std::generate(host_vector.begin(), host_vector.end(), rand_float); in main()
/third_party/libsnd/tests/
Dgenerate.c53 rand_float (void) in rand_float() function
64 output [k] += env * rand_float () ; in crappy_snare()
70 output [k] += env * rand_float () ; in crappy_snare()
/third_party/boost/libs/compute/example/
Dblack_scholes.cpp23 float rand_float(float lo, float hi) in rand_float() function
53 stock_price_data[i] = rand_float(5.0f, 30.0f); in main()
54 option_strike_data[i] = rand_float(1.0f, 100.0f); in main()
55 option_years_data[i] = rand_float(0.25f, 10.0f); in main()