Searched refs:logf (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_util.h | 99 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 D | etnaviv_util.h | 92 return etna_float_to_fixp55(logf((float)width) * RCPLOG2);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_test_arit.c | 304 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 D | lp_test_arit.c | 304 {"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 D | s_aaline.c | 207 return logf(rho2) * 1.442695f * 0.5f;/* 1.442695 = 1/log(2) */
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_aaline.c | 206 return logf(rho2) * 1.442695f * 0.5f;/* 1.442695 = 1/log(2) */
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | prog_execute.c | 705 val = logf(a[0]) * 1.442695F; 762 q[2] = logf(t[0]) * 1.442695F;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_execute.c | 705 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 D | brw_fs_reg_allocate.cpp | 941 float adjusted_cost = spill_costs[i] / logf(live_length);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs_reg_allocate.cpp | 942 float adjusted_cost = spill_costs[i] / logf(live_length);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_exec.c | 486 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 D | tgsi_exec.c | 503 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 D | ir_expression_operation_constant.h | 165 data.f[c] = logf(op[0]->value.f[c]);
|
| /xsrc/external/mit/MesaLib/src/compiler/glsl/ |
| H A D | ir_expression_operation_constant.h | 165 data.f[c] = logf(op[0]->value.f[c]);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bifrost_compile.c | 1607 bi_index x2 = bi_fmul_f32(b, loge, bi_imm_f32(1.0 / logf(2.0)));
|
Completed in 41 milliseconds