Home
last modified time | relevance | path

Searched refs:make_pair (Results 1 – 25 of 8800) sorted by relevance

12345678910>>...352

/dports/graphics/darktable38/darktable-3.8.0/src/external/rawspeed/test/librawspeed/common/
H A DPointTest.cpp199 make_tuple(make_pair(-5, -5), make_pair(5, 5), make_pair(0, 0)),
207 make_tuple(make_pair(-5, 0), make_pair(5, 0), make_pair(0, 0)),
208 make_tuple(make_pair(-5, 0), make_pair(5, 5), make_pair(0, 5)),
216 make_tuple(make_pair(-5, 5), make_pair(5, 0), make_pair(0, 5)),
223 make_tuple(make_pair(0, -5), make_pair(0, 5), make_pair(0, 0)),
231 make_tuple(make_pair(0, 0), make_pair(0, 0), make_pair(0, 0)),
232 make_tuple(make_pair(0, 0), make_pair(0, 5), make_pair(0, 5)),
234 make_tuple(make_pair(0, 0), make_pair(5, 0), make_pair(5, 0)),
235 make_tuple(make_pair(0, 0), make_pair(5, 5), make_pair(5, 5)),
240 make_tuple(make_pair(0, 5), make_pair(0, 0), make_pair(0, 5)),
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/external/rawspeed/test/librawspeed/common/
H A DPointTest.cpp199 make_tuple(make_pair(-5, -5), make_pair(5, 5), make_pair(0, 0)),
207 make_tuple(make_pair(-5, 0), make_pair(5, 0), make_pair(0, 0)),
208 make_tuple(make_pair(-5, 0), make_pair(5, 5), make_pair(0, 5)),
216 make_tuple(make_pair(-5, 5), make_pair(5, 0), make_pair(0, 5)),
223 make_tuple(make_pair(0, -5), make_pair(0, 5), make_pair(0, 0)),
231 make_tuple(make_pair(0, 0), make_pair(0, 0), make_pair(0, 0)),
232 make_tuple(make_pair(0, 0), make_pair(0, 5), make_pair(0, 5)),
234 make_tuple(make_pair(0, 0), make_pair(5, 0), make_pair(5, 0)),
235 make_tuple(make_pair(0, 0), make_pair(5, 5), make_pair(5, 5)),
240 make_tuple(make_pair(0, 5), make_pair(0, 0), make_pair(0, 5)),
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/rawspeed/test/librawspeed/common/
H A DPointTest.cpp199 make_tuple(make_pair(-5, -5), make_pair(5, 5), make_pair(0, 0)),
207 make_tuple(make_pair(-5, 0), make_pair(5, 0), make_pair(0, 0)),
208 make_tuple(make_pair(-5, 0), make_pair(5, 5), make_pair(0, 5)),
216 make_tuple(make_pair(-5, 5), make_pair(5, 0), make_pair(0, 5)),
223 make_tuple(make_pair(0, -5), make_pair(0, 5), make_pair(0, 0)),
231 make_tuple(make_pair(0, 0), make_pair(0, 0), make_pair(0, 0)),
232 make_tuple(make_pair(0, 0), make_pair(0, 5), make_pair(0, 5)),
234 make_tuple(make_pair(0, 0), make_pair(5, 0), make_pair(5, 0)),
235 make_tuple(make_pair(0, 0), make_pair(5, 5), make_pair(5, 5)),
240 make_tuple(make_pair(0, 5), make_pair(0, 0), make_pair(0, 5)),
[all …]
/dports/math/blahtexml/blahtexml-92f2c5f/Source/BlahtexCore/
H A DXmlEncode.cpp415 make_pair(0x000025B6, UnicodeNameInfo()),
420 make_pair(0x000025C0, UnicodeNameInfo()),
497 make_pair(0x0001D4D1, UnicodeNameInfo()),
498 make_pair(0x0001D4D2, UnicodeNameInfo()),
499 make_pair(0x0001D4D3, UnicodeNameInfo()),
500 make_pair(0x0001D4D4, UnicodeNameInfo()),
501 make_pair(0x0001D4D5, UnicodeNameInfo()),
502 make_pair(0x0001D4D6, UnicodeNameInfo()),
503 make_pair(0x0001D4D7, UnicodeNameInfo()),
504 make_pair(0x0001D4D8, UnicodeNameInfo()),
[all …]
H A DInputSymbolTranslation.inc1 make_pair(L'\U000000AC', L"\\lnot"),
2 make_pair(L'\U000000B1', L"\\pm"),
3 make_pair(L'\U000000C5', L"\\AA"),
4 make_pair(L'\U000000D7', L"\\times"),
5 make_pair(L'\U000000F7', L"\\div"),
6 make_pair(L'\U00000393', L"\\Gamma"),
7 make_pair(L'\U00000394', L"\\Delta"),
8 make_pair(L'\U00000398', L"\\Theta"),
10 make_pair(L'\U0000039E', L"\\Xi"),
11 make_pair(L'\U000003A0', L"\\Pi"),
[all …]
H A DParser.cpp92 make_pair(L"\\big", Parser::cBig),
93 make_pair(L"\\bigl", Parser::cBig),
94 make_pair(L"\\bigr", Parser::cBig),
95 make_pair(L"\\Big", Parser::cBig),
96 make_pair(L"\\Bigl", Parser::cBig),
97 make_pair(L"\\Bigr", Parser::cBig),
98 make_pair(L"\\bigg", Parser::cBig),
99 make_pair(L"\\biggl", Parser::cBig),
100 make_pair(L"\\biggr", Parser::cBig),
101 make_pair(L"\\Bigg", Parser::cBig),
[all …]
/dports/misc/mnn/MNN-1.2.0/source/backend/vulkan/compiler/
H A DVulkanShaderMap.cpp6 mMaps.insert(std::make_pair("glsl_dwweightcopy_comp", std::make_pair(glsl_dwweightcopy_comp,glsl_dw… in init()
7 mMaps.insert(std::make_pair("glsl_deconvCol2Im_comp", std::make_pair(glsl_deconvCol2Im_comp,glsl_de… in init()
11 mMaps.insert(std::make_pair("glsl_relu_comp", std::make_pair(glsl_relu_comp,glsl_relu_comp_len))); in init()
12 mMaps.insert(std::make_pair("glsl_unaryImage_comp", std::make_pair(glsl_unaryImage_comp,glsl_unaryI… in init()
41 mMaps.insert(std::make_pair("glsl_im2col_comp", std::make_pair(glsl_im2col_comp,glsl_im2col_comp_le… in init()
45 mMaps.insert(std::make_pair("glsl_relu6_comp", std::make_pair(glsl_relu6_comp,glsl_relu6_comp_len))… in init()
61 mMaps.insert(std::make_pair("glsl_blit_comp", std::make_pair(glsl_blit_comp,glsl_blit_comp_len))); in init()
67 mMaps.insert(std::make_pair("glsl_reduce_comp", std::make_pair(glsl_reduce_comp,glsl_reduce_comp_le… in init()
78 mMaps.insert(std::make_pair("glsl_avgpool_comp", std::make_pair(glsl_avgpool_comp,glsl_avgpool_comp… in init()
86 mMaps.insert(std::make_pair("glsl_col2Im_comp", std::make_pair(glsl_col2Im_comp,glsl_col2Im_comp_le… in init()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/nss/gtests/freebl_gtest/kat/
H A Dblake2b_kat.h37 std::make_pair(
46 std::make_pair(
55 std::make_pair(
64 std::make_pair(
73 std::make_pair(
82 std::make_pair(
91 std::make_pair(
100 std::make_pair(
109 std::make_pair(
118 std::make_pair(
[all …]
/dports/www/firefox/firefox-99.0/security/nss/gtests/freebl_gtest/kat/
H A Dblake2b_kat.h37 std::make_pair(
46 std::make_pair(
55 std::make_pair(
64 std::make_pair(
73 std::make_pair(
82 std::make_pair(
91 std::make_pair(
100 std::make_pair(
109 std::make_pair(
118 std::make_pair(
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/gtests/freebl_gtest/kat/
H A Dblake2b_kat.h37 std::make_pair(
46 std::make_pair(
55 std::make_pair(
64 std::make_pair(
73 std::make_pair(
82 std::make_pair(
91 std::make_pair(
100 std::make_pair(
109 std::make_pair(
118 std::make_pair(
[all …]
/dports/security/ca_root_nss/nss-3.71/nss/gtests/freebl_gtest/kat/
H A Dblake2b_kat.h37 std::make_pair(
46 std::make_pair(
55 std::make_pair(
64 std::make_pair(
73 std::make_pair(
82 std::make_pair(
91 std::make_pair(
100 std::make_pair(
109 std::make_pair(
118 std::make_pair(
[all …]
/dports/security/nss/nss-3.76.1/nss/gtests/freebl_gtest/kat/
H A Dblake2b_kat.h37 std::make_pair(
46 std::make_pair(
55 std::make_pair(
64 std::make_pair(
73 std::make_pair(
82 std::make_pair(
91 std::make_pair(
100 std::make_pair(
109 std::make_pair(
118 std::make_pair(
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/gtests/freebl_gtest/kat/
H A Dblake2b_kat.h37 std::make_pair(
46 std::make_pair(
55 std::make_pair(
64 std::make_pair(
73 std::make_pair(
82 std::make_pair(
91 std::make_pair(
100 std::make_pair(
109 std::make_pair(
118 std::make_pair(
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/gtests/freebl_gtest/kat/
H A Dblake2b_kat.h37 std::make_pair(
46 std::make_pair(
55 std::make_pair(
64 std::make_pair(
73 std::make_pair(
82 std::make_pair(
91 std::make_pair(
100 std::make_pair(
109 std::make_pair(
118 std::make_pair(
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/model/prefs/
H A Dshortcutmanager.cpp21 mShortcuts.insert(std::make_pair(shortcut->getName(), shortcut)); in addShortcut()
68 mSequences.insert(std::make_pair(name, sequence)); in setSequence()
103 mModifiers.insert(std::make_pair(name, modifier)); in setModifier()
270 mNames.insert(std::make_pair(Qt::LeftButton, "LMB")); in createLookupTables()
271 mNames.insert(std::make_pair(Qt::RightButton, "RMB")); in createLookupTables()
272 mNames.insert(std::make_pair(Qt::MiddleButton, "MMB")); in createLookupTables()
273 mNames.insert(std::make_pair(Qt::XButton1, "Mouse4")); in createLookupTables()
274 mNames.insert(std::make_pair(Qt::XButton2, "Mouse5")); in createLookupTables()
285 mKeys.insert(std::make_pair(it->second, it->first)); in createLookupTables()
363 std::make_pair((int)Qt::Key_0 , "0"),
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/fcitx5-qt/qt6/platforminputcontext/
H A Dqtkey.cpp21 std::make_pair(XK_KP_Tab, Qt::Key_Tab), in KeyTbl()
23 std::make_pair(XK_KP_F1, Qt::Key_F1), in KeyTbl()
24 std::make_pair(XK_KP_F2, Qt::Key_F2), in KeyTbl()
25 std::make_pair(XK_KP_F3, Qt::Key_F3), in KeyTbl()
26 std::make_pair(XK_KP_F4, Qt::Key_F4), in KeyTbl()
29 std::make_pair(XK_KP_Up, Qt::Key_Up), in KeyTbl()
46 std::make_pair(XK_KP_0, Qt::Key_0), in KeyTbl()
47 std::make_pair(XK_KP_1, Qt::Key_1), in KeyTbl()
48 std::make_pair(XK_KP_2, Qt::Key_2), in KeyTbl()
49 std::make_pair(XK_KP_3, Qt::Key_3), in KeyTbl()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/fcitx5-qt/qt4/inputcontext/
H A Dqtkey.cpp21 std::make_pair(XK_KP_Tab, Qt::Key_Tab), in KeyTbl()
23 std::make_pair(XK_KP_F1, Qt::Key_F1), in KeyTbl()
24 std::make_pair(XK_KP_F2, Qt::Key_F2), in KeyTbl()
25 std::make_pair(XK_KP_F3, Qt::Key_F3), in KeyTbl()
26 std::make_pair(XK_KP_F4, Qt::Key_F4), in KeyTbl()
29 std::make_pair(XK_KP_Up, Qt::Key_Up), in KeyTbl()
46 std::make_pair(XK_KP_0, Qt::Key_0), in KeyTbl()
47 std::make_pair(XK_KP_1, Qt::Key_1), in KeyTbl()
48 std::make_pair(XK_KP_2, Qt::Key_2), in KeyTbl()
49 std::make_pair(XK_KP_3, Qt::Key_3), in KeyTbl()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/fcitx-qt5/qt5/platforminputcontext/
H A Dqtkey.cpp36 std::make_pair(XK_KP_F1, Qt::Key_F1), in KeyTbl()
59 std::make_pair(XK_KP_0, Qt::Key_0), in KeyTbl()
60 std::make_pair(XK_KP_1, Qt::Key_1), in KeyTbl()
61 std::make_pair(XK_KP_2, Qt::Key_2), in KeyTbl()
62 std::make_pair(XK_KP_3, Qt::Key_3), in KeyTbl()
63 std::make_pair(XK_KP_4, Qt::Key_4), in KeyTbl()
64 std::make_pair(XK_KP_5, Qt::Key_5), in KeyTbl()
65 std::make_pair(XK_KP_6, Qt::Key_6), in KeyTbl()
66 std::make_pair(XK_KP_7, Qt::Key_7), in KeyTbl()
67 std::make_pair(XK_KP_8, Qt::Key_8), in KeyTbl()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/fcitx-qt5/qt6/platforminputcontext/
H A Dqtkey.cpp36 std::make_pair(XK_KP_F1, Qt::Key_F1), in KeyTbl()
59 std::make_pair(XK_KP_0, Qt::Key_0), in KeyTbl()
60 std::make_pair(XK_KP_1, Qt::Key_1), in KeyTbl()
61 std::make_pair(XK_KP_2, Qt::Key_2), in KeyTbl()
62 std::make_pair(XK_KP_3, Qt::Key_3), in KeyTbl()
63 std::make_pair(XK_KP_4, Qt::Key_4), in KeyTbl()
64 std::make_pair(XK_KP_5, Qt::Key_5), in KeyTbl()
65 std::make_pair(XK_KP_6, Qt::Key_6), in KeyTbl()
66 std::make_pair(XK_KP_7, Qt::Key_7), in KeyTbl()
67 std::make_pair(XK_KP_8, Qt::Key_8), in KeyTbl()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/fcitx5-qt/qt5/platforminputcontext/
H A Dqtkey.cpp21 std::make_pair(XK_KP_Tab, Qt::Key_Tab), in KeyTbl()
23 std::make_pair(XK_KP_F1, Qt::Key_F1), in KeyTbl()
24 std::make_pair(XK_KP_F2, Qt::Key_F2), in KeyTbl()
25 std::make_pair(XK_KP_F3, Qt::Key_F3), in KeyTbl()
26 std::make_pair(XK_KP_F4, Qt::Key_F4), in KeyTbl()
29 std::make_pair(XK_KP_Up, Qt::Key_Up), in KeyTbl()
46 std::make_pair(XK_KP_0, Qt::Key_0), in KeyTbl()
47 std::make_pair(XK_KP_1, Qt::Key_1), in KeyTbl()
48 std::make_pair(XK_KP_2, Qt::Key_2), in KeyTbl()
49 std::make_pair(XK_KP_3, Qt::Key_3), in KeyTbl()
[all …]
/dports/textproc/fcitx-qt5/fcitx-qt5-1.2.6/platforminputcontext/
H A Dqtkey.cpp36 std::make_pair(XK_KP_F1, Qt::Key_F1), in KeyTbl()
59 std::make_pair(XK_KP_0, Qt::Key_0), in KeyTbl()
60 std::make_pair(XK_KP_1, Qt::Key_1), in KeyTbl()
61 std::make_pair(XK_KP_2, Qt::Key_2), in KeyTbl()
62 std::make_pair(XK_KP_3, Qt::Key_3), in KeyTbl()
63 std::make_pair(XK_KP_4, Qt::Key_4), in KeyTbl()
64 std::make_pair(XK_KP_5, Qt::Key_5), in KeyTbl()
65 std::make_pair(XK_KP_6, Qt::Key_6), in KeyTbl()
66 std::make_pair(XK_KP_7, Qt::Key_7), in KeyTbl()
67 std::make_pair(XK_KP_8, Qt::Key_8), in KeyTbl()
[all …]
/dports/textproc/fcitx5-qt/fcitx5-qt-5.0.8/qt4/inputcontext/
H A Dqtkey.cpp21 std::make_pair(XK_KP_Tab, Qt::Key_Tab), in KeyTbl()
23 std::make_pair(XK_KP_F1, Qt::Key_F1), in KeyTbl()
24 std::make_pair(XK_KP_F2, Qt::Key_F2), in KeyTbl()
25 std::make_pair(XK_KP_F3, Qt::Key_F3), in KeyTbl()
26 std::make_pair(XK_KP_F4, Qt::Key_F4), in KeyTbl()
29 std::make_pair(XK_KP_Up, Qt::Key_Up), in KeyTbl()
46 std::make_pair(XK_KP_0, Qt::Key_0), in KeyTbl()
47 std::make_pair(XK_KP_1, Qt::Key_1), in KeyTbl()
48 std::make_pair(XK_KP_2, Qt::Key_2), in KeyTbl()
49 std::make_pair(XK_KP_3, Qt::Key_3), in KeyTbl()
[all …]
/dports/textproc/fcitx5-qt/fcitx5-qt-5.0.8/qt5/platforminputcontext/
H A Dqtkey.cpp21 std::make_pair(XK_KP_Tab, Qt::Key_Tab), in KeyTbl()
23 std::make_pair(XK_KP_F1, Qt::Key_F1), in KeyTbl()
24 std::make_pair(XK_KP_F2, Qt::Key_F2), in KeyTbl()
25 std::make_pair(XK_KP_F3, Qt::Key_F3), in KeyTbl()
26 std::make_pair(XK_KP_F4, Qt::Key_F4), in KeyTbl()
29 std::make_pair(XK_KP_Up, Qt::Key_Up), in KeyTbl()
46 std::make_pair(XK_KP_0, Qt::Key_0), in KeyTbl()
47 std::make_pair(XK_KP_1, Qt::Key_1), in KeyTbl()
48 std::make_pair(XK_KP_2, Qt::Key_2), in KeyTbl()
49 std::make_pair(XK_KP_3, Qt::Key_3), in KeyTbl()
[all …]
/dports/textproc/fcitx5-qt/fcitx5-qt-5.0.8/qt6/platforminputcontext/
H A Dqtkey.cpp21 std::make_pair(XK_KP_Tab, Qt::Key_Tab), in KeyTbl()
23 std::make_pair(XK_KP_F1, Qt::Key_F1), in KeyTbl()
24 std::make_pair(XK_KP_F2, Qt::Key_F2), in KeyTbl()
25 std::make_pair(XK_KP_F3, Qt::Key_F3), in KeyTbl()
26 std::make_pair(XK_KP_F4, Qt::Key_F4), in KeyTbl()
29 std::make_pair(XK_KP_Up, Qt::Key_Up), in KeyTbl()
46 std::make_pair(XK_KP_0, Qt::Key_0), in KeyTbl()
47 std::make_pair(XK_KP_1, Qt::Key_1), in KeyTbl()
48 std::make_pair(XK_KP_2, Qt::Key_2), in KeyTbl()
49 std::make_pair(XK_KP_3, Qt::Key_3), in KeyTbl()
[all …]
/dports/chinese/fcitx/fcitx-4.2.9.7/src/frontend/qt/
H A Dqtkey.cpp58 std::make_pair(XK_KP_0, Qt::Key_0), in KeyTbl()
59 std::make_pair(XK_KP_1, Qt::Key_1), in KeyTbl()
60 std::make_pair(XK_KP_2, Qt::Key_2), in KeyTbl()
61 std::make_pair(XK_KP_3, Qt::Key_3), in KeyTbl()
62 std::make_pair(XK_KP_4, Qt::Key_4), in KeyTbl()
63 std::make_pair(XK_KP_5, Qt::Key_5), in KeyTbl()
83 std::make_pair(XK_Up, Qt::Key_Up), in KeyTbl()
99 std::make_pair(XK_F1, Qt::Key_F1), in KeyTbl()
100 std::make_pair(XK_F2, Qt::Key_F2), in KeyTbl()
101 std::make_pair(XK_F3, Qt::Key_F3), in KeyTbl()
[all …]

12345678910>>...352