Searched refs:rand_float (Results 1 – 7 of 7) sorted by relevance
/third_party/pixman/test/ |
D | combiner-test.c | 68 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/ |
D | perf_stl_saxpy.cpp | 17 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()
|
D | perf_sort_float.cpp | 22 float rand_float() in rand_float() function 40 std::generate(host_vector.begin(), host_vector.end(), rand_float); in main()
|
D | perf_saxpy.cpp | 28 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()
|
D | perf_cart_to_polar.cpp | 28 float rand_float() in rand_float() function 99 std::generate(host_vector.begin(), host_vector.end(), rand_float); in main()
|
/third_party/libsnd/tests/ |
D | generate.c | 53 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/ |
D | black_scholes.cpp | 23 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()
|