Home
last modified time | relevance | path

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

/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/libvncserver/x11vnc/
Dgui.c278 FILE *pipe, *tmpf; in run_gui() local
521 tmpf = tmpfile(); in run_gui()
522 if (tmpf == NULL) { in run_gui()
544 int n = fileno(tmpf); in run_gui()
545 fprintf(tmpf, "%s", gui_code); in run_gui()
546 fflush(tmpf); in run_gui()
547 rewind(tmpf); in run_gui()
/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.c69 static char tmpf[23] = "TMP"; variable
3271 sprintf(name, "%s%d.png", tmpf, ++counter); in write_one_file()
3571 if (strlen(argv[++c]) >= sizeof tmpf) in main()
3580 strcpy(tmpf, argv[c]); in main()