Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/
Dpr24757.ll24 %tmpf = sub nsw i32 %tmp4, %tmp5
25 %tmp6 = trunc i32 %tmpf to i8
/external/llvm/test/Analysis/ScalarEvolution/
Dpr24757.ll24 %tmpf = sub nsw i32 %tmp4, %tmp5
25 %tmp6 = trunc i32 %tmpf to i8
/external/mesa3d/src/mesa/swrast/
Ds_span.c76 GLfloat tmpf = ctx->Current.RasterPos[2] * depthMax; in _swrast_span_default_attribs() local
77 tmpf = MIN2(tmpf, depthMax); in _swrast_span_default_attribs()
78 span->z = (GLint)tmpf; in _swrast_span_default_attribs()
/external/libpng/contrib/libtests/
Dpngstest.c77 static char tmpf[23] = "TMP"; variable
3216 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()