Home
last modified time | relevance | path

Searched full:high (Results 1 – 25 of 20982) sorted by relevance

12345678910>>...840

/aosp_15_r20/external/mesa3d/src/etnaviv/isa/
H A Detnaviv.xml121 <field name="AMODE" low="0" high="2" type="#reg_addressing_mode"/>
122 <field name="REG" low="3" high="9" type="uint"/>
123 <field name="COMPS" low="10" high="13" type="#wrmask"/>
134 <field name="COND" low="6" high="10" type="#cond"/>
138 <field name="TYPE_BIT01" low="94" high="95" type="int"/>
188 <field name="SWIZ_X" low="0" high="1" type="#swiz"/>
189 <field name="SWIZ_Y" low="2" high="3" type="#swiz"/>
190 <field name="SWIZ_Z" low="4" high="5" type="#swiz"/>
191 <field name="SWIZ_W" low="6" high="7" type="#swiz"/>
211 <field name="DST" low="13" high="26" type="#instruction-dst">
[all …]
/aosp_15_r20/external/mesa3d/src/freedreno/afuc/
H A Dafuc.xml102 <field name="SPECIALREG" low="0" high="4" type="#specialsrc"/>
107 <field name="REG" low="0" high="4" type="#reg"/>
121 <field name="SPECIALREG" low="0" high="4" type="#specialdst"/>
126 <field name="REG" low="0" high="4" type="#reg"/>
156 <pattern low="5" high="7">xxx</pattern>
158 <field name="XMOV" low="9" high="10" type="#xmov"/>
159 <field name="DST" low="11" high="15" type="#dst"/>
160 <field name="SRC2" low="16" high="20" type="#src"/>
161 <field name="SRC1" low="21" high="25" type="#src"/>
162 <pattern low="27" high="31">10011</pattern>
[all …]
/aosp_15_r20/external/mesa3d/src/freedreno/isa/
H A Dir3-cat6.xml44 <field name="OFFSET" low="0" high="7" type="uint"/>
52 <field name="OFFSET" low="0" high="7" type="uoffset"/>
69 <pattern low="61" high="63">110</pattern> <!-- cat6 -->
78 <field name="TYPE" low="49" high="51" type="#type"/>
84 <field low="14" high="21" name="SRC1" type="#cat6-src-const-or-gpr">
88 <field low="24" high="26" name="SIZE" type="uint"/>
89 <pattern low="27" high="31">00xxx</pattern>
90 <field low="32" high="39" name="DST" type="#reg-gpr"/>
92 <pattern low="52" high="53">00</pattern>
93 <pattern low="54" high="58">00000</pattern> <!-- OPC -->
[all …]
H A Dir3-cat0.xml37 <field name="IMMED" low="0" high="31" type="branch"/>
39 <field name="REPEAT" low="40" high="42" type="#rptN"/>
45 <pattern low="61" high="63">000</pattern> <!-- cat0 -->
61 <pattern low="32" high="36">xxxxx</pattern>
62 <pattern low="37" high="39">000</pattern> <!-- BRTYPE -->
63 <pattern low="45" high="47">000</pattern> <!-- src1 -->
64 <pattern low="52" high="54">000</pattern> <!-- src0 -->
68 <pattern low="49" high="51">xx0</pattern> <!-- OPC_HI -->
69 <pattern low="55" high="58">0000</pattern> <!-- OPC -->
73 <pattern low="49" high="51">xx0</pattern> <!-- OPC_HI -->
[all …]
H A Dir3-cat2.xml32 <field name="DST" low="32" high="39" type="#reg-gpr"/>
33 <field name="REPEAT" low="40" high="41" type="#rptN"/>
51 <pattern low="61" high="63">010</pattern> <!-- cat2 -->
79 <field name="SRC1" low="0" high="15" type="#multisrc">
87 <pattern low="16" high="31">xxxxxxxxxxxxxxxx</pattern>
88 <pattern low="48" high="50">xxx</pattern> <!-- COND -->
89 <field name="SRC1" low="0" high="15" type="#multisrc">
103 <field name="SRC1" low="0" high="15" type="#multisrc">
107 <field name="SRC2" low="16" high="31" type="#multisrc">
115 <field name="SRC1" low="0" high="15" type="#multisrc">
[all …]
H A Dir3-cat1.xml42 <field name="OFFSET" low="0" high="7" type="uint"/>
51 <field name="OFFSET" low="0" high="7" type="uint"/>
56 <field name="DST" low="0" high="7" type="#reg-gpr"/>
74 <field name="ROUND" low="55" high="56" type="#round"/>
77 <pattern low="61" high="63">001</pattern> <!-- cat1 -->
106 <field name="DST_TYPE" low="46" high="48" type="#type"/>
107 <field name="SRC_TYPE" low="50" high="52" type="#type"/>
123 <assert low="32" high="39">11110100</assert> <!-- DST==a0.x -->
124 <assert low="46" high="48">100</assert> <!-- DST_TYPE==s16 -->
125 <assert low="50" high="52">100</assert> <!-- SRC_TYPE==s16 -->
[all …]
/aosp_15_r20/build/make/tools/warn/
H A Djava_warn_patterns.py36 return java_warn(Severity.HIGH, description, pattern_list)
51 def high(name, description=None): function
52 return warn_with_name(name, Severity.HIGH, description)
518 high('AndroidInjectionBeforeSuper',
520 high('AndroidJdkLibsChecker',
522 high('ArrayEquals',
524 high('ArrayFillIncompatibleType',
526 high('ArrayHashCode',
528 high('ArrayReturn',
530 high('ArrayToString',
[all …]
/aosp_15_r20/external/mesa3d/src/freedreno/registers/adreno/
H A Da3xx.xml799 <bitfield name="NUM_USER_CLIP_PLANES" low="26" high="28" type="uint"/>
802 <bitfield name="HORZ" low="0" high="9" type="uint"/>
803 <bitfield name="VERT" low="10" high="19" type="uint"/>
812 <bitfield name="MIN" low="0" high="15" type="ufixed" radix="4"/>
813 <bitfield name="MAX" low="16" high="31" type="ufixed" radix="4"/>
817 <bitfield name="VAL" low="0" high="23" type="fixed" radix="20"/>
827 <bitfield name="LINEHALFWIDTH" low="3" high="10" radix="2" type="fixed"/>
832 <bitfield name="RENDER_MODE" low="4" high="7" type="a3xx_render_mode"/>
833 <bitfield name="MSAA_SAMPLES" low="8" high="11" type="a3xx_msaa_samples"/>
834 <bitfield name="RASTER_MODE" low="12" high="15"/>
[all …]
H A Dadreno_pm4.xml378 <doc>load high level sequencer command</doc>
695 <bitfield name="DST_OFF" low="0" high="15" type="uint"/>
696 <bitfield name="STATE_SRC" low="16" high="18" type="adreno_state_src"/>
697 <bitfield name="STATE_BLOCK" low="19" high="21" type="adreno_state_block"/>
698 <bitfield name="NUM_UNIT" low="22" high="31" type="uint"/>
701 <bitfield name="STATE_TYPE" low="0" high="1" type="adreno_state_type"/>
702 <bitfield name="EXT_SRC_ADDR" low="2" high="31" shr="2"/>
775 <bitfield name="DST_OFF" low="0" high="13" type="uint"/>
776 <bitfield name="STATE_SRC" low="16" high="17" type="a4xx_state_src"/>
777 <bitfield name="STATE_BLOCK" low="18" high="21" type="a4xx_state_block"/>
[all …]
H A Da6xx.xml203 <bitfield name="BASE_ADDR" low="0" high="17"/>
204 <bitfield name="MASK_LEN" low="18" high="30"/>
1128 8b unorm: 10 (sometimes 0, is the high bit part of something else?)
2323 <bitfield name="MRB_START" low="0" high="7" shr="2"/>
2324 <bitfield name="VSD_START" low="8" high="15" shr="2"/>
2325 <bitfield name="IB1_START" low="16" high="23" shr="2"/>
2326 <bitfield name="IB2_START" low="24" high="31" shr="2"/>
2340 <bitfield name="SDS_START" low="0" high="8" shr="2"/>
2342 <bitfield name="ROQ_SIZE" low="16" high="31" shr="2"/>
2399 <bitfield name="RPTR" low="0" high="9"/>
[all …]
H A Da4xx.xml879 <bitfield name="WIDTH" low="0" high="13" type="uint"/>
880 <bitfield name="HEIGHT" low="16" high="29" type="uint"/>
893 <bitfield name="WIDTH" low="0" high="5" shr="5" type="uint"/>
894 <bitfield name="HEIGHT" low="8" high="13" shr="5" type="uint"/>
905 <bitfield name="SAMPLES" low="13" high="15" type="uint"/>
908 <bitfield name="COORD_MASK" low="0" high="3" type="hex"/>
912 <bitfield name="MSAA_SAMPLES" low="7" high="9" type="uint"/>
929 <bitfield name="ROP_CODE" low="8" high="11" type="a3xx_rop_code"/>
930 <bitfield name="COMPONENT_ENABLE" low="24" high="27" type="hex"/>
933 <bitfield name="COLOR_FORMAT" low="0" high="5" type="a4xx_color_fmt"/>
[all …]
/aosp_15_r20/external/clang/test/CodeGen/
H A Daarch64-neon-vcombine.c7 // CHECK-LABEL: define <16 x i8> @test_vcombine_s8(<8 x i8> %low, <8 x i8> %high) #0 {
8 // CHECK: [[SHUFFLE_I:%.*]] = shufflevector <8 x i8> %low, <8 x i8> %high, <16 x i32> <i32 0, i32…
10 int8x16_t test_vcombine_s8(int8x8_t low, int8x8_t high) { in test_vcombine_s8() argument
11 return vcombine_s8(low, high); in test_vcombine_s8()
14 // CHECK-LABEL: define <8 x i16> @test_vcombine_s16(<4 x i16> %low, <4 x i16> %high) #0 {
15 // CHECK: [[SHUFFLE_I:%.*]] = shufflevector <4 x i16> %low, <4 x i16> %high, <8 x i32> <i32 0, i3…
17 int16x8_t test_vcombine_s16(int16x4_t low, int16x4_t high) { in test_vcombine_s16() argument
18 return vcombine_s16(low, high); in test_vcombine_s16()
21 // CHECK-LABEL: define <4 x i32> @test_vcombine_s32(<2 x i32> %low, <2 x i32> %high) #0 {
22 // CHECK: [[SHUFFLE_I:%.*]] = shufflevector <2 x i32> %low, <2 x i32> %high, <4 x i32> <i32 0, i3…
[all …]
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorUInt128.h32 template <typename HIGH = uint64_t, typename LOW = uint64_t>
35 HIGH high; member
40 …TensorUInt128(const TensorUInt128<OTHER_HIGH, OTHER_LOW>& other) : high(other.high), low(other.low… in TensorUInt128()
41 EIGEN_STATIC_ASSERT(sizeof(OTHER_HIGH) <= sizeof(HIGH), YOU_MADE_A_PROGRAMMING_MISTAKE); in TensorUInt128()
48 EIGEN_STATIC_ASSERT(sizeof(OTHER_HIGH) <= sizeof(HIGH), YOU_MADE_A_PROGRAMMING_MISTAKE);
50 high = other.high;
57 explicit TensorUInt128(const T& x) : high(0), low(x) { in TensorUInt128()
63 TensorUInt128(HIGH y, LOW x) : high(y), low(x) { } in TensorUInt128()
71 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE HIGH upper() const { in upper()
72 return high; in upper()
[all …]
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/
DEtc2ShaderLib.comp122 ivec4[16] etc2_decode_block_T(uint high, uint low, bool isPunchthroughAlpha, bool opaque) {
125 r1 = int(convert4To8((((high >> 27) & 3) << 2) | ((high >> 24) & 3)));
126 g1 = int(convert4To8(high >> 20));
127 b1 = int(convert4To8(high >> 16));
128 r2 = int(convert4To8(high >> 12));
129 g2 = int(convert4To8(high >> 8));
130 b2 = int(convert4To8(high >> 4));
132 int intenseIdx = int((((high >> 2) & 3) << 1) | (high & 1));
144 ivec4[16] etc2_decode_block_H(uint high, uint low, bool isPunchthroughAlpha, bool opaque) {
147 rgb1.r = int(convert4To8(high >> 27));
[all …]
/aosp_15_r20/device/google/contexthub/firmware/lib/builtins/
Dudivmoddi4.c36 if (n.s.high == 0) in __udivmoddi4()
38 if (d.s.high == 0) in __udivmoddi4()
56 /* n.s.high != 0 */ in __udivmoddi4()
59 if (d.s.high == 0) in __udivmoddi4()
66 *rem = n.s.high % d.s.low; in __udivmoddi4()
67 return n.s.high / d.s.low; in __udivmoddi4()
69 /* d.s.high != 0 */ in __udivmoddi4()
78 r.s.high = n.s.high % d.s.high; in __udivmoddi4()
82 return n.s.high / d.s.high; in __udivmoddi4()
88 if ((d.s.high & (d.s.high - 1)) == 0) /* if d is a power of 2 */ in __udivmoddi4()
[all …]
/aosp_15_r20/hardware/google/aemu/windows/src/
Dudivmodti4.c33 if (n.s.high == 0) { in __udivmodti4()
34 if (d.s.high == 0) { in __udivmodti4()
49 // n.s.high != 0 in __udivmodti4()
51 if (d.s.high == 0) { in __udivmodti4()
56 *rem = n.s.high % d.s.low; in __udivmodti4()
57 return n.s.high / d.s.low; in __udivmodti4()
59 // d.s.high != 0 in __udivmodti4()
65 r.s.high = n.s.high % d.s.high; in __udivmodti4()
69 return n.s.high / d.s.high; in __udivmodti4()
74 if ((d.s.high & (d.s.high - 1)) == 0) /* if d is a power of 2 */ { in __udivmodti4()
[all …]
/aosp_15_r20/external/compiler-rt/lib/builtins/
H A Dudivmodti4.c38 if (n.s.high == 0) in __udivmodti4()
40 if (d.s.high == 0) in __udivmodti4()
58 /* n.s.high != 0 */ in __udivmodti4()
61 if (d.s.high == 0) in __udivmodti4()
68 *rem = n.s.high % d.s.low; in __udivmodti4()
69 return n.s.high / d.s.low; in __udivmodti4()
71 /* d.s.high != 0 */ in __udivmodti4()
80 r.s.high = n.s.high % d.s.high; in __udivmodti4()
84 return n.s.high / d.s.high; in __udivmodti4()
90 if ((d.s.high & (d.s.high - 1)) == 0) /* if d is a power of 2 */ in __udivmodti4()
[all …]
H A Dudivmoddi4.c36 if (n.s.high == 0) in __udivmoddi4()
38 if (d.s.high == 0) in __udivmoddi4()
56 /* n.s.high != 0 */ in __udivmoddi4()
59 if (d.s.high == 0) in __udivmoddi4()
66 *rem = n.s.high % d.s.low; in __udivmoddi4()
67 return n.s.high / d.s.low; in __udivmoddi4()
69 /* d.s.high != 0 */ in __udivmoddi4()
78 r.s.high = n.s.high % d.s.high; in __udivmoddi4()
82 return n.s.high / d.s.high; in __udivmoddi4()
88 if ((d.s.high & (d.s.high - 1)) == 0) /* if d is a power of 2 */ in __udivmoddi4()
[all …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/3rdparty/everest/library/kremlib/
H A DFStar_UInt128_extracted.c22 return projectee.high; in FStar_UInt128___proj__Mkuint128__item__high()
38 flat = { a.low + b.low, a.high + b.high + FStar_UInt128_carry(a.low + b.low, b.low) }; in FStar_UInt128_add()
46 flat = { a.low + b.low, a.high + b.high + FStar_UInt128_carry(a.low + b.low, b.low) }; in FStar_UInt128_add_underspec()
53 flat = { a.low + b.low, a.high + b.high + FStar_UInt128_carry(a.low + b.low, b.low) }; in FStar_UInt128_add_mod()
60 flat = { a.low - b.low, a.high - b.high - FStar_UInt128_carry(a.low, a.low - b.low) }; in FStar_UInt128_sub()
68 flat = { a.low - b.low, a.high - b.high - FStar_UInt128_carry(a.low, a.low - b.low) }; in FStar_UInt128_sub_underspec()
76 flat = { a.low - b.low, a.high - b.high - FStar_UInt128_carry(a.low, a.low - b.low) }; in FStar_UInt128_sub_mod_impl()
87 FStar_UInt128_uint128 flat = { a.low & b.low, a.high & b.high }; in FStar_UInt128_logand()
93 FStar_UInt128_uint128 flat = { a.low ^ b.low, a.high ^ b.high }; in FStar_UInt128_logxor()
99 FStar_UInt128_uint128 flat = { a.low | b.low, a.high | b.high }; in FStar_UInt128_logor()
[all …]
/aosp_15_r20/external/mbedtls/3rdparty/everest/library/kremlib/
H A DFStar_UInt128_extracted.c22 return projectee.high; in FStar_UInt128___proj__Mkuint128__item__high()
38 flat = { a.low + b.low, a.high + b.high + FStar_UInt128_carry(a.low + b.low, b.low) }; in FStar_UInt128_add()
46 flat = { a.low + b.low, a.high + b.high + FStar_UInt128_carry(a.low + b.low, b.low) }; in FStar_UInt128_add_underspec()
53 flat = { a.low + b.low, a.high + b.high + FStar_UInt128_carry(a.low + b.low, b.low) }; in FStar_UInt128_add_mod()
60 flat = { a.low - b.low, a.high - b.high - FStar_UInt128_carry(a.low, a.low - b.low) }; in FStar_UInt128_sub()
68 flat = { a.low - b.low, a.high - b.high - FStar_UInt128_carry(a.low, a.low - b.low) }; in FStar_UInt128_sub_underspec()
76 flat = { a.low - b.low, a.high - b.high - FStar_UInt128_carry(a.low, a.low - b.low) }; in FStar_UInt128_sub_mod_impl()
87 FStar_UInt128_uint128 flat = { a.low & b.low, a.high & b.high }; in FStar_UInt128_logand()
93 FStar_UInt128_uint128 flat = { a.low ^ b.low, a.high ^ b.high }; in FStar_UInt128_logxor()
99 FStar_UInt128_uint128 flat = { a.low | b.low, a.high | b.high }; in FStar_UInt128_logor()
[all …]
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/compiler-rt/builtins/
Dudivmoddi4.c38 if (n.s.high == 0) { in __udivmoddi4()
39 if (d.s.high == 0) { in __udivmoddi4()
54 // n.s.high != 0 in __udivmoddi4()
56 if (d.s.high == 0) { in __udivmoddi4()
61 *rem = n.s.high % d.s.low; in __udivmoddi4()
62 return n.s.high / d.s.low; in __udivmoddi4()
64 // d.s.high != 0 in __udivmoddi4()
70 r.s.high = n.s.high % d.s.high; in __udivmoddi4()
74 return n.s.high / d.s.high; in __udivmoddi4()
79 if ((d.s.high & (d.s.high - 1)) == 0) /* if d is a power of 2 */ { in __udivmoddi4()
[all …]
/aosp_15_r20/frameworks/rs/driver/runtime/arch/
H A Dclamp.c25 extern T __attribute__((overloadable)) clamp(T amount, T low, T high) { \
26 return amount < low ? low : (amount > high ? high : amount); \
46 extern T##2 __attribute__((overloadable)) clamp(T##2 amount, T##2 low, T##2 high) { \
48 r.x = amount.x < low.x ? low.x : (amount.x > high.x ? high.x : amount.x); \
49 r.y = amount.y < low.y ? low.y : (amount.y > high.y ? high.y : amount.y); \
53 extern T##3 __attribute__((overloadable)) clamp(T##3 amount, T##3 low, T##3 high) { \
55 r.x = amount.x < low.x ? low.x : (amount.x > high.x ? high.x : amount.x); \
56 r.y = amount.y < low.y ? low.y : (amount.y > high.y ? high.y : amount.y); \
57 r.z = amount.z < low.z ? low.z : (amount.z > high.z ? high.z : amount.z); \
61 extern T##4 __attribute__((overloadable)) clamp(T##4 amount, T##4 low, T##4 high) { \
[all …]
/aosp_15_r20/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp548 inline uint32_t getBits(uint64_t src, int low, int high) in getBits() argument
550 const int numBits = (high - low) + 1; in getBits()
1389 inline uint32_t getBits128(uint64_t low, uint64_t high, uint32_t first, uint32_t last) in getBits128() argument
1391 const uint64_t d[2] = {low, high}; in getBits128()
1423 const uint32_t data1 = (uint32_t)(high & mask1); in getBits128()
1776 const uint64_t high = ((uint64_t *)src)[1]; in decompressBc6H() local
1777 const uint32_t d = mode < 10 ? getBits128(low, high, 77, 81) : 0; in decompressBc6H()
1782 uint64_t colorIndexData = high >> (mode < 10 ? 18 : 1); in decompressBc6H()
1788 g[2] |= getBits128(low, high, 2, 2) << 4; in decompressBc6H()
1789 b[2] |= getBits128(low, high, 3, 3) << 4; in decompressBc6H()
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/distributions/
H A Duniform.rs53 //! `low < high`). The example below merely wraps another back-end.
73 //! fn new<B1, B2>(low: B1, high: B2) -> Self
77 //! UniformMyF32(UniformFloat::<f32>::new(low.borrow().0, high.borrow().0))
79 //! fn new_inclusive<B1, B2>(low: B1, high: B2) -> Self
85 //! high.borrow().0,
97 //! let (low, high) = (MyF32(17.0f32), MyF32(22.0f32));
98 //! let uniform = Uniform::new(low, high);
141 /// values. Further, the implementations here give more weight to the high-bits
143 /// are of lower quality than the high bits.
145 /// Implementations must sample in `[low, high)` range for
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/rand/src/distributions/
Duniform.rs53 //! `low < high`). The example below merely wraps another back-end.
73 //! fn new<B1, B2>(low: B1, high: B2) -> Self
77 //! UniformMyF32(UniformFloat::<f32>::new(low.borrow().0, high.borrow().0))
79 //! fn new_inclusive<B1, B2>(low: B1, high: B2) -> Self
85 //! high.borrow().0,
97 //! let (low, high) = (MyF32(17.0f32), MyF32(22.0f32));
98 //! let uniform = Uniform::new(low, high);
141 /// values. Further, the implementations here give more weight to the high-bits
143 /// are of lower quality than the high bits.
145 /// Implementations must sample in `[low, high)` range for
[all …]

12345678910>>...840