Home
last modified time | relevance | path

Searched refs:bit2 (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/polygon/
Dtransform.hpp142 bool bit2 = (atr_ & 4) != 0; in operator +=() local
146 { (int)bit2, (int)(!bit2) }, in operator +=()
170 bool bit2 = (atr_ & 4) != 0; in populate_axis_array() local
173 axis_array[1] = (INDIVIDUAL_AXIS)(((int)(!bit2) << 1) + bit1); in populate_axis_array()
174 axis_array[0] = (INDIVIDUAL_AXIS)(((int)(bit2) << 1) + bit0); in populate_axis_array()
181 bool bit2 = (atr_ & 4) != 0; in get_directions() local
184 vertical_dir = direction_2d((direction_2d_enum)(((int)(!bit2) << 1) + !bit1)); in get_directions()
185 horizontal_dir = direction_2d((direction_2d_enum)(((int)(bit2) << 1) + !bit0)); in get_directions()
208 int bit2 = ((int)this_array[0] & 2) != 0; // swap xy in write_back_axis_array() local
211 atr_ = ATR((bit2 << 2) + (bit1 << 1) + bit0); in write_back_axis_array()
[all …]
/third_party/ffmpeg/libavfilter/
Dcolorspacedsp.c130 #define init_yuv2yuv_fn(idx1, bit1, bit2) \ in ff_colorspacedsp_init() argument
131 dsp->yuv2yuv[idx1][BPP_##bit2][SS_444] = yuv2yuv_444p##bit1##to##bit2##_c; \ in ff_colorspacedsp_init()
132 dsp->yuv2yuv[idx1][BPP_##bit2][SS_422] = yuv2yuv_422p##bit1##to##bit2##_c; \ in ff_colorspacedsp_init()
133 dsp->yuv2yuv[idx1][BPP_##bit2][SS_420] = yuv2yuv_420p##bit1##to##bit2##_c in ff_colorspacedsp_init()
/third_party/boost/libs/intrusive/example/
Ddoc_derivation_value_traits.cpp83 Value2List::const_iterator bit2(list2.begin()), bitend2(list2.end()); in main() local
89 for(; it1 != itend1; ++it1, ++bit1, ++it2, ++bit2){ in main()
90 if(&*bit1 != &*it1 || &*bit2 != &*it2) return 1; in main()
Ddoc_member_value_traits.cpp84 Value2List::const_iterator bit2(list2.begin()), bitend2(list2.end()); in main() local
90 for(; it1 != itend1; ++it1, ++bit1, ++it2, ++bit2){ in main()
91 if(&*bit1 != &*it1 || &*bit2 != &*it2) return 1; in main()
Ddoc_advanced_value_traits.cpp94 Value2List::const_iterator bit2(list2.begin()), bitend2(list2.end()); in main() local
100 for(; it1 != itend1; ++it1, ++bit1, ++it2, ++bit2){ in main()
101 if(&*bit1 != &*it1 || &*bit2 != &*it2) return 1; in main()
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_color_unquantize.cpp392 int bit2 = (v2 >> 6) & 1; in hdr_rgbo_unpack3() local
405 blue |= bit2 << 6; in hdr_rgbo_unpack3()
424 red |= bit2 << 7; in hdr_rgbo_unpack3()
539 int bit2 = (v4 >> 6) & 1; in hdr_rgb_unpack3() local
549 a |= bit2 << 9; in hdr_rgb_unpack3()
559 a |= bit2 << 11; in hdr_rgb_unpack3()
567 c |= bit2 << 7; in hdr_rgb_unpack3()
575 b0 |= bit2 << 7; in hdr_rgb_unpack3()
584 d0 |= bit2 << 6; in hdr_rgb_unpack3()
/third_party/pcre2/pcre2/src/
Dpcre2_jit_neon_inc.h158 sljit_u32 bit2 = char2a ^ char2b; in FF_FUN() local
159 if (is_powerof2(bit2)) in FF_FUN()
162 cmp2a = VDUPQ(char2a | bit2); in FF_FUN()
163 cmp2b = VDUPQ(bit2); in FF_FUN()
Dpcre2_jit_simd_inc.h509 sljit_u32 bit2 = 0; in fast_forward_char_pair_simd() local
585 bit2 = char2a ^ char2b; in fast_forward_char_pair_simd()
586 if (is_powerof2(bit2)) in fast_forward_char_pair_simd()
589 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, character_to_int32(char2a | bit2)); in fast_forward_char_pair_simd()
590 OP1(SLJIT_MOV, TMP2, 0, SLJIT_IMM, character_to_int32(bit2)); in fast_forward_char_pair_simd()
595 bit2 = 0; in fast_forward_char_pair_simd()
1625 sljit_u32 bit2 = 0; in fast_forward_char_pair_simd() local
1659 bit2 = char2a ^ char2b; in fast_forward_char_pair_simd()
1662 if (!is_powerof2(bit2)) in fast_forward_char_pair_simd()
1664 bit2 = 0; in fast_forward_char_pair_simd()
[all …]
/third_party/boost/boost/utility/
Dbinary.hpp127 #define BOOST_DETAIL_TERNARY_TRIPLE_TO_OCTAL( bit2, bit1, bit0 ) \ argument
128 BOOST_DETAIL_TRIPLE_TO_OCTAL_ ## bit2 ## bit1 ## bit0
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp2471 int bit2 = getRealBitPrecision(outputBitTable[j], outputSampler == SAMPLER_FLOAT); in compare() local
2481 if (bit2 <= bit3) in compare()
2484 bit2 -= 1; in compare()
2497 bitdiff = std::min(std::min(bit1, bit2), bit3); in compare()
2522 inputValue = clampUnsignedValue(bit2, inputValue); in compare()
2524 inputValue = clampSignedValue(bit2, inputValue); in compare()
2544 inputValue = clampUnsignedValue(bit2, inputValue); in compare()
2546 inputValue = clampUnsignedValue(bit2 - 1, inputValue); in compare()