Searched refs:exp10 (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dhud_context.c758 fixup_bytes(enum pipe_driver_query_type type, int position, uint64_t *exp10) argument
761 *exp10 = (*exp10 / 1000) * 1024;
772 uint64_t exp10; local in function:hud_pane_set_max_value
782 /* Find the left-most digit. Make sure exp10 * 10 and fixup_bytes doesn't
784 exp10 = 1;
785 for (i = 0; exp10 <= UINT64_MAX / 11 && exp10 * 9 < value; i++) {
786 exp10 *= 10;
787 fixup_bytes(pane->type, i + 1, &exp10);
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dhud_context.c757 fixup_bytes(enum pipe_driver_query_type type, int position, uint64_t *exp10) argument
760 *exp10 = (*exp10 / 1000) * 1024;
771 uint64_t exp10; local in function:hud_pane_set_max_value
781 /* Find the left-most digit. Make sure exp10 * 10 and fixup_bytes doesn't
783 exp10 = 1;
784 for (i = 0; exp10 <= UINT64_MAX / 11 && exp10 * 9 < value; i++) {
785 exp10 *= 10;
786 fixup_bytes(pane->type, i + 1, &exp10);
[all...]
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dclc_compiler_test.cpp1257 TEST_F(ComputeTest, exp10)
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst1798 - vtn/opencl: add native exp10/log10-support

Completed in 13 milliseconds