Searched defs:sign_extend (Results 1 – 15 of 15) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | bits.h | 36 static inline long long sign_extend(long long val, unsigned size) in sign_extend() function
|
/third_party/boost/boost/atomic/detail/ |
D | integral_conversions.hpp | 76 BOOST_FORCEINLINE Output sign_extend(Input input) BOOST_NOEXCEPT in sign_extend() function
|
D | integral_extend.hpp | 75 BOOST_FORCEINLINE Output sign_extend(Input input) BOOST_NOEXCEPT in sign_extend() function
|
/third_party/mesa3d/src/util/ |
D | fast_idiv_by_const.c | 173 sign_extend(int64_t x, unsigned SINT_BITS) in sign_extend() function
|
/third_party/ffmpeg/libavcodec/ |
D | mathops.h | 130 static inline av_const int sign_extend(int val, unsigned bits) in sign_extend() function
|
/third_party/mesa3d/src/intel/isl/ |
D | isl_format.c | 1236 sign_extend(int32_t x, unsigned bits) in sign_extend() function
|
/third_party/spirv-tools/source/opt/ |
D | graphics_robust_access_pass.cpp | 607 bool sign_extend, uint32_t bit_width, Instruction* value, in WidenInteger()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | graphics_robust_access_pass.cpp | 608 bool sign_extend, uint32_t bit_width, Instruction* value, in WidenInteger()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_format_convert.h | 91 bool sign_extend) in nir_format_unpack_int()
|
D | nir_lower_int64.c | 402 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/ |
D | graphics_robust_access_pass.cpp | 608 bool sign_extend, uint32_t bit_width, Instruction* value, in WidenInteger()
|
/third_party/mesa3d/src/mesa/main/ |
D | texcompress_bptc_tmp.h | 822 sign_extend(int32_t value, in sign_extend() function
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cShaderBitfieldOperationTests.cpp | 983 GLuint sign_extend = output_9bits & 0x100 ? 0xfffffe00 : 0; in test() local
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_ir.h | 1452 constexpr bool sign_extend() const { return sel & sext; } in sign_extend() function
|
D | aco_instruction_selection.cpp | 606 bool sign_extend, Temp dst = Temp()) in convert_int()
|