Home
last modified time | relevance | path

Searched refs:widen (Results 1 – 25 of 86) sorted by relevance

1234

/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/
Dwiden_1.pass.cpp36 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 …]
Dwiden_many.pass.cpp38 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/
Dwiden_1.pass.cpp26 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()
Dwiden_many.pass.cpp30 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/
Dwiden_1.pass.cpp26 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()
Dwiden_many.pass.cpp30 assert(f.widen(&in[0], in.data() + in.size(), v.data()) == in.data() + in.size()); in main()
/external/skia/src/opts/
DSk4px_none.h12 inline Sk4px::Wide Sk4px::widen() const { in widen() function
20 return this->widen() * Sk4px(other).widen(); in mulWiden()
DSk4px_SSE2.h10 inline Sk4px::Wide Sk4px::widen() const { in widen() function
16 return this->widen() * Sk4px(other).widen(); in mulWiden()
/external/skqp/src/opts/
DSk4px_none.h12 inline Sk4px::Wide Sk4px::widen() const { in widen() function
20 return this->widen() * Sk4px(other).widen(); in mulWiden()
DSk4px_SSE2.h10 inline Sk4px::Wide Sk4px::widen() const { in widen() function
16 return this->widen() * Sk4px(other).widen(); in mulWiden()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DAnyScriptTest.java107 Transliterator widen = Transliterator.getInstance("halfwidth-fullwidth"); in TestForWidth() local
113 String wideLettersAndSpace = widen.transform(lettersAndSpace); in TestForWidth()
114 String widePunctOnly = widen.transform(punctOnly); in TestForWidth()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DAnyScriptTest.java104 Transliterator widen = Transliterator.getInstance("halfwidth-fullwidth"); in TestForWidth() local
110 String wideLettersAndSpace = widen.transform(lettersAndSpace); in TestForWidth()
111 String widePunctOnly = widen.transform(punctOnly); in TestForWidth()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/GlobalISel/
Darm-legalizer.mir179 ; G_ADD with s8 should widen
211 ; G_ADD with s16 should widen
268 ; G_SUB with s8 should widen
300 ; G_SUB with s16 should widen
357 ; G_MUL with s8 should widen
389 ; G_MUL with s16 should widen
446 ; G_AND with s8 should widen
478 ; G_AND with s16 should widen
535 ; G_OR with s8 should widen
567 ; G_OR with s16 should widen
[all …]
/external/llvm/test/Instrumentation/AddressSanitizer/
Dasan-vs-gvn.ll14 ; 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/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/AddressSanitizer/
Dasan-vs-gvn.ll14 ; Accessing bytes 4 and 6, not ok to widen to i32 if sanitize_address is set.
37 ;; Accessing bytes 4 and 5. No widen to i16.
/external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
Dwiden.pass.cpp22 assert(ios.widen('c') == 'c'); in main()
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dwiden_cast-4.ll11 ; 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.
Dwiden_extract-1.ll2 ; widen extract subvector
/external/llvm/test/CodeGen/X86/
Dwiden_extract-1.ll2 ; widen extract subvector
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dtrunc-v1i64.ll9 ; 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/CodeGen/AArch64/
Dtrunc-v1i64.ll9 ; 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/skia/src/core/
DSk4px.h86 Wide widen() const; // Widen 8-bit values to low 8-bits of 16-bit lanes.
103 return this->widen().addNarrowHi(*this * o); in approxMulDiv255()
/external/skqp/src/core/
DSk4px.h86 Wide widen() const; // Widen 8-bit values to low 8-bits of 16-bit lanes.
103 return this->widen().addNarrowHi(*this * o); in approxMulDiv255()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dwiden_extract-1.ll5 ; widen extract subvector
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/ThreadSanitizer/
Dtsan-vs-gvn.ll11 ; Accessing bytes 4 and 6, not ok to widen to i32 if sanitize_thread is set.

1234