Searched refs:ceilf (Results 1 - 25 of 46) sorted by relevance

12

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dmymath.h45 #define ceilf myceilf macro
49 extern "C" float ceilf(float);
61 #if !defined ceilf
62 # define ceilf(x) ((float)ceil(x)) macro
H A Dmycode.cc42 float ceilf( float x ) function in typeref:typename:float
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c308 WRAP(ceilf)
314 #define ceilf wrap_ceilf macro
334 {"ceil", &lp_build_ceil, &ceilf, round_values, ARRAY_SIZE(round_values), 24.0 },
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_dirty_surfaces.h90 MIN2((unsigned)ceilf(pss->max_lod) + psv->u.tex.first_level, psv->u.tex.last_level), flush);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_dirty_surfaces.h90 MIN2((unsigned)ceilf(pss->max_lod) + psv->u.tex.first_level, psv->u.tex.last_level), flush);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.c628 setup->emaj.sy = ceilf(vmin_y);
629 setup->emaj.lines = (int) ceilf(vmax_y - setup->emaj.sy);
633 setup->etop.sy = ceilf(vmid_y);
634 setup->etop.lines = (int) ceilf(vmax_y - setup->etop.sy);
638 setup->ebot.sy = ceilf(vmin_y);
639 setup->ebot.lines = (int) ceilf(vmid_y - setup->ebot.sy);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_stipple.c157 intlength = ceilf(length);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_stipple.c157 intlength = ceilf(length);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.c677 setup->emaj.sy = ceilf(vmin_y);
678 setup->emaj.lines = (int) ceilf(vmax_y - setup->emaj.sy);
682 setup->etop.sy = ceilf(vmid_y);
683 setup->etop.lines = (int) ceilf(vmax_y - setup->etop.sy);
687 setup->ebot.sy = ceilf(vmin_y);
688 setup->ebot.lines = (int) ceilf(vmid_y - setup->ebot.sy);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_viewport.c108 scissor->maxx = ceilf(maxx);
109 scissor->maxy = ceilf(maxy);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_viewport.c79 scissor->maxx = ceilf(maxx);
80 scissor->maxy = ceilf(maxy);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_state.c327 scissor->maxx = ceilf(maxx);
328 scissor->maxy = ceilf(maxy);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_state.c362 scissor->maxx = CLAMP(ceilf(maxx), 0.f, max_dims);
363 scissor->maxy = CLAMP(ceilf(maxy), 0.f, max_dims);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_viewport.c108 scissor->maxx = ceilf(maxx);
109 scissor->maxy = ceilf(maxy);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_viewport.c172 scissor->maxx = ceilf(maxx);
173 scissor->maxy = ceilf(maxy);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c313 {"ceil", &lp_build_ceil, &ceilf, round_values, ARRAY_SIZE(round_values), 24.0 },
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_loops.c289 iterations = (int) ceilf((limit_value - counter_value.Value) /
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_loops.c289 iterations = (int) ceilf((limit_value - counter_value.Value) /
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_state.c419 cs->SE_SCISSOR_RIGHT = ceilf(MAX2(vs->translate[0] + fabsf(vs->scale[0]), 0.0f));
420 cs->SE_SCISSOR_BOTTOM = ceilf(MAX2(vs->translate[1] + fabsf(vs->scale[1]), 0.0f));
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_pipeline.c1029 max.x = (int32_t) ceilf(viewport->x + viewport->width);
1032 max.y = (int32_t) ceilf(viewport->y + viewport->height);
1035 max.y = (int32_t) ceilf(viewport->y);
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogram.c532 return MAX2(ceilf(ctx->Multisample.MinSampleShadingValue *
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dsi_cmd_buffer.c483 rect.extent.width = ceilf(translate[0] + fabs(scale[0])) - rect.offset.x;
484 rect.extent.height = ceilf(translate[1] + fabs(scale[1])) - rect.offset.y;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c657 maxx = MIN2(maxx, (int)ceilf(vp->translate[0] + fabsf(vp->scale[0])));
658 maxy = MIN2(maxy, (int)ceilf(vp->translate[1] + fabsf(vp->scale[1])));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c693 maxx = MIN2(maxx, (int)ceilf(vp->translate[0] + fabsf(vp->scale[0])));
694 maxy = MIN2(maxy, (int)ceilf(vp->translate[1] + fabsf(vp->scale[1])));
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dsi_cmd_buffer.c625 rect.extent.width = ceilf(translate[0] + fabsf(scale[0])) - rect.offset.x;
626 rect.extent.height = ceilf(translate[1] + fabsf(scale[1])) - rect.offset.y;

Completed in 33 milliseconds

12