Home
last modified time | relevance | path

Searched refs:converts (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/external/mesa3d/src/panfrost/bifrost/
Dbifrost_nir_algebraic.py56 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/
Daddress-spaces.cl40 // 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 …]
Daddress-spaces-conversions-cl2.0.cl135 // 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/
Dmidgard_nir_algebraic.py81 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/
Daddrspace_cast.cl11 …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/
Dmodernize-use-default-member-init.rst6 This check converts a default constructor's member initializers into the new
30 Only converts member initializers for built-in types, enums, and pointers.
Dmodernize-use-using.rst6 The check converts the usage of ``typedef`` with ``using`` keyword.
/external/wayland/patches/
D0003-client-server-Safe-casts-from-wl_object.diff46 +/** 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/
DREADME.md7 - Property converts infinities and NaNs
8 - Properly converts denormal numbers, even on systems without denormal support
/external/deqp-deps/glslang/Test/
Dhlsl.intrinsics.promote.frag35 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/
Dopengles.rst49 converts the arguments before calling the Mesa function.
54 functions to check and/or converts the arguments.
/external/llvm-project/llvm/test/MC/WebAssembly/
Dbasic-assembly.s2 # Check that it converts to .o without errors, but don't check any output:
/external/llvm/test/CodeGen/AArch64/
Dfcmp.ll22 ; 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/
Dfcmp.ll22 ; branch. LLVM converts "ordered and not equal" to "unordered or
61 ; branch. LLVM converts "ordered and not equal" to "unordered or
/external/iperf3/contrib/
DREADME.txt4 iperf3_to_gnuplot.py: converts iperf3 JSON output to format easy to plot in gnuplot
/external/flatbuffers/.github/
DISSUE_TEMPLATE.md8 - Flatc converts a protobuf 'bytes' field to 'string' in fbs schema file [all languages, FlatBuffer…
/external/skqp/site/user/special/
Dangle.md7 ANGLE converts OpenGL ES 2 or 3 calls to DirectX 9, 11, or OpenGL calls. These
/external/skia/site/docs/user/special/
Dangle.md12 ANGLE converts OpenGL ES 2 or 3 calls to DirectX 9, 11, or OpenGL calls. These
/external/llvm/test/Instrumentation/MemorySanitizer/
Dglobal_ctors_2to3.ll1 ; MSan converts 2-element global_ctors to 3-element when adding the new entry.
/external/llvm/test/CodeGen/Hexagon/
Dpredicate-rcmp.ll4 ; there is an instruction that converts it to {0,1} from {0,-1}. Right now
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/
Dindex.md22 * [AutoGraph blog post](https://medium.com/tensorflow/autograph-converts-python-into-tensorflow-g…
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dpredicate-rcmp.ll4 ; there is an instruction that converts it to {0,1} from {0,-1}. Right now
Dcmpb-dec-imm.ll5 ; The "Optimized Lowered Selection" converts the "ugt with #40" to
/external/vboot_reference/scripts/image_signing/
Dconvert_recovery_to_ssd.sh14 In-place converts recovery <image> into an SSD image. With --force, does not
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_DecodeJSONExample.pbtxt22 This op converts JSON-serialized

12345678910>>...16