Searched refs:tmpf (Results 1 – 4 of 4) sorted by relevance
24 %tmpf = sub nsw i32 %tmp4, %tmp525 %tmp6 = trunc i32 %tmpf to i8
76 GLfloat tmpf = ctx->Current.RasterPos[2] * depthMax; in _swrast_span_default_attribs() local77 tmpf = MIN2(tmpf, depthMax); in _swrast_span_default_attribs()78 span->z = (GLint)tmpf; in _swrast_span_default_attribs()
77 static char tmpf[23] = "TMP"; variable3216 sprintf(name, "%s%d.png", tmpf, ++counter); in write_one_file()3575 if (strlen(argv[++c]) >= sizeof tmpf) in main()3584 strncpy(tmpf, argv[c], sizeof (tmpf)-1); in main()