Home
last modified time | relevance | path

Searched refs:Math (Results 1 – 25 of 44) sorted by relevance

12

/llvm-project-15.0.7/libc/spec/
H A Dgnu_ext.td17 HeaderSpec Math = HeaderSpec<
117 Math,
H A Dstdc.td327 HeaderSpec Math = HeaderSpec<
875 Math,
/llvm-project-15.0.7/mlir/lib/Dialect/Math/IR/
H A DCMakeLists.txt6 ${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Math
/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DCMakeLists.txt7 ${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Math/Transforms
/llvm-project-15.0.7/mlir/test/lib/Dialect/
H A DCMakeLists.txt6 add_subdirectory(Math)
/llvm-project-15.0.7/mlir/python/mlir/dialects/
H A DMathOps.td13 include "mlir/Dialect/Math/IR/MathOps.td"
/llvm-project-15.0.7/libc/utils/MPFRWrapper/
H A DCMakeLists.txt23 message(WARNING "Math tests using MPFR will be skipped.")
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/parallelism-groups/
H A Dlit.cfg14 # to a non-existent group and do Math.min(old_group, new_group) when we
/llvm-project-15.0.7/mlir/include/mlir/Dialect/
H A DCMakeLists.txt15 add_subdirectory(Math)
/llvm-project-15.0.7/mlir/lib/Dialect/
H A DCMakeLists.txt17 add_subdirectory(Math)
/llvm-project-15.0.7/libc/docs/
H A Dmath.rst2 Math Functions in LLVM-libc
113 Higher Math Functions
151 Accuracy of Higher Math Functions
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp1509 y: Math.min((posEnd.y - posStart.y) / 3, 10) in generateArrowDrawingJavascript()
1520 startHandle.x = Math.min(posStart.x, posEnd.x) - curvature.x; in generateArrowDrawingJavascript()
1540 x: Math.min((posEnd.x - posStart.x) / 3, 15), in generateArrowDrawingJavascript()
1566 x: Math.min((posStart.x - posEnd.x) / 3, 15), in generateArrowDrawingJavascript()
/llvm-project-15.0.7/libc/test/src/
H A DCMakeLists.txt12 message("WARNING: Math test ${name} will be skipped as MPFR library is not available.")
/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmetafunctions.cpp69 namespace Math { namespace
/llvm-project-15.0.7/mlir/include/mlir/Conversion/
H A DPasses.td475 let summary = "Convert Math dialect to libm calls";
477 This pass converts supported Math ops to libm calls.
492 let summary = "Convert Math dialect to LLVM dialect";
494 This pass converts supported Math ops to LLVM dialect intrinsics.
505 let summary = "Convert Math dialect to SPIR-V dialect";
/llvm-project-15.0.7/mlir/utils/vim/syntax/
H A Dmlir.vim45 " Math ops.
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dverify-gfx90a-aligned-vgprs.mir113 ; Check aligned vgprs for FP32 Packed Math instructions.
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/
H A DBUILD.bazel8439 "include/mlir/Dialect/Math/IR/MathBase.td",
8440 "include/mlir/Dialect/Math/IR/MathOps.td",
8471 td_file = "include/mlir/Dialect/Math/IR/MathBase.td",
8481 "include/mlir/Dialect/Math/IR/MathOps.h.inc",
8485 "include/mlir/Dialect/Math/IR/MathOps.cpp.inc",
8489 td_file = "include/mlir/Dialect/Math/IR/MathOps.td",
8497 "lib/Dialect/Math/IR/*.cpp",
8498 "lib/Dialect/Math/IR/*.h",
8502 "include/mlir/Dialect/Math/IR/Math.h",
8521 "lib/Dialect/Math/Transforms/*.cpp",
[all …]
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Math/IR/
H A DMathOps.td1 //===- MathOps.td - Math op definitions --------------------*- tablegen -*-===//
12 include "mlir/Dialect/Math/IR/MathBase.td"
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.def208 COMPATIBLE_LANGOPT(UnsafeFPMath , 1, 0, "Unsafe Floating Point Math")
310 COMPATIBLE_LANGOPT(CLUnsafeMath , 1, 0, "Unsafe Floating Point Math")
/llvm-project-15.0.7/flang/include/flang/Optimizer/Transforms/
H A DPasses.td202 Run algebraic simplifications for Math/Complex/etc. dialect operations.
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/test/
H A DBUILD.bazel493 srcs = glob(["lib/Dialect/Math/*.cpp"]),
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/python/
H A DBUILD.bazel369 # Math dialect.
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Disl.bib188 Journal = "J. Amer. Math. Soc.",
/llvm-project-15.0.7/llvm/test/Transforms/Reassociate/
H A Dmatching-binops.ll205 ; Math ops work too. Change instruction positions too to verify placement.

12