Searched refs:CorrectSqrt (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | AMDGPU.cpp | 813 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 D | ROCm.h | 170 bool FastRelaxedMath, bool CorrectSqrt,
|