Home
last modified time | relevance | path

Searched defs:square (Results 1 – 18 of 18) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dresolve60.f9015 enumerator :: square, cicrle enumerator
17 enumerator square enumerator
H A Dselecttype02.f9014 type, extends(rectangle) :: square type
H A Dselecttype01.f9017 type, extends(rectangle) :: square type
/llvm-project/clang/tools/scan-build-py/tests/functional/src/
H A Dclean-two.c8 unsigned int const square = size * size; in another_method() local
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_by_file_colon_line/
H A Dmain.c1 int square(int x) in square() function
/llvm-project/offload/test/offloading/
H A Dindirect_fp_mapping.c8 int square(int x) { return x * x; } in square() function
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/
H A Dmain.cpp7 int square(int x) { return x * x; } in square() function
/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DAlgebraicSimplification.cpp86 Value square = in matchAndRewrite() local
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmetafunctions.cpp79 struct square { struct
80 typedef int_tuple<(Values*Values)...> type;
/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgNamedStructuredOps.yaml448 name: square play
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp145 constexpr int square(int x) { in square() function
H A Dp3.cpp255 constexpr int square(int x) { in square() function
/llvm-project/flang/lib/Evaluate/
H A Dfold-real.cpp79 auto square{scaled.Multiply(scaled).value}; in operator ()() local
/llvm-project/clang/test/AST/Interp/
H A Dfunctions.cpp
/llvm-project/mlir/unittests/Analysis/Presburger/
H A DPresburgerSetTest.cpp401 PresburgerSet square = parsePresburgerSet( in TEST() local
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/lang/
H A Dcomprehension.py298 square = UnaryFnType("square") global() variable in UnaryFn
/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1231 APInt square(x_old * x_old); sqrt() local
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/ops/
H A Dcore_named_ops.py148 def square( global() function