Searched refs:tmpf (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | parse_m4.c | 96 FILE *tmpf; local in function:m4_defs 116 tmpf = fdopen(fd, "w+"); 123 #define WR_DEF(k, v) fprintf(tmpf, "define(`%s', `%s')\n", (k), (v)) 124 #define WR_NUM(k, v) fprintf(tmpf, "define(`%s', `%d')\n", (k), (v)) 324 fprintf(tmpf, "syscmd(/bin/rm %s)\n", tmp_name); 329 fclose(tmpf);
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | ptrveloc.c | 1149 double mult = 0.0, tmpf; local in function:acceleratePointerLightweight 1168 tmpf = (dx * (double) (dev->ptrfeed->ctrl.num)) / 1170 valuator_mask_set_double(val, 0, tmpf); 1174 tmpf = (dy * (double) (dev->ptrfeed->ctrl.num)) / 1176 valuator_mask_set_double(val, 1, tmpf);
|
| /xsrc/external/mit/xf86-input-synaptics/dist/src/ |
| H A D | synaptics.c | 1155 float tmpf; local in function:DeviceInit 1204 tmpf = 1.0 / priv->synpara.min_speed; 1208 tmpf); 1211 PropModeReplace, 1, &tmpf, FALSE); 2020 double tmpf; local in function:get_delta 2037 tmpf = *dx + x_edge_speed * dtime + priv->frac_x; 2038 priv->frac_x = modf(tmpf, &integral); 2040 tmpf = *dy + y_edge_speed * dtime + priv->frac_y; 2041 priv->frac_y = modf(tmpf, &integral);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_span.c | 77 GLfloat tmpf = ctx->Current.RasterPos[2] * depthMax; local in function:_swrast_span_default_attribs 78 tmpf = MIN2(tmpf, depthMax); 79 span->z = (GLint)tmpf;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_span.c | 77 GLfloat tmpf = ctx->Current.RasterPos[2] * depthMax; local in function:_swrast_span_default_attribs 78 tmpf = MIN2(tmpf, depthMax); 79 span->z = (GLint)tmpf;
|
Completed in 11 milliseconds