/external/mesa3d/src/panfrost/bifrost/ |
D | bifrost_nir_algebraic.py | 56 converts = [] variable 87 converts += [((op + str(int(dstsz)), 'a@' + str(int(srcsz))), rule)] 95 converts += [((op + '@16', a), ('f2f16', (op, ('f2f32', a))))] 97 converts += [(('f2b32', a), ('fneu32', a, 0.0)), 115 algebraic_late + converts).render())
|
/external/llvm-project/clang/test/SemaOpenCL/ |
D | address-spaces.cl | 40 // expected-error@-4 {{C-style cast from '__local int *' to '__global int *' converts between misma… 46 // expected-error@-4 {{C-style cast from '__constant int *' to '__global int *' converts between mi… 52 // expected-error@-4 {{C-style cast from 'const __constant int *' to '__global int *' converts betw… 58 // expected-error@-4 {{C-style cast from '__private int *' to '__global int *' converts between mis… 64 // expected-error@-4 {{C-style cast from '__global int *' to '__local int *' converts between misma… 70 // expected-error@-4 {{C-style cast from '__constant int *' to '__local int *' converts between mis… 76 // expected-error@-4 {{C-style cast from 'const __constant int *' to '__local int *' converts betwe… 82 // expected-error@-4 {{C-style cast from '__private int *' to '__local int *' converts between mism… 88 // expected-error@-4 {{C-style cast from '__global int *' to '__constant int *' converts between mi… 94 // expected-error@-4 {{C-style cast from '__local int *' to '__constant int *' converts between mis… [all …]
|
D | address-spaces-conversions-cl2.0.cl | 135 // expected-error@-5{{C-style cast from '__global int *' to '__constant int *' converts between mis… 144 …@-5{{C-style cast from '__local int *' to '__{{global|constant}} int *' converts between mismatchi… 153 …5{{C-style cast from '__constant int *' to '__{{global|generic}} int *' converts between mismatchi… 162 …5{{C-style cast from '__private int *' to '__{{global|constant}} int *' converts between mismatchi… 171 // expected-error@-5{{C-style cast from '__generic int *' to '__constant int *' converts between mi… 226 // expected-error@-5{{C-style cast from '__global int *' to '__constant int *' converts between mis… 235 …@-5{{C-style cast from '__local int *' to '__{{global|constant}} int *' converts between mismatchi… 244 …5{{C-style cast from '__constant int *' to '__{{global|generic}} int *' converts between mismatchi… 253 …5{{C-style cast from '__private int *' to '__{{global|constant}} int *' converts between mismatchi… 262 // expected-error@-5{{C-style cast from '__generic int *' to '__constant int *' converts between mi…
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_nir_algebraic.py | 81 converts = [] variable 111 converts += [((op + str(int(dstsz)), 'a@' + str(int(srcsz))), rule)] 159 algebraic_late + converts + constant_switch).render())
|
/external/llvm-project/clang/test/SemaOpenCLCXX/ |
D | addrspace_cast.cl | 11 …error{{addrspace_cast from '__global int *__private' to '__local int *' converts between mismatchi… 23 …ror{{addrspace_cast from '__global int *__private' to '__private int *' converts between mismatchi… 24 …ror{{addrspace_cast from '__global int *__private' to '__private int *' converts between mismatchi…
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | modernize-use-default-member-init.rst | 6 This check converts a default constructor's member initializers into the new 30 Only converts member initializers for built-in types, enums, and pointers.
|
D | modernize-use-using.rst | 6 The check converts the usage of ``typedef`` with ``using`` keyword.
|
/external/wayland/patches/ |
D | 0003-client-server-Safe-casts-from-wl_object.diff | 46 +/** Safely converts an object into its corresponding proxy 51 + * Safely converts an object into its corresponding proxy. 93 +/** Safely converts an object into its corresponding resource 98 + * Safely converts an object into its corresponding resource.
|
/external/FP16/ |
D | README.md | 7 - Property converts infinities and NaNs 8 - Properly converts denormal numbers, even on systems without denormal support
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.intrinsics.promote.frag | 35 float2 r20 = clamp(i2, u2, f2); // 3 args, converts all to best type. 46 float2 r40 = clamp(i, u2, f2); // 3 args, converts all to best type.
|
/external/mesa3d/docs/ |
D | opengles.rst | 49 converts the arguments before calling the Mesa function. 54 functions to check and/or converts the arguments.
|
/external/llvm-project/llvm/test/MC/WebAssembly/ |
D | basic-assembly.s | 2 # Check that it converts to .o without errors, but don't check any output:
|
/external/llvm/test/CodeGen/AArch64/ |
D | fcmp.ll | 22 ; branch. LLVM converts "ordered and not equal" to "unordered or 61 ; branch. LLVM converts "ordered and not equal" to "unordered or
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | fcmp.ll | 22 ; branch. LLVM converts "ordered and not equal" to "unordered or 61 ; branch. LLVM converts "ordered and not equal" to "unordered or
|
/external/iperf3/contrib/ |
D | README.txt | 4 iperf3_to_gnuplot.py: converts iperf3 JSON output to format easy to plot in gnuplot
|
/external/flatbuffers/.github/ |
D | ISSUE_TEMPLATE.md | 8 - Flatc converts a protobuf 'bytes' field to 'string' in fbs schema file [all languages, FlatBuffer…
|
/external/skqp/site/user/special/ |
D | angle.md | 7 ANGLE converts OpenGL ES 2 or 3 calls to DirectX 9, 11, or OpenGL calls. These
|
/external/skia/site/docs/user/special/ |
D | angle.md | 12 ANGLE converts OpenGL ES 2 or 3 calls to DirectX 9, 11, or OpenGL calls. These
|
/external/llvm/test/Instrumentation/MemorySanitizer/ |
D | global_ctors_2to3.ll | 1 ; MSan converts 2-element global_ctors to 3-element when adding the new entry.
|
/external/llvm/test/CodeGen/Hexagon/ |
D | predicate-rcmp.ll | 4 ; there is an instruction that converts it to {0,1} from {0,-1}. Right now
|
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/ |
D | index.md | 22 * [AutoGraph blog post](https://medium.com/tensorflow/autograph-converts-python-into-tensorflow-g…
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | predicate-rcmp.ll | 4 ; there is an instruction that converts it to {0,1} from {0,-1}. Right now
|
D | cmpb-dec-imm.ll | 5 ; The "Optimized Lowered Selection" converts the "ugt with #40" to
|
/external/vboot_reference/scripts/image_signing/ |
D | convert_recovery_to_ssd.sh | 14 In-place converts recovery <image> into an SSD image. With --force, does not
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_DecodeJSONExample.pbtxt | 22 This op converts JSON-serialized
|