OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:roundtrip_fails
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
u_half_test.c
12
unsigned
roundtrip_fails
= 0;
local
25
++
roundtrip_fails
;
29
if(
roundtrip_fails
)
30
printf("Failure! %u/65536 half floats failed a conversion to float and back.\n",
roundtrip_fails
);
/external/mesa3d/src/gallium/tests/unit/
u_half_test.c
12
unsigned
roundtrip_fails
= 0;
local
25
++
roundtrip_fails
;
29
if(
roundtrip_fails
)
30
printf("Failure! %u/65536 half floats failed a conversion to float and back.\n",
roundtrip_fails
);
Completed in 1128 milliseconds