/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/ |
D | widen_1.pass.cpp | 36 assert(f.widen(' ') == L' '); in main() 37 assert(f.widen('A') == L'A'); in main() 38 assert(f.widen('\x07') == L'\x07'); in main() 39 assert(f.widen('.') == L'.'); in main() 40 assert(f.widen('a') == L'a'); in main() 41 assert(f.widen('1') == L'1'); in main() 42 assert(f.widen(char(-5)) == wchar_t(-1)); in main() 52 assert(f.widen(' ') == L' '); in main() 53 assert(f.widen('A') == L'A'); in main() 54 assert(f.widen('\x07') == L'\x07'); in main() [all …]
|
D | widen_many.pass.cpp | 38 assert(f.widen(&in[0], in.data() + in.size(), v.data()) == in.data() + in.size()); in main() 57 assert(f.widen(&in[0], in.data() + in.size(), v.data()) == in.data() + in.size()); in main()
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/ |
D | widen_1.pass.cpp | 26 assert(f.widen(' ') == ' '); in main() 27 assert(f.widen('A') == 'A'); in main() 28 assert(f.widen('\x07') == '\x07'); in main() 29 assert(f.widen('.') == '.'); in main() 30 assert(f.widen('a') == 'a'); in main() 31 assert(f.widen('1') == '1'); in main()
|
D | widen_many.pass.cpp | 30 assert(f.widen(&in[0], in.data() + in.size(), v.data()) == in.data() + in.size()); in main()
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/ |
D | widen_1.pass.cpp | 26 assert(f.widen(' ') == L' '); in main() 27 assert(f.widen('A') == L'A'); in main() 28 assert(f.widen('\x07') == L'\x07'); in main() 29 assert(f.widen('.') == L'.'); in main() 30 assert(f.widen('a') == L'a'); in main() 31 assert(f.widen('1') == L'1'); in main()
|
D | widen_many.pass.cpp | 30 assert(f.widen(&in[0], in.data() + in.size(), v.data()) == in.data() + in.size()); in main()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | AnyScriptTest.java | 102 Transliterator widen = Transliterator.getInstance("halfwidth-fullwidth"); in TestForWidth() local 108 String wideLettersAndSpace = widen.transform(lettersAndSpace); in TestForWidth() 109 String widePunctOnly = widen.transform(punctOnly); in TestForWidth()
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | AnyScriptTest.java | 101 Transliterator widen = Transliterator.getInstance("halfwidth-fullwidth"); in TestForWidth() local 107 String wideLettersAndSpace = widen.transform(lettersAndSpace); in TestForWidth() 108 String widePunctOnly = widen.transform(punctOnly); in TestForWidth()
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | asan-vs-gvn.ll | 14 ; Accessing bytes 4 and 6, not ok to widen to i32 if sanitize_address is set. 37 ;; Accessing bytes 4 and 5. Ok to widen to i16.
|
/external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/ |
D | widen.pass.cpp | 22 assert(ios.widen('c') == 'c'); in main()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | widen_extract-1.ll | 2 ; widen extract subvector
|
D | widen_cast-4.ll | 11 ; v8i8 that is widen to v16i8 then split 12 ; FIXME: This is widen to v16i8 and split to 16 and we then rebuild the vector.
|
D | widen_arith-6.ll | 5 ; widen a v3f32 to vfi32 to do a vector multiple and an add
|
D | widen_arith-5.ll | 6 ; widen a v3i32 to v4i32 to do a vector multiple and a subtraction
|
D | widen_arith-2.ll | 5 ; widen v8i8 to v16i8 (checks even power of 2 widening with add & and)
|
/external/llvm/test/CodeGen/X86/ |
D | widen_extract-1.ll | 2 ; widen extract subvector
|
D | widen_arith-6.ll | 5 ; widen a v3f32 to vfi32 to do a vector multiple and an add
|
D | widen_arith-5.ll | 6 ; widen a v3i32 to v4i32 to do a vector multiple and a subtraction
|
/external/llvm/test/CodeGen/AArch64/ |
D | trunc-v1i64.ll | 9 ; AArch64. We change the default behaviour from be scalarized to be widen. 65 ; PR20777: v1i1 is also problematic, but we can't widen it, so we extract_elt
|
/external/llvm/test/Instrumentation/ThreadSanitizer/ |
D | tsan-vs-gvn.ll | 11 ; Accessing bytes 4 and 6, not ok to widen to i32 if sanitize_thread is set.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | widen-vmovs.ll | 1 ; RUN: llc < %s -widen-vmovs -mcpu=cortex-a8 -verify-machineinstrs | FileCheck %s
|
/external/llvm/test/Transforms/IndVarSimplify/NVPTX/ |
D | no-widen-expensive.ll | 8 ; Therefore, in this particular architecture, we should not widen induction
|
/external/libcxx/include/ |
D | ios | 154 char_type widen(char c) const; 649 char_type widen(char __c) const; 754 basic_ios<_CharT, _Traits>::widen(char __c) const 756 return use_facet<ctype<char_type> >(getloc()).widen(__c); 765 __fill_ = widen(' ');
|
D | locale | 401 use_facet<ctype<_CharT> >(__loc).widen(__src, __src + 26, __atoms); 413 use_facet<ctype<_CharT> >(__loc).widen(__src, __src + 32, __atoms); 1015 use_facet<ctype<_CharT> >(__iob.getloc()).widen(__num_get_base::__src, 1086 __ct.widen(__nb, __ne, __ob); 1094 *__oe++ = __ct.widen(*__nf++); 1098 *__oe++ = __ct.widen(*__nf++); 1099 *__oe++ = __ct.widen(*__nf++); 1115 *__oe++ = __ct.widen(*__p); 1138 *__oe++ = __ct.widen(*__nf++); 1143 *__oe++ = __ct.widen(*__nf++); [all …]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | coalescer_remat.ll | 6 ; unnecessarily widen the register class. Without those fixes > 20 VGprs
|