Home
last modified time | relevance | path

Searched defs:quarter (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libc/test/src/stdfix/
H A DSqrtTest.h24 static constexpr T quarter = static_cast<T>(0.25); variable
/llvm-project/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp59 Value quarter = b.create<arith::ConstantOp>( in computeAbs() local