Searched refs:out_floats_right_c (Results 1 – 1 of 1) sorted by relevance
83 float* out_floats_right_c = (float*) malloc(MAXSAMPLES * 4 + PAD); in TestRounding() local91 memset(out_floats_right_c, 0xfb, MAXSAMPLES * 4 + PAD); in TestRounding()101 out_floats_ptr_c[1] = out_floats_right_c; in TestRounding()107 out_floats_right_c[i] = in; in TestRounding()150 free(out_floats_right_c); in TestRounding()270 float* out_floats_right_c = (float*) malloc(MAXSAMPLES * 4 + PAD); in main() local278 memset(out_floats_right_c, 0x33, MAXSAMPLES * 4 + PAD); in main()288 out_floats_ptr_c[1] = out_floats_right_c; in main()372 free(out_floats_right_c); in main()