Home
last modified time | relevance | path

Searched defs:float16 (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dtarget-builtin-error-3.c16 typedef __attribute__ ((ext_vector_type(16),__aligned__( 64))) float float16; typedef
H A Dext-vector.c305 typedef __attribute__(( ext_vector_type(16) )) float float16; typedef
/llvm-project-15.0.7/clang/test/Sema/
H A Dext_vector_components.c6 typedef __attribute__(( ext_vector_type(16) )) float float16; typedef
H A Dvector-cast.c51 typedef float float16 __attribute__((__vector_size__(16))); typedef
/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/tools/
H A Dmlir_pytaco_api.py42 float16 = mlir_pytaco.DType(mlir_pytaco.Type.FLOAT16) variable
/llvm-project-15.0.7/libclc/generic/include/clc/
H A Dclctypes.h77 typedef __attribute__((ext_vector_type(16))) float float16; typedef
/llvm-project-15.0.7/clang/lib/Headers/
H A Dopencl-c-base.h187 typedef float float16 __attribute__((ext_vector_type(16))); typedef