Home
last modified time | relevance | path

Searched refs:tmpf (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/mk/
Dsyslinux.mk50 gcc_ok = $(shell tmpf=gcc_ok.$$$$.tmp; \
52 -o $$tmpf 2>/dev/null ; \
54 rm -f $$tmpf)
/external/mesa3d/src/gallium/auxiliary/util/
Du_caps.c43 float tmpf; in util_check_caps_out() local
61 tmpf = screen->get_paramf(screen, list[i++]); in util_check_caps_out()
62 if (tmpf < (float)list[i++]) { in util_check_caps_out()
/external/llvm/test/Analysis/ScalarEvolution/
Dpr24757.ll24 %tmpf = sub nsw i32 %tmp4, %tmp5
25 %tmp6 = trunc i32 %tmpf to i8
/external/opencv/cvaux/src/
Dcvhmm.cpp670 float* tmpf; in icvEstimateObsProb() local
679 tmpf = (float*)tmp; in icvEstimateObsProb()
688 ehmm->obsProb[j] = tmpf; in icvEstimateObsProb()
689 tmpf += ehmm->num_states * obs_info->obs_x; in icvEstimateObsProb()
/external/mesa3d/src/mesa/swrast/
Ds_span.c73 GLfloat tmpf = ctx->Current.RasterPos[2] * depthMax; in _swrast_span_default_attribs() local
74 tmpf = MIN2(tmpf, depthMax); in _swrast_span_default_attribs()
75 span->z = (GLint)tmpf; in _swrast_span_default_attribs()
/external/libpng/contrib/libtests/
Dpngstest.c78 static char tmpf[23] = "TMP"; variable
3206 sprintf(name, "%s%d.png", tmpf, ++counter); in write_one_file()
3565 if (strlen(argv[++c]) >= sizeof tmpf) in main()
3574 strncpy(tmpf, argv[c], sizeof (tmpf)-1); in main()