Home
last modified time | relevance | path

Searched refs:use_double (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dfp-cond-sel.ll7 declare void @use_double(double)
30 call void @use_double(double 0.0)
31 call void @use_double(double 1.0)
/external/llvm/test/CodeGen/AArch64/
Dfp-cond-sel.ll7 declare void @use_double(double)
30 call void @use_double(double 0.0)
31 call void @use_double(double 1.0)
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp17020 const bool use_double = (Utils::Type::Double == type.m_basic_type); in test() local
17021 const GLuint n_components_per_location = use_double ? 2 : 4; in test()
17024 const GLuint component_size = use_double ? 2 : 1; in test()