Home
last modified time | relevance | path

Searched refs:tmp2 (Results 1 – 7 of 7) sorted by relevance

/hardware/google/apf/apf2java/
Dapf2java.sh37 sed -r "s@^( +${L}:)@\ngen.defineLabel(LABEL_${L});\n\1@" < tmp > tmp2
38 cat tmp2 > tmp
47 < tmp > tmp2
52 egrep -v '^$|gen' < tmp2
60 sed -r 's@^(.+)$@ \1@' < tmp2
71 rm -f tmp tmp2
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/htmldiff/
Dhtmldiff.pl465 open (FILE, ">$tmp2");
479 $output .= markit($tmp1, $tmp2);
531 open (FILE, ">$tmp2");
545 $output .= markit($tmp1, $tmp2);
568 $tmp2="/tmp/htdtmp2.$$";
580 unlink $tmp2;
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_vecmathlib_none_4.h861 float tmp2 = std::min(a.m[2], a.m[3]); in hmin() local
862 return vfloat4(std::min(tmp1, tmp2)); in hmin()
871 float tmp2 = std::max(a.m[2], a.m[3]); in hmax() local
872 return vfloat4(std::max(tmp1, tmp2)); in hmax()
Dstb_image_write.h1278 float tmp2 = d2 + d5; in stbiw__jpg_DCT() local
1286 float tmp11 = tmp1 + tmp2; in stbiw__jpg_DCT()
1287 float tmp12 = tmp1 - tmp2; in stbiw__jpg_DCT()
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dquaternion.inl702 T tmp2 = static_cast<T>(1) / sqrt(tmp1); local
703 return tvec3<T, P>(x.x * tmp2, x.y * tmp2, x.z * tmp2);
/hardware/google/gfxstream/third-party/glm/include/glm/simd/
Dmatrix.h159 __m128 tmp2 = _mm_shuffle_ps(in[0], in[1], 0xEE); in glm_mat4_transpose() local
165 out[2] = _mm_shuffle_ps(tmp2, tmp3, 0x88); in glm_mat4_transpose()
166 out[3] = _mm_shuffle_ps(tmp2, tmp3, 0xDD); in glm_mat4_transpose()
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image_write.h1278 float tmp2 = d2 + d5; in stbiw__jpg_DCT() local
1286 float tmp11 = tmp1 + tmp2; in stbiw__jpg_DCT()
1287 float tmp12 = tmp1 - tmp2; in stbiw__jpg_DCT()