Home
last modified time | relevance | path

Searched refs:width (Results 1 – 25 of 1322) sorted by relevance

12345678910>>...53

/llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
H A Dput_long_double.pass.cpp68 ios.width(0); in test1()
75 ios.width(25); in test1()
83 ios.width(25); in test1()
91 ios.width(25); in test1()
102 ios.width(0); in test1()
109 ios.width(25); in test1()
117 ios.width(25); in test1()
125 ios.width(25); in test1()
139 ios.width(0); in test1()
173 ios.width(0); in test1()
[all …]
H A Dput_double.pass.cpp68 ios.width(0); in test1()
75 ios.width(25); in test1()
83 ios.width(25); in test1()
91 ios.width(25); in test1()
102 ios.width(0); in test1()
109 ios.width(25); in test1()
117 ios.width(25); in test1()
125 ios.width(25); in test1()
139 ios.width(0); in test1()
173 ios.width(0); in test1()
[all …]
H A Dput_long_double.hex.pass.cpp74 ios.width(0); in test1()
81 ios.width(25); in test1()
89 ios.width(25); in test1()
97 ios.width(25); in test1()
108 ios.width(0); in test1()
115 ios.width(25); in test1()
123 ios.width(25); in test1()
131 ios.width(25); in test1()
145 ios.width(0); in test1()
179 ios.width(0); in test1()
[all …]
H A Dput_double.hex.pass.cpp74 ios.width(0); in test1()
81 ios.width(25); in test1()
89 ios.width(25); in test1()
97 ios.width(25); in test1()
108 ios.width(0); in test1()
115 ios.width(25); in test1()
123 ios.width(25); in test1()
131 ios.width(25); in test1()
145 ios.width(0); in test1()
179 ios.width(0); in test1()
[all …]
H A Dput_long_long.pass.cpp194 ios.width(15); in main()
207 ios.width(15); in main()
220 ios.width(15); in main()
234 ios.width(15); in main()
247 ios.width(15); in main()
260 ios.width(15); in main()
274 ios.width(10); in main()
287 ios.width(10); in main()
300 ios.width(10); in main()
313 ios.width(10); in main()
[all …]
H A Dput_unsigned_long_long.pass.cpp194 ios.width(15); in main()
207 ios.width(15); in main()
220 ios.width(15); in main()
234 ios.width(15); in main()
247 ios.width(15); in main()
260 ios.width(15); in main()
274 ios.width(10); in main()
287 ios.width(10); in main()
300 ios.width(10); in main()
313 ios.width(10); in main()
[all …]
H A Dput_unsigned_long.pass.cpp194 ios.width(15); in main()
207 ios.width(15); in main()
220 ios.width(15); in main()
234 ios.width(15); in main()
247 ios.width(15); in main()
260 ios.width(15); in main()
274 ios.width(10); in main()
287 ios.width(10); in main()
300 ios.width(10); in main()
313 ios.width(10); in main()
[all …]
H A Dput_long.pass.cpp194 ios.width(15); in main()
207 ios.width(15); in main()
220 ios.width(15); in main()
234 ios.width(15); in main()
247 ios.width(15); in main()
260 ios.width(15); in main()
274 ios.width(10); in main()
287 ios.width(10); in main()
300 ios.width(10); in main()
313 ios.width(10); in main()
[all …]
/llvm-project-15.0.7/lldb/examples/customization/bin-utils/
H A Dbinutils.py5 def binary(n, width=None): argument
12 if width and width <= 0:
13 width = None
18 if width:
31 val = 2**(width - 1)
58 def positions(width): argument
73 width = None
76 if width < 0:
77 width = 0
106 if width < 0:
[all …]
/llvm-project-15.0.7/libcxx/test/std/numerics/complex.number/complex.ops/
H A Dstream_output.pass.cpp49 for (int width = 0; width <= 5; ++width) { in main() local
52 os.width(width); in main()
55 assert(os.width() == 0); in main()
61 os.width(6); in main()
64 assert(os.width() == 0); in main()
70 os.width(7); in main()
79 os.width(8); in main()
90 os.width(8); in main()
104 os.width(4); in main()
113 os.width(12); in main()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dprelegalizercombiner-bzero.mir26 ; DARWIN: %width:_(s64) = COPY $x1
33 ; UNKNOWN: %width:_(s64) = COPY $x1
38 %width:_(s64) = COPY $x1
51 ; DARWIN: %width:_(s64) = COPY $x1
58 ; UNKNOWN: %width:_(s64) = COPY $x1
63 %width:_(s64) = COPY $x1
78 ; DARWIN: %width:_(s64) = G_CONSTANT i64 1024
90 %width:_(s64) = G_CONSTANT i64 1024
105 ; DARWIN: %width:_(s64) = G_CONSTANT i64 256
117 %width:_(s64) = G_CONSTANT i64 256
[all …]
H A Dlegalize-ubfx.mir12 ; CHECK: %width:_(s32) = G_CONSTANT i32 2
13 ; CHECK: %ubfx:_(s32) = G_UBFX %copy, %lsb(s32), %width
17 %width:_(s32) = G_CONSTANT i32 2
18 %ubfx:_(s32) = G_UBFX %copy(s32), %lsb, %width
29 ; CHECK: %width:_(s64) = G_CONSTANT i64 2
30 ; CHECK: %ubfx:_(s64) = G_UBFX %copy, %lsb(s64), %width
34 %width:_(s64) = G_CONSTANT i64 2
35 %ubfx:_(s64) = G_UBFX %copy(s64), %lsb, %width
H A Dlegalize-sbfx.mir12 ; CHECK: %width:_(s32) = G_CONSTANT i32 2
13 ; CHECK: %sbfx:_(s32) = G_SBFX %copy, %lsb(s32), %width
17 %width:_(s32) = G_CONSTANT i32 2
18 %sbfx:_(s32) = G_SBFX %copy(s32), %lsb, %width
29 ; CHECK: %width:_(s64) = G_CONSTANT i64 2
30 ; CHECK: %sbfx:_(s64) = G_SBFX %copy, %lsb(s64), %width
34 %width:_(s64) = G_CONSTANT i64 2
35 %sbfx:_(s64) = G_SBFX %copy(s64), %lsb, %width
H A Dlegalize-bzero.mir16 ; CHECK: %width:_(s64) = COPY $x1
19 ; CHECK: $x1 = COPY %width(s64)
24 %width:_(s64) = COPY $x1
25 G_BZERO %ptr(p0), %width(s64), 0 :: (store (s32))
38 ; CHECK: %width:_(s64) = COPY $x1
40 ; CHECK: $x1 = COPY %width(s64)
43 %width:_(s64) = COPY $x1
44 G_BZERO %ptr(p0), %width(s64), 1 :: (store (s32))
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSlowMPInt.cpp137 return val.sext(width) == o.val.sext(width); in operator ==()
141 return val.sext(width) != o.val.sext(width); in operator !=()
145 return val.sext(width).sgt(o.val.sext(width)); in operator >()
149 return val.sext(width).slt(o.val.sext(width)); in operator <()
153 return val.sext(width).sle(o.val.sext(width)); in operator <=()
157 return val.sext(width).sge(o.val.sext(width)); in operator >=()
174 APInt ret = op(a.sext(width), b.sext(width), overflow); in runOpWithExpandOnOverflow()
178 width *= 2; in runOpWithExpandOnOverflow()
179 ret = op(a.sext(width), b.sext(width), overflow); in runOpWithExpandOnOverflow()
206 lhs.val.sext(width), rhs.val.sext(width), APInt::Rounding::UP)); in ceilDiv()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A Dtexsurf-queries.ll21 ; SM20: txq.width.b32
22 ; SM30: txq.width.b32
23 %width = tail call i32 @llvm.nvvm.txq.width(i64 %texHandle)
24 ret i32 %width
34 %width = tail call i32 @llvm.nvvm.txq.width(i64 %texHandle)
35 ret i32 %width
63 ; SM20: suq.width.b32
65 %width = tail call i32 @llvm.nvvm.suq.width(i64 %surfHandle)
66 ret i32 %width
76 %width = tail call i32 @llvm.nvvm.suq.width(i64 %surfHandle)
[all …]
/llvm-project-15.0.7/libclc/generic/lib/math/
H A Dfdim.inc30 #define __CLC_FDIM_VEC(width) \
31 _CLC_OVERLOAD _CLC_DEF float##width fdim(float##width x, float##width y) { \
35 int##width n = ~((x == x) & (y == y)) & QNANBITPATT_SP32; \
38 int##width r = (x > y) & as_int##width(x - y); \
39 return as_float##width(n | r); \
57 #define __CLC_FDIM_VEC(width) \
58 _CLC_OVERLOAD _CLC_DEF double##width fdim(double##width x, double##width y) { \
60 long##width n = ~((x == x) & (y == y)) & QNANBITPATT_DP64; \
61 long##width r = (x > y) & as_long##width(x - y); \
62 return as_double##width(n | r); \
/llvm-project-15.0.7/mlir/lib/IR/
H A DTypes.cpp31 bool Type::isInteger(unsigned width) const { in isInteger()
33 return intTy.getWidth() == width; in isInteger()
43 bool Type::isSignlessInteger(unsigned width) const { in isSignlessInteger()
45 return intTy.isSignless() && intTy.getWidth() == width; in isSignlessInteger()
55 bool Type::isSignedInteger(unsigned width) const { in isSignedInteger()
57 return intTy.isSigned() && intTy.getWidth() == width; in isSignedInteger()
67 bool Type::isUnsignedInteger(unsigned width) const { in isUnsignedInteger()
69 return intTy.isUnsigned() && intTy.getWidth() == width; in isUnsignedInteger()
/llvm-project-15.0.7/llvm/utils/
H A Dshuffle_fuzz.py51 (width, element_type) = random.choice(
55 (width, element_type) = random.choice(
60 width = random.choice([2, 4, 8, 16, 32, 64])
67 shuffle_range = (2 * width) if args.blends else width
108 for _ in itertools.repeat(None, width)]
115 (args.seed, width, element_type)), file=sys.stderr)
124 for j in range(i * width + 1, (i + 1) * width + 1)]
128 results = [[((results[i] if j < width else results[i + 1])[j % width]
154 subst = {'N': width, 'T': element_type, 'IT': integral_element_type}
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dinline-min-legal-vector-width.ll3 define internal void @innerSmall() "min-legal-vector-width"="128" {
7 define internal void @innerLarge() "min-legal-vector-width"="512" {
23 define void @outerConflictingAttributeSmall() "min-legal-vector-width"="128" {
28 define void @outerConflictingAttributeLarge() "min-legal-vector-width"="512" {
34 ; vector width requirements are unknown.
35 define void @outerAttribute() "min-legal-vector-width"="128" {
44 ; CHECK: attributes #0 = { "min-legal-vector-width"="512" }
/llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/
H A Dput_long_double_ru_RU.pass.cpp140 ios.width(15); in main()
151 ios.width(15); in main()
162 ios.width(15); in main()
237 ios.width(20); in main()
248 ios.width(20); in main()
259 ios.width(20); in main()
338 ios.width(15); in main()
349 ios.width(15); in main()
360 ios.width(15); in main()
435 ios.width(20); in main()
[all …]
H A Dput_long_double_fr_FR.pass.cpp141 ios.width(20); in main()
152 ios.width(20); in main()
163 ios.width(20); in main()
238 ios.width(20); in main()
249 ios.width(20); in main()
260 ios.width(20); in main()
338 ios.width(20); in main()
349 ios.width(20); in main()
360 ios.width(20); in main()
435 ios.width(20); in main()
[all …]
/llvm-project-15.0.7/lldb/third_party/Python/module/progress/
H A Dprogress.py31 width=12, argument
41 self.width = width
47 self.step = 100 / float(width) # fix
65 blank = (self.width - progressed) * self.blank
93 width=12, argument
105 width,
131 width=12, argument
143 width,
176 p = AnimatedProgressBar(end=200, width=200)
/llvm-project-15.0.7/flang/runtime/
H A Dedit-output.cpp58 int editWidth{edit.width.value_or(0)}; in EditBOZOutput()
144 int editWidth{edit.width.value_or(0)}; in EditIntegerOutput()
222 } else if (width > length) { in EmitPrefix()
357 return io_.EmitRepeated('*', width); in EditEorDOutput()
365 width = totalLength; in EditEorDOutput()
465 if (totalLength > width) { in EditFOutput()
466 return io_.EmitRepeated('*', width); in EditFOutput()
489 int editWidth{edit.width.value_or(0)}; in EditForGOutput()
681 int width{edit.width.value_or(len)}; in EditCharacterOutput() local
686 if (width == 0) { in EditCharacterOutput()
[all …]
/llvm-project-15.0.7/libclc/generic/lib/relational/
H A Dbitselect.cl31 #define FLOAT_BITSELECT(f_type, i_type, width) \
32 …_CLC_OVERLOAD _CLC_DEF f_type##width bitselect(f_type##width x, f_type##width y, f_type##width z) …
33 …return as_##f_type##width(bitselect(as_##i_type##width(x), as_##i_type##width(y), as_##i_type##wid…

12345678910>>...53