Home
last modified time | relevance | path

Searched refs:CorrectSqrt (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp813 bool CorrectSqrt = in addClangTargetOptions() local
823 FastRelaxedMath, CorrectSqrt, ABIVer, false)); in addClangTargetOptions()
853 bool CorrectSqrt, DeviceLibABIVersion ABIVer, bool isOpenMP = false) const { in getCommonBitcodeLibs() argument
863 AddBCLib(getCorrectlyRoundedSqrtPath(CorrectSqrt)); in getCommonBitcodeLibs()
907 bool CorrectSqrt = DriverArgs.hasFlag( in getCommonDeviceLibNames() local
914 FastRelaxedMath, CorrectSqrt, ABIVer, isOpenMP); in getCommonDeviceLibNames()
H A DROCm.h170 bool FastRelaxedMath, bool CorrectSqrt,