Home
last modified time | relevance | path

Searched defs:diff (Results 1 – 25 of 79) sorted by relevance

1234

/llvm-project/llvm/docs/CommandGuide/
H A Dllvm-remarkutil.rst218 :program:`llvm-remarkutil size-diff` diffs size `remarks <https://llvm.org/docs/Remarks.html>`_ in …
233 Options
263 The human-readable format for :program:`llvm-remarkutil size-diff` is composed of
275 :program:`llvm-remarkutil size-diff` will emit a line like below:
309 :program:`llvm-remarkutil size-diff` will output a high-level summary after
339 :program:`llvm-remarkutil size-diff` will output JSON as follows.
376 Function JSON
415 :program:`llvm-remarkutil size-diff` are responsible for computing the diffs
426 :program:`llvm-remarkutil size-diff` returns 0 on success, and a non-zero value
/llvm-project/clang/test/CodeGenCXX/
H A Dfunction-template-specialization.cpp10 T* next(T* ptr, const U& diff) { in next()
14 void test(int *iptr, float *fptr, int diff) { in test()
25 void test2(int *iptr, double *dptr, int diff) { in test2()
/llvm-project/libc/src/__support/FPUtil/
H A Dnearest_integer.h33 float diff = x - r; nearest_integer() local
49 double diff = x - r; nearest_integer() local
/llvm-project/libcxx/test/std/time/time.clock/time.clock.file/
H A Dto_from_sys.pass.cpp46 auto diff = sys_now - std::chrono::file_clock::to_sys(file_now); in main() local
50 auto diff = std::chrono::file_clock::from_sys(sys_now) - file_now; in main() local
/llvm-project/libc/src/string/memory_utils/generic/
H A Dbyte_per_byte.h69 const int32_t diff = a - b; variable
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dmax_redzone.cpp24 size_t diff = after - before; in main() local
/llvm-project/mlir/unittests/Analysis/Presburger/
H A DQuasiPolynomialTest.cpp56 QuasiPolynomial diff = qp1 - qp2; in TEST() local
/llvm-project/libcxx/test/std/containers/unord/
H A Dfrom_range_unordered_containers.h96 auto diff = c.load_factor() - (static_cast<float>(c.size()) / c.bucket_count()); in test_unordered_map_with_input() local
294 auto diff = c.load_factor() - (static_cast<float>(c.size()) / c.bucket_count()); test_unordered_set_with_input() local
/llvm-project/libc/src/math/generic/
H A Dhypotf.cpp50 double diff = sum_sq - r_sq; global() variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dpro-bounds-pointer-arithmetic.cpp86 auto diff = p - q; // OK, result is arithmetic in okay() local
/llvm-project/libc/startup/linux/riscv/
H A Dtls.cpp38 uintptr_t diff = size_of_pointers & ALIGNMENT_MASK; init_tls() local
/llvm-project/libc/startup/linux/aarch64/
H A Dtls.cpp50 uintptr_t diff = size_of_pointers & ALIGNMENT_MASK; init_tls() local
/llvm-project/libc/AOR_v20.02/string/aarch64/
H A Dstrcmp.S31 #define diff x5 macro
H A Dstrncmp.S32 #define diff x6 macro
/llvm-project/openmp/runtime/test/worksharing/sections/
H A Domp_sections_reduction.c14 int diff; in test_omp_sections_reduction() local
H A Domp_parallel_sections_reduction.c15 int diff; in test_omp_parallel_sections_reduction() local
/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dnohugepage_test.cpp101 long diff = rss[i+1] / rss[i]; in main() local
/llvm-project/compiler-rt/test/hwasan/TestCases/Linux/
H A Drelease-shadow.c55 size_t diff = rss_before - rss_after; in test_rss_difference() local
/llvm-project/clang/utils/check_cfc/
H A Dobj_diff.py109 diff = compare_object_files(args.objfilea[0], args.objfileb[0]) variable
/llvm-project/openmp/runtime/test/parallel/
H A Domp_parallel_reduction.c18 int diff; in test_omp_parallel_reduction() local
/llvm-project/libcxx/utils/libcxx/sym_check/
H A Ddiff.py49 def diff(old, new): function
/llvm-project/openmp/runtime/test/worksharing/for/
H A Domp_parallel_for_reduction.c18 int diff; in test_omp_parallel_for_reduction() local
/llvm-project/compiler-rt/test/builtins/Unit/
H A Ddivtc3_test.c93 Qcomplex diff = in test__divtc3() local
/llvm-project/compiler-rt/lib/xray/
H A Dxray_utils.h79 constexpr ptrdiff_t diff(uintptr_t A, uintptr_t B) { in diff() function
/llvm-project/flang/unittests/Runtime/
H A DRandom.cpp35 double diff{xs[j] - mean}; in TEST() local

1234