Home
last modified time | relevance | path

Searched defs:sign_extend (Results 1 – 15 of 15) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dbits.h36 static inline long long sign_extend(long long val, unsigned size) in sign_extend() function
/third_party/boost/boost/atomic/detail/
Dintegral_conversions.hpp76 BOOST_FORCEINLINE Output sign_extend(Input input) BOOST_NOEXCEPT in sign_extend() function
Dintegral_extend.hpp75 BOOST_FORCEINLINE Output sign_extend(Input input) BOOST_NOEXCEPT in sign_extend() function
/third_party/mesa3d/src/util/
Dfast_idiv_by_const.c173 sign_extend(int64_t x, unsigned SINT_BITS) in sign_extend() function
/third_party/ffmpeg/libavcodec/
Dmathops.h130 static inline av_const int sign_extend(int val, unsigned bits) in sign_extend() function
/third_party/mesa3d/src/intel/isl/
Disl_format.c1236 sign_extend(int32_t x, unsigned bits) in sign_extend() function
/third_party/spirv-tools/source/opt/
Dgraphics_robust_access_pass.cpp607 bool sign_extend, uint32_t bit_width, Instruction* value, in WidenInteger()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dgraphics_robust_access_pass.cpp608 bool sign_extend, uint32_t bit_width, Instruction* value, in WidenInteger()
/third_party/mesa3d/src/compiler/nir/
Dnir_format_convert.h91 bool sign_extend) in nir_format_unpack_int()
Dnir_lower_int64.c402 bool sign_extend) in lower_mul_2x32_64()
429 bool sign_extend) in lower_mul_high64()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dgraphics_robust_access_pass.cpp608 bool sign_extend, uint32_t bit_width, Instruction* value, in WidenInteger()
/third_party/mesa3d/src/mesa/main/
Dtexcompress_bptc_tmp.h822 sign_extend(int32_t value, in sign_extend() function
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cShaderBitfieldOperationTests.cpp983 GLuint sign_extend = output_9bits & 0x100 ? 0xfffffe00 : 0; in test() local
/third_party/mesa3d/src/amd/compiler/
Daco_ir.h1452 constexpr bool sign_extend() const { return sel & sext; } in sign_extend() function
Daco_instruction_selection.cpp606 bool sign_extend, Temp dst = Temp()) in convert_int()