Searched refs:_double (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libswresample/ |
H A D | dither_template.c | 20 # define RENAME(N) N ## _double
|
H A D | rematrix_template.c | 32 # define RENAME(x) x ## _double
|
H A D | resample_template.c | 30 # define RENAME(N) N ## _double
|
/third_party/ffmpeg/libavutil/ |
H A D | tx_priv.h | 40 #define TX_TAB(x) x ## _double
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.cpp | 139 const Type Type::_double = Type::GetType(Type::Double, 1, 1); member in gl4cts::EnhancedLayouts::Utils::Type 5421 type = Utils::Type::_double; in getType() 14906 name.append(Utils::Type::_double.GetGLSLTypeName()); in test() 28502 m_test_cases.push_back(testCase{(Utils::Shader::STAGES) stage, { {Utils::Type::_double, 0}, {Utils::Type::dvec2, 0}, {Utils::Type::dmat3, 0} }, is_nested_struct }); in test() 28503 m_test_cases.push_back(testCase{(Utils::Shader::STAGES) stage, { {Utils::Type::_double, 0}, {Utils::Type::vec3, 0} }, is_nested_struct }); in test() 28505 m_test_cases.push_back(testCase{(Utils::Shader::STAGES) stage, { {Utils::Type::_float, 0}, {Utils::Type::dvec3, 0}, {Utils::Type::_float, 0}, {Utils::Type::_double, 0} }, is_nested_struct }); in test() 28506 m_test_cases.push_back(testCase{(Utils::Shader::STAGES) stage, { {Utils::Type::vec2, 0}, {Utils::Type::dvec3, 0}, {Utils::Type::_float, 0}, {Utils::Type::_double, 0} }, is_nested_struct }); in test() 28507 m_test_cases.push_back(testCase{(Utils::Shader::STAGES) stage, { {Utils::Type::_double, 0}, {Utils::Type::_float, 0}, {Utils::Type::dvec2, 0}, {Utils::Type::vec3, 0} }, is_nested_struct }); in test() 28508 m_test_cases.push_back(testCase{(Utils::Shader::STAGES) stage, { {Utils::Type::dmat3x4, 0}, {Utils::Type::_double, 0}, {Utils::Type::_float, 0}, {Utils::Type::dvec2, 0} }, is_nested_struct }); in test() 28510 m_test_cases.push_back(testCase{(Utils::Shader::STAGES) stage, { {Utils::Type::_float, 3}, {Utils::Type::dvec3, 0}, {Utils::Type::_double, in test() [all...] |
H A D | gl4cEnhancedLayoutsTests.hpp | 98 static const Type _double; member
|
/third_party/python/Lib/test/ |
H A D | _test_multiprocessing.py | 3787 def _double(cls, x, y, z, foo, arr, string): member in _TestSharedCTypes 3806 p = self.Process(target=self._double, args=(x, y, z, foo, arr, string))
|
Completed in 43 milliseconds