Home
last modified time | relevance | path

Searched refs:UnsignedChar (Results 1 – 25 of 500) sorted by relevance

12345678910>>...20

/dports/math/cocoalib/CoCoALib-0.99712/src/tests/
H A Dtest-MachineInt2.C94 test(SignedChar, UnsignedChar); in program()
102 test(UnsignedChar, SignedChar); in program()
103 test(UnsignedChar, UnsignedChar); in program()
104 test(UnsignedChar, SignedShort); in program()
106 test(UnsignedChar, SignedInt); in program()
107 test(UnsignedChar, UnsignedInt); in program()
108 test(UnsignedChar, SignedLong); in program()
112 test(SignedShort, UnsignedChar); in program()
130 test(SignedInt, UnsignedChar); in program()
139 test(UnsignedInt, UnsignedChar); in program()
[all …]
/dports/math/giacxcas/CoCoALib-0.99700/src/tests/
H A Dtest-MachineInt2.C94 test(SignedChar, UnsignedChar); in program()
102 test(UnsignedChar, SignedChar); in program()
103 test(UnsignedChar, UnsignedChar); in program()
104 test(UnsignedChar, SignedShort); in program()
106 test(UnsignedChar, SignedInt); in program()
107 test(UnsignedChar, UnsignedInt); in program()
108 test(UnsignedChar, SignedLong); in program()
112 test(SignedShort, UnsignedChar); in program()
130 test(SignedInt, UnsignedChar); in program()
139 test(UnsignedInt, UnsignedChar); in program()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/mfbt/
H A DTextUtils.h181 using UnsignedChar = typename detail::MakeUnsignedChar<Char>::Type; in IsAsciiWhitespace() local
182 auto uc = static_cast<UnsignedChar>(aChar); in IsAsciiWhitespace()
194 using UnsignedChar = typename detail::MakeUnsignedChar<Char>::Type; in IsAsciiLowercaseAlpha() local
195 auto uc = static_cast<UnsignedChar>(aChar); in IsAsciiLowercaseAlpha()
207 using UnsignedChar = typename detail::MakeUnsignedChar<Char>::Type; in IsAsciiUppercaseAlpha() local
208 auto uc = static_cast<UnsignedChar>(aChar); in IsAsciiUppercaseAlpha()
231 using UnsignedChar = typename detail::MakeUnsignedChar<Char>::Type; in IsAsciiDigit() local
232 auto uc = static_cast<UnsignedChar>(aChar); in IsAsciiDigit()
243 using UnsignedChar = typename detail::MakeUnsignedChar<Char>::Type; in IsAsciiHexDigit() local
244 auto uc = static_cast<UnsignedChar>(aChar); in IsAsciiHexDigit()
[all …]
/dports/www/firefox/firefox-99.0/mfbt/
H A DTextUtils.h181 using UnsignedChar = typename detail::MakeUnsignedChar<Char>::Type; in IsAsciiWhitespace() local
182 auto uc = static_cast<UnsignedChar>(aChar); in IsAsciiWhitespace()
194 using UnsignedChar = typename detail::MakeUnsignedChar<Char>::Type; in IsAsciiLowercaseAlpha() local
195 auto uc = static_cast<UnsignedChar>(aChar); in IsAsciiLowercaseAlpha()
207 using UnsignedChar = typename detail::MakeUnsignedChar<Char>::Type; in IsAsciiUppercaseAlpha() local
208 auto uc = static_cast<UnsignedChar>(aChar); in IsAsciiUppercaseAlpha()
231 using UnsignedChar = typename detail::MakeUnsignedChar<Char>::Type; in IsAsciiDigit() local
232 auto uc = static_cast<UnsignedChar>(aChar); in IsAsciiDigit()
243 using UnsignedChar = typename detail::MakeUnsignedChar<Char>::Type; in IsAsciiHexDigit() local
244 auto uc = static_cast<UnsignedChar>(aChar); in IsAsciiHexDigit()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/
H A DTextUtils.h181 using UnsignedChar = typename detail::MakeUnsignedChar<Char>::Type; in IsAsciiWhitespace() local
182 auto uc = static_cast<UnsignedChar>(aChar); in IsAsciiWhitespace()
194 using UnsignedChar = typename detail::MakeUnsignedChar<Char>::Type; in IsAsciiLowercaseAlpha() local
195 auto uc = static_cast<UnsignedChar>(aChar); in IsAsciiLowercaseAlpha()
207 using UnsignedChar = typename detail::MakeUnsignedChar<Char>::Type; in IsAsciiUppercaseAlpha() local
208 auto uc = static_cast<UnsignedChar>(aChar); in IsAsciiUppercaseAlpha()
231 using UnsignedChar = typename detail::MakeUnsignedChar<Char>::Type; in IsAsciiDigit() local
232 auto uc = static_cast<UnsignedChar>(aChar); in IsAsciiDigit()
243 using UnsignedChar = typename detail::MakeUnsignedChar<Char>::Type; in IsAsciiHexDigit() local
244 auto uc = static_cast<UnsignedChar>(aChar); in IsAsciiHexDigit()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/
H A DTextUtils.h181 using UnsignedChar = typename detail::MakeUnsignedChar<Char>::Type; in IsAsciiWhitespace() local
182 auto uc = static_cast<UnsignedChar>(aChar); in IsAsciiWhitespace()
194 using UnsignedChar = typename detail::MakeUnsignedChar<Char>::Type; in IsAsciiLowercaseAlpha() local
195 auto uc = static_cast<UnsignedChar>(aChar); in IsAsciiLowercaseAlpha()
207 using UnsignedChar = typename detail::MakeUnsignedChar<Char>::Type; in IsAsciiUppercaseAlpha() local
208 auto uc = static_cast<UnsignedChar>(aChar); in IsAsciiUppercaseAlpha()
231 using UnsignedChar = typename detail::MakeUnsignedChar<Char>::Type; in IsAsciiDigit() local
232 auto uc = static_cast<UnsignedChar>(aChar); in IsAsciiDigit()
243 using UnsignedChar = typename detail::MakeUnsignedChar<Char>::Type; in IsAsciiHexDigit() local
244 auto uc = static_cast<UnsignedChar>(aChar); in IsAsciiHexDigit()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/mfbt/
H A DTextUtils.h49 using UnsignedChar = typename detail::MakeUnsignedChar<Char>::Type; in IsAsciiAlpha() local
50 return ('a' <= static_cast<UnsignedChar>(aChar) && in IsAsciiAlpha()
51 static_cast<UnsignedChar>(aChar) <= 'z') || in IsAsciiAlpha()
52 ('A' <= static_cast<UnsignedChar>(aChar) && in IsAsciiAlpha()
53 static_cast<UnsignedChar>(aChar) <= 'Z'); in IsAsciiAlpha()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/AST/
H A Dmultistep-explicit-cast-json.cpp57 using UnsignedChar = unsigned char; typedef
62 UnsignedChar cxxfunctionalcast_0(UnsignedInt x) { in cxxfunctionalcast_0()
63 return UnsignedChar(x); in cxxfunctionalcast_0()
70 UnsignedChar cxxfunctionalcast_2(SignedInt x) { in cxxfunctionalcast_2()
71 return UnsignedChar(x); in cxxfunctionalcast_2()
H A Dmultistep-explicit-cast.cpp123 using UnsignedChar = unsigned char; typedef
128 UnsignedChar cxxfunctionalcast_0(UnsignedInt x) { in cxxfunctionalcast_0()
134 return UnsignedChar(x); in cxxfunctionalcast_0()
146 UnsignedChar cxxfunctionalcast_2(SignedInt x) { in cxxfunctionalcast_2()
152 return UnsignedChar(x); in cxxfunctionalcast_2()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/AST/
H A Dmultistep-explicit-cast-json.cpp57 using UnsignedChar = unsigned char; typedef
62 UnsignedChar cxxfunctionalcast_0(UnsignedInt x) { in cxxfunctionalcast_0()
63 return UnsignedChar(x); in cxxfunctionalcast_0()
70 UnsignedChar cxxfunctionalcast_2(SignedInt x) { in cxxfunctionalcast_2()
71 return UnsignedChar(x); in cxxfunctionalcast_2()
H A Dmultistep-explicit-cast.cpp116 using UnsignedChar = unsigned char; typedef
121 UnsignedChar cxxfunctionalcast_0(UnsignedInt x) { in cxxfunctionalcast_0()
127 return UnsignedChar(x); in cxxfunctionalcast_0()
139 UnsignedChar cxxfunctionalcast_2(SignedInt x) { in cxxfunctionalcast_2()
145 return UnsignedChar(x); in cxxfunctionalcast_2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/AST/
H A Dmultistep-explicit-cast-json.cpp57 using UnsignedChar = unsigned char; typedef
62 UnsignedChar cxxfunctionalcast_0(UnsignedInt x) { in cxxfunctionalcast_0()
63 return UnsignedChar(x); in cxxfunctionalcast_0()
70 UnsignedChar cxxfunctionalcast_2(SignedInt x) { in cxxfunctionalcast_2()
71 return UnsignedChar(x); in cxxfunctionalcast_2()
H A Dmultistep-explicit-cast.cpp123 using UnsignedChar = unsigned char; typedef
128 UnsignedChar cxxfunctionalcast_0(UnsignedInt x) { in cxxfunctionalcast_0()
134 return UnsignedChar(x); in cxxfunctionalcast_0()
146 UnsignedChar cxxfunctionalcast_2(SignedInt x) { in cxxfunctionalcast_2()
152 return UnsignedChar(x); in cxxfunctionalcast_2()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/AST/
H A Dmultistep-explicit-cast-json.cpp57 using UnsignedChar = unsigned char; typedef
62 UnsignedChar cxxfunctionalcast_0(UnsignedInt x) { in cxxfunctionalcast_0()
63 return UnsignedChar(x); in cxxfunctionalcast_0()
70 UnsignedChar cxxfunctionalcast_2(SignedInt x) { in cxxfunctionalcast_2()
71 return UnsignedChar(x); in cxxfunctionalcast_2()
H A Dmultistep-explicit-cast.cpp123 using UnsignedChar = unsigned char; typedef
128 UnsignedChar cxxfunctionalcast_0(UnsignedInt x) { in cxxfunctionalcast_0()
134 return UnsignedChar(x); in cxxfunctionalcast_0()
146 UnsignedChar cxxfunctionalcast_2(SignedInt x) { in cxxfunctionalcast_2()
152 return UnsignedChar(x); in cxxfunctionalcast_2()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/AST/
H A Dmultistep-explicit-cast-json.cpp57 using UnsignedChar = unsigned char; typedef
62 UnsignedChar cxxfunctionalcast_0(UnsignedInt x) { in cxxfunctionalcast_0()
63 return UnsignedChar(x); in cxxfunctionalcast_0()
70 UnsignedChar cxxfunctionalcast_2(SignedInt x) { in cxxfunctionalcast_2()
71 return UnsignedChar(x); in cxxfunctionalcast_2()
H A Dmultistep-explicit-cast.cpp123 using UnsignedChar = unsigned char; typedef
128 UnsignedChar cxxfunctionalcast_0(UnsignedInt x) { in cxxfunctionalcast_0()
134 return UnsignedChar(x); in cxxfunctionalcast_0()
146 UnsignedChar cxxfunctionalcast_2(SignedInt x) { in cxxfunctionalcast_2()
152 return UnsignedChar(x); in cxxfunctionalcast_2()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/AST/
H A Dmultistep-explicit-cast.cpp116 using UnsignedChar = unsigned char; typedef
121 UnsignedChar cxxfunctionalcast_0(UnsignedInt x) { in cxxfunctionalcast_0()
127 return UnsignedChar(x); in cxxfunctionalcast_0()
139 UnsignedChar cxxfunctionalcast_2(SignedInt x) { in cxxfunctionalcast_2()
145 return UnsignedChar(x); in cxxfunctionalcast_2()
H A Dmultistep-explicit-cast-json.cpp57 using UnsignedChar = unsigned char; typedef
62 UnsignedChar cxxfunctionalcast_0(UnsignedInt x) { in cxxfunctionalcast_0()
63 return UnsignedChar(x); in cxxfunctionalcast_0()
70 UnsignedChar cxxfunctionalcast_2(SignedInt x) { in cxxfunctionalcast_2()
71 return UnsignedChar(x); in cxxfunctionalcast_2()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/AST/
H A Dmultistep-explicit-cast-json.cpp57 using UnsignedChar = unsigned char; typedef
62 UnsignedChar cxxfunctionalcast_0(UnsignedInt x) { in cxxfunctionalcast_0()
63 return UnsignedChar(x); in cxxfunctionalcast_0()
70 UnsignedChar cxxfunctionalcast_2(SignedInt x) { in cxxfunctionalcast_2()
71 return UnsignedChar(x); in cxxfunctionalcast_2()
H A Dmultistep-explicit-cast.cpp123 using UnsignedChar = unsigned char; typedef
128 UnsignedChar cxxfunctionalcast_0(UnsignedInt x) { in cxxfunctionalcast_0()
134 return UnsignedChar(x); in cxxfunctionalcast_0()
146 UnsignedChar cxxfunctionalcast_2(SignedInt x) { in cxxfunctionalcast_2()
152 return UnsignedChar(x); in cxxfunctionalcast_2()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/AST/
H A Dmultistep-explicit-cast-json.cpp57 using UnsignedChar = unsigned char; typedef
62 UnsignedChar cxxfunctionalcast_0(UnsignedInt x) { in cxxfunctionalcast_0()
63 return UnsignedChar(x); in cxxfunctionalcast_0()
70 UnsignedChar cxxfunctionalcast_2(SignedInt x) { in cxxfunctionalcast_2()
71 return UnsignedChar(x); in cxxfunctionalcast_2()
H A Dmultistep-explicit-cast.cpp123 using UnsignedChar = unsigned char; typedef
128 UnsignedChar cxxfunctionalcast_0(UnsignedInt x) { in cxxfunctionalcast_0()
134 return UnsignedChar(x); in cxxfunctionalcast_0()
146 UnsignedChar cxxfunctionalcast_2(SignedInt x) { in cxxfunctionalcast_2()
152 return UnsignedChar(x); in cxxfunctionalcast_2()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/AST/
H A Dmultistep-explicit-cast-json.cpp57 using UnsignedChar = unsigned char; typedef
62 UnsignedChar cxxfunctionalcast_0(UnsignedInt x) { in cxxfunctionalcast_0()
63 return UnsignedChar(x); in cxxfunctionalcast_0()
70 UnsignedChar cxxfunctionalcast_2(SignedInt x) { in cxxfunctionalcast_2()
71 return UnsignedChar(x); in cxxfunctionalcast_2()
H A Dmultistep-explicit-cast.cpp116 using UnsignedChar = unsigned char; typedef
121 UnsignedChar cxxfunctionalcast_0(UnsignedInt x) { in cxxfunctionalcast_0()
127 return UnsignedChar(x); in cxxfunctionalcast_0()
139 UnsignedChar cxxfunctionalcast_2(SignedInt x) { in cxxfunctionalcast_2()
145 return UnsignedChar(x); in cxxfunctionalcast_2()

12345678910>>...20