Searched refs:logf (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_util.h99 return etna_float_to_fixp55(logf((float)width) * RCPLOG2);
106 return etna_float_to_fixp88(logf((float)width) * RCPLOG2);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_util.h92 return etna_float_to_fixp55(logf((float)width) * RCPLOG2);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c304 WRAP(logf)
310 #define logf wrap_logf macro
325 {"log", &lp_build_log_safe, &logf, log2_values, ARRAY_SIZE(log2_values), 20.0 },
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c304 {"log", &lp_build_log_safe, &logf, log2_values, ARRAY_SIZE(log2_values), 20.0 },
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aaline.c207 return logf(rho2) * 1.442695f * 0.5f;/* 1.442695 = 1/log(2) */
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aaline.c206 return logf(rho2) * 1.442695f * 0.5f;/* 1.442695 = 1/log(2) */
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_execute.c705 val = logf(a[0]) * 1.442695F;
762 q[2] = logf(t[0]) * 1.442695F;
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_execute.c705 val = logf(a[0]) * 1.442695F;
762 q[2] = logf(t[0]) * 1.442695F;
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp941 float adjusted_cost = spill_costs[i] / logf(live_length);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp942 float adjusted_cost = spill_costs[i] / logf(live_length);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c486 dst->f[0] = logf(src->f[0]) * 1.442695f;
487 dst->f[1] = logf(src->f[1]) * 1.442695f;
488 dst->f[2] = logf(src->f[2]) * 1.442695f;
489 dst->f[3] = logf(src->f[3]) * 1.442695f;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c503 dst->f[0] = logf(src->f[0]) * 1.442695f;
504 dst->f[1] = logf(src->f[1]) * 1.442695f;
505 dst->f[2] = logf(src->f[2]) * 1.442695f;
506 dst->f[3] = logf(src->f[3]) * 1.442695f;
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dir_expression_operation_constant.h165 data.f[c] = logf(op[0]->value.f[c]);
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dir_expression_operation_constant.h165 data.f[c] = logf(op[0]->value.f[c]);
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_compile.c1607 bi_index x2 = bi_fmul_f32(b, loge, bi_imm_f32(1.0 / logf(2.0)));

Completed in 41 milliseconds