Searched refs:convert_ (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/flang/test/Semantics/ |
D | io01.f90 | 16 character(len=20) :: convert_(2) = (/"big_endiaN", "nativE "/) variable 62 open(81, convert=convert_(2), dispose=dispose_(2))
|
/external/skqp/src/compute/skc/ |
D | types.h | 223 #define SKC_CONVERT_HELPER(t) convert_##t 227 #define SKC_CONVERT_MODE_HELPER(t,m) convert_##t##_##m
|
/external/llvm-project/libclc/amdgcn/lib/integer/ |
D | popcount.inc | 13 return __CLC_XCONCAT(convert_, __CLC_GENTYPE)(res);
|
/external/deqp/framework/opengl/ |
D | gluDrawUtil.hpp | 122 …VertexArrayPointer (VertexComponentType componentType_, VertexComponentConversion convert_, int nu… in VertexArrayPointer() 124 , convert (convert_) in VertexArrayPointer()
|
D | gluDrawUtil.cpp | 53 VertexComponentConversion convert_, in VertexAttributeDescriptor() 60 , convert (convert_) in VertexAttributeDescriptor()
|
/external/llvm-project/libclc/generic/include/clc/ |
D | convert.h | 2 _CLC_OVERLOAD _CLC_DECL TO_TYPE convert_##TO_TYPE##SUFFIX(FROM_TYPE x);
|
/external/llvm-project/flang/runtime/ |
D | io-stmt.h | 339 void set_convert(Convert convert) { convert_ = convert; } // CONVERT= in set_convert() 349 Convert convert_{Convert::Native};
|
D | io-stmt.cpp | 198 std::move(path_), pathLength_, convert_, *this); in EndIoStatement() 201 position_, convert_, *this); in EndIoStatement()
|
/external/llvm-project/clang/lib/Sema/ |
D | OpenCLBuiltins.td | 391 // Generate the convert_* builtins functions. 402 def : Builtin<"convert_" # RType.Name # sat # rnd, [RType, IType], 405 def : Builtin<"convert_" # RType.Name # v # sat # rnd,
|