Searched refs:tmp2 (Results 1 – 7 of 7) sorted by relevance
/hardware/google/apf/apf2java/ |
D | apf2java.sh | 37 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/ |
D | htmldiff.pl | 465 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/ |
D | astcenc_vecmathlib_none_4.h | 861 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()
|
D | stb_image_write.h | 1278 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/ |
D | quaternion.inl | 702 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/ |
D | matrix.h | 159 __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/ |
D | stb_image_write.h | 1278 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()
|