Home
last modified time | relevance | path

Searched refs:sqrt2 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dnumbers.inc36 using std::numbers::sqrt2;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dnumbers53 inline constexpr double sqrt2 = sqrt2_v<double>;
148 inline constexpr double sqrt2 = sqrt2_v<double>;
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h41sqrt2 = 1.4142135623730950488, // (0x1.6a09e667f3bcdP+0) https://oeis.org/A00219 variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp46 #define MATH_SQRT2 numbers::sqrt2
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3503 SYMBOL(sqrt2, std::numbers::, <numbers>)