Home
last modified time | relevance | path

Searched refs:_double (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libswresample/
H A Ddither_template.c20 # define RENAME(N) N ## _double
H A Drematrix_template.c32 # define RENAME(x) x ## _double
H A Dresample_template.c30 # define RENAME(N) N ## _double
/third_party/ffmpeg/libavutil/
H A Dtx_priv.h40 #define TX_TAB(x) x ## _double
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp139 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 Dgl4cEnhancedLayoutsTests.hpp98 static const Type _double; member
/third_party/python/Lib/test/
H A D_test_multiprocessing.py3787 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