Home
last modified time | relevance | path

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

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DEmulateFloat16Math.cpp73 Type f16_t = Float(16, value.type().lanes()); in float32_to_float16() local
111 return common_subexpression_elimination(reinterpret(f16_t, bits)); in float32_to_float16()
H A DCodeGen_LLVM.h207 llvm::Type *void_t, *i1_t, *i8_t, *i16_t, *i32_t, *i64_t, *f16_t, *f32_t, *f64_t; variable
H A DCodeGen_LLVM.cpp195 f16_t(nullptr), f32_t(nullptr), f64_t(nullptr), in CodeGen_LLVM()
450 f16_t = llvm::Type::getHalfTy(*context); in init_context()