Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/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-15.0.7/libc/src/__support/FPUtil/
H A Dnearest_integer.h32 float diff = x - r; in nearest_integer() local
48 double diff = x - r; in nearest_integer() local
/llvm-project-15.0.7/libcxx/test/std/time/time.clock/time.clock.file/
H A Dto_from_sys.pass.cpp48 auto diff = sys_now - std::chrono::file_clock::to_sys(file_now); in main() local
52 auto diff = std::chrono::file_clock::from_sys(sys_now) - file_now; in main() local
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Dmax_redzone.cpp24 size_t diff = after - before; in main() local
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DFraction.h55 int64_t diff = x.num * y.den - y.num * x.den; in compare() local
/llvm-project-15.0.7/libc/src/math/generic/
H A Dhypotf.cpp50 double diff = sum_sq - r_sq; variable
/llvm-project-15.0.7/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-15.0.7/libc/AOR_v20.02/string/aarch64/
H A Dstrcmp.S31 #define diff x5 macro
H A Dstrncmp.S32 #define diff x6 macro
/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/Linux/
H A Drelease-shadow.c52 size_t diff = rss_before - rss_after; in test_rss_difference() local
/llvm-project-15.0.7/openmp/runtime/test/worksharing/sections/
H A Domp_parallel_sections_reduction.c15 int diff; in test_omp_parallel_sections_reduction() local
H A Domp_sections_reduction.c14 int diff; in test_omp_sections_reduction() local
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dnohugepage_test.cpp101 long diff = rss[i+1] / rss[i]; in main() local
/llvm-project-15.0.7/clang/utils/check_cfc/
H A Dobj_diff.py98 diff = compare_object_files(args.objfilea[0], args.objfileb[0]) variable
/llvm-project-15.0.7/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp197 void diff(const BasicBlock *L, const BasicBlock *R) { in diff() function in __anon246d63510111::FunctionDifferenceEngine
253 bool diff(const Instruction *L, const Instruction *R, bool Complain, in diff() function in __anon246d63510111::FunctionDifferenceEngine
615 void diff(const Function *L, const Function *R) { in diff() function in __anon246d63510111::FunctionDifferenceEngine
792 void DifferenceEngine::diff(const Function *L, const Function *R) { in diff() function in DifferenceEngine
810 void DifferenceEngine::diff(const Module *L, const Module *R) { in diff() function in DifferenceEngine
/llvm-project-15.0.7/openmp/runtime/test/worksharing/for/
H A Domp_parallel_for_reduction.c18 int diff; in test_omp_parallel_for_reduction() local
H A Domp_for_reduction.c15 int diff; in test_omp_for_reduction() local
/llvm-project-15.0.7/libcxx/utils/libcxx/sym_check/
H A Ddiff.py50 def diff(old, new): function
/llvm-project-15.0.7/openmp/runtime/test/parallel/
H A Domp_parallel_reduction.c18 int diff; in test_omp_parallel_reduction() local
/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_utils.h79 constexpr ptrdiff_t diff(uintptr_t A, uintptr_t B) { in diff() function
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_sync.cpp134 uptr diff = RoundUp(p, kPageSize) - p; in ResetRange() local
239 uptr diff = dst - src; in MoveMemory() local
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DRandom.cpp35 double diff{xs[j] - mean}; in TEST() local
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cpp123 uptr diff = RoundUp(p, kPageSize) - p; in ResetRange() local
249 uptr diff = dst - src; in MoveMemory() local
/llvm-project-15.0.7/libc/loader/linux/aarch64/
H A Dstart.cpp60 uintptr_t diff = size_of_pointers & ALIGNMENT_MASK; in init_tls() local
/llvm-project-15.0.7/openmp/runtime/test/atomic/
H A Domp_atomic.c13 int diff; in test_omp_atomic() local

123