Home
last modified time | relevance | path

Searched defs:any_strict_float (Results 1 – 4 of 4) sorted by relevance

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DStrictifyFloat.cpp54 bool any_strict_float{false}; member in Halide::Internal::StrictifyFloat
63 bool any_strict_float = false; in strictify_float() local
H A DLower.cpp107 bool any_strict_float = strictify_float(env, t); in lower() local
H A DModule.cpp328 bool any_strict_float{false}; member
376 void Module::set_any_strict_float(bool any_strict_float) { in set_any_strict_float()
392 bool Module::any_strict_float() const { in any_strict_float() function in Halide::Module
H A DCodeGen_LLVM.cpp590 void CodeGen_LLVM::init_codegen(const std::string &name, bool any_strict_float) { in init_codegen()