Searched defs:HostRuntimeLibrary (Results 1 – 1 of 1) sorted by relevance
/llvm-project/flang/lib/Evaluate/ |
H A D | intrinsics-library.cpp | 221 struct HostRuntimeLibrary<HostT, LibraryVersion::Libm> { argument 207 template <typename HostT, LibraryVersion> struct HostRuntimeLibrary { global() struct 218 struct HostRuntimeLibrary<HostT, LibraryVersion::Libm> { global() struct 219 FFortran::evaluate::HostRuntimeLibrary global() argument 220 F2Fortran::evaluate::HostRuntimeLibrary global() argument 255 mapFortran::evaluate::HostRuntimeLibrary global() argument 259 struct HostRuntimeLibrary<std::complex<HostT>, LibraryVersion::Libm> { global() struct 260 FFortran::evaluate::HostRuntimeLibrary global() argument 261 F2Fortran::evaluate::HostRuntimeLibrary global() argument 263 F2AFortran::evaluate::HostRuntimeLibrary global() argument 265 F2BFortran::evaluate::HostRuntimeLibrary global() argument 267 tableFortran::evaluate::HostRuntimeLibrary global() argument 287 mapFortran::evaluate::HostRuntimeLibrary global() argument 304 template <> struct HostRuntimeLibrary<float, LibraryVersion::LibmExtensions> { global() struct 305 FFortran::evaluate::HostRuntimeLibrary global() argument 306 FNFortran::evaluate::HostRuntimeLibrary global() argument 307 tableFortran::evaluate::HostRuntimeLibrary global() argument 315 mapFortran::evaluate::HostRuntimeLibrary global() argument 321 template <> struct HostRuntimeLibrary<__float128, LibraryVersion::Libm> { global() struct 322 FFortran::evaluate::HostRuntimeLibrary global() argument 323 F2Fortran::evaluate::HostRuntimeLibrary global() argument 324 FNFortran::evaluate::HostRuntimeLibrary global() argument 325 tableFortran::evaluate::HostRuntimeLibrary global() argument 354 mapFortran::evaluate::HostRuntimeLibrary global() argument 357 template <> struct HostRuntimeLibrary<__complex128, LibraryVersion::Libm> { global() struct 358 FFortran::evaluate::HostRuntimeLibrary global() argument 359 F2Fortran::evaluate::HostRuntimeLibrary global() argument 360 tableFortran::evaluate::HostRuntimeLibrary global() argument 378 mapFortran::evaluate::HostRuntimeLibrary global() argument 383 template <> struct HostRuntimeLibrary<double, LibraryVersion::LibmExtensions> { global() struct 384 FFortran::evaluate::HostRuntimeLibrary global() argument 385 FNFortran::evaluate::HostRuntimeLibrary global() argument 386 tableFortran::evaluate::HostRuntimeLibrary global() argument 394 mapFortran::evaluate::HostRuntimeLibrary global() argument 400 struct HostRuntimeLibrary<long double, LibraryVersion::LibmExtensions> { global() struct 401 FFortran::evaluate::HostRuntimeLibrary global() argument 402 FNFortran::evaluate::HostRuntimeLibrary global() argument 403 tableFortran::evaluate::HostRuntimeLibrary global() argument 411 mapFortran::evaluate::HostRuntimeLibrary global() argument 427 template <> struct HostRuntimeLibrary<float, LibraryVersion::PgmathFast> { global() struct 428 tableFortran::evaluate::HostRuntimeLibrary global() argument 433 mapFortran::evaluate::HostRuntimeLibrary global() argument 436 template <> struct HostRuntimeLibrary<double, LibraryVersion::PgmathFast> { global() struct 437 tableFortran::evaluate::HostRuntimeLibrary global() argument 442 mapFortran::evaluate::HostRuntimeLibrary global() argument 445 template <> struct HostRuntimeLibrary<float, LibraryVersion::PgmathRelaxed> { global() struct 446 tableFortran::evaluate::HostRuntimeLibrary global() argument 451 mapFortran::evaluate::HostRuntimeLibrary global() argument 454 template <> struct HostRuntimeLibrary<double, LibraryVersion::PgmathRelaxed> { global() struct 455 tableFortran::evaluate::HostRuntimeLibrary global() argument 460 mapFortran::evaluate::HostRuntimeLibrary global() argument 463 template <> struct HostRuntimeLibrary<float, LibraryVersion::PgmathPrecise> { global() struct 464 tableFortran::evaluate::HostRuntimeLibrary global() argument 469 mapFortran::evaluate::HostRuntimeLibrary global() argument 472 template <> struct HostRuntimeLibrary<double, LibraryVersion::PgmathPrecise> { global() struct 473 tableFortran::evaluate::HostRuntimeLibrary global() argument 478 mapFortran::evaluate::HostRuntimeLibrary global() argument [all...] |