Searched refs:make_random_floats (Results 1 – 4 of 4) sorted by relevance
123 make_random_floats (int n_bytes);
323 bits = (uint32_t *)make_random_floats (height * stride); in create_random_bits_image()378 bits = (uint32_t *)make_random_floats (height * stride); in create_random_bits_image()
49 bits = (uint32_t *)make_random_floats (WIDTH * HEIGHT * bpp); in make_image()
599 make_random_floats (int n_bytes) in make_random_floats() function