Home
last modified time | relevance | path

Searched defs:sign_mask (Results 1 - 21 of 21) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dbits.h18 static inline unsigned long long sign_mask(unsigned size) in sign_mask() function
/third_party/skia/src/core/
H A DSkHalf.cpp34 static const uint32_t sign_mask = 0x80000000u; in SkFloatToHalf() local
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dparse_number.h125 uint64_t sign_mask = 0; in CheckRangeAndIfHexThenSignExtend() local
H A Dhex_float.h338 static const uint_type sign_mask = uint_type(1) << top_bit_left_shift; member in spvtools::utils::round_direction::HexFloat
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dparse_number.h125 uint64_t sign_mask = 0; in CheckRangeAndIfHexThenSignExtend() local
H A Dhex_float.h338 static const uint_type sign_mask = uint_type(1) << top_bit_left_shift; member in spvtools::utils::round_direction::HexFloat
/third_party/spirv-tools/source/util/
H A Dparse_number.h125 uint64_t sign_mask = 0; in CheckRangeAndIfHexThenSignExtend() local
H A Dhex_float.h339 static const uint_type sign_mask = uint_type(1) << top_bit_left_shift; member in spvtools::utils::round_direction::HexFloat
/third_party/lame/libmp3lame/vector/
H A Dxmm_quantize_sub.c195 static const vecfloat_union sign_mask = {{0x80000000,0,0,0}}; in fht_SSE2() local
199 static const vecfloat_union sign_mask = {{0,0x80000000,0,0}}; in fht_SSE2() local
203 static const vecfloat_union sign_mask = {{0,0,0x80000000,0x80000000}}; in fht_SSE2() local
/third_party/vixl/test/aarch64/
H A Dtest-assembler-neon-aarch64.cc10654 uint16_t sign_mask = 0x8000; in MinMaxHelper() local
/third_party/ffmpeg/libavcodec/
H A Dcfhdenc.c250 const int sign_mask = 256; in cfhd_encode_init() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_builtin_builder.c70 uint64_t sign_mask = 1ull << (x->bit_size - 1); in nir_nextafter() local
/third_party/glslang/SPIRV/
H A Dhex_float.h292 static const uint_type sign_mask = uint_type(1) << top_bit_left_shift; member in spvutils::HexFloat
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_instructions.cpp343 ir_constant *sign_mask = new(ir) ir_constant(0x80000000u); in dldexp_to_arith() local
/third_party/vixl/src/
H A Dutils-vixl.h1189 uint64_t sign_mask = UINT64_C(1) << (N - 1); in MultiplyHigh() local
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc1065 T sign_mask = T(1) << (sizeof(T) * 8 - 1); in AddWithCarry() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2873 LLVMValueRef sign_mask = lp_build_const_int_vec(gallivm, bld->type, 0x80000000); in lp_build_sin_or_cos() local
/third_party/mesa3d/src/broadcom/compiler/
H A Dnir_to_vir.c1405 uint32_t sign_mask = 1 << (src_bit_size - 1); in sign_extend() local
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc2920 Node* sign_mask = __ Word64Sar(value, __ Int64Constant(63)); in LowerChangeInt64ToBigInt() local
/third_party/mesa3d/src/amd/common/
H A Dac_vcn_dec.h1065 unsigned char sign_mask[2]; member
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc938 uint64_t sign_mask = (reg_size == kWRegSize) ? kWSignMask : kXSignMask; in Simulator() local
11004 uint64_t sign_mask = UINT64_C(1) << (n - 1); in Simulator() local

Completed in 79 milliseconds