Home
last modified time | relevance | path

Searched refs:interval (Results 1 – 25 of 99) sorted by relevance

1234

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_stats_timing.cpp88 std::string formatSI(double interval, int width, char unit) { in formatSI() argument
103 if (interval == 0.0) { in formatSI()
110 if (interval < 0.0) { in formatSI()
112 interval = -interval; in formatSI()
116 if (interval * ranges[i].scale < 1.e0) { in formatSI()
117 interval = interval * 1000.e0 * ranges[i].scale; in formatSI()
119 << std::right << (negative ? -interval : interval) << std::setw(2) in formatSI()
127 << interval << std::setw(3) << unit; in formatSI()
H A Dkmp_stats_timing.h105 extern std::string formatSI(double interval, int width, char unit);
107 inline std::string formatSeconds(double interval, int width) { in formatSeconds() argument
108 return formatSI(interval, width, 'S'); in formatSeconds()
111 inline std::string formatTicks(double interval, int width) { in formatTicks() argument
112 return formatSI(interval, width, 'T'); in formatTicks()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dlate-remat-update-2.mir4 # to postpone its live interval update. After the rematerialization, the live
5 # interval of %t1 is larger than necessary. Then %t1 is merged into %t3 and %t1
6 # gets removed. After the merge, %t3 contains live interval larger than
7 # necessary. Because %t3 is not in toBeUpdated set so its live interval is not
9 # regalloc. This test wants to check the live interval is up-to-date after
14 # to allocate both %t1 and %t2 to $rax register. If the %t1's live interval is
18 # regallocbasic instead of greedy because greedy can update the live interval
H A Dregalloc-spill-at-ehpad.ll4 ; allocator encounters a very short interval that contains no uses but does
6 ; register allocator marked a interval like this as unspillable, resulting in
H A Dregalloc-advanced-split-cost.ll8 ; %shl is the interval that will be split.
12 ; that this choice will cause the creation of a local interval that will have a
H A D2010-03-04-Mul8Bug.ll5 ; from the AX register instead of AH/AL. That confuses live interval analysis.
/llvm-project-15.0.7/libc/AOR_v20.02/math/tools/
H A Dexp.sollya9 b = log(2)/(2*N); // interval
10 b = b + b*0x1p-16; // increase interval for non-nearest rounding (TOINT_NARROW)
31 // double interval error for non-nearest rounding
H A Dexp2.sollya10 b = 1/(2*N); // interval
16 //b = 1/(2*N); // interval
44 // double interval error for non-nearest rounding:
H A Dcos.sollya8 a = -pi/4; // interval
H A Dv_exp.sollya9 b = log(2)/(2*N); // interval
/llvm-project-15.0.7/clang/test/Modules/
H A Dprune.m23 …e-module -F %S/Inputs -fmodules-cache-path=%t -fmodules -fmodules-prune-interval=172800 -fmodules-…
32 …s -Wno-private-module -fmodules-cache-path=%t -fmodules -fmodules-prune-interval=172800 -fmodules-…
41 …s -Wno-private-module -fmodules-cache-path=%t -fmodules -fmodules-prune-interval=172800 -fmodules-…
/llvm-project-15.0.7/llvm/test/ThinLTO/X86/
H A Dcache.ll51 ; Verify that caches with a timestamp older than the pruning interval
59 ; Verify that specifying a negative number for the pruning interval
64 …bol=globalfunc %t2.bc %t.bc -thinlto-cache-dir %t.cache.noindex --thinlto-cache-pruning-interval -1
68 ; default values for pruning interval and cache expiration are used,
78 ; pruning interval has value 0 (i.e. run garbage collector now)
85 …mbol=globalfunc %t2.bc %t.bc -thinlto-cache-dir %t.cache.noindex --thinlto-cache-pruning-interval 0
89 ; A negative pruning interval is used to avoid removing cache entries
93 …bol=globalfunc %t2.bc %t.bc -thinlto-cache-dir %t.cache.noindex --thinlto-cache-pruning-interval -1
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dsigned-char-misuse.rst18 [-128..127] interval. To avoid this kind of misinterpretation, the desired way
21 interval which matches the known character codes.
30 interval, while the same characters are stored in the [128..255] interval for
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DPFTBuilder.h418 AggregateStore(Interval &&interval,
421 : interval{std::move(interval)}, namingSymbol{&namingSym},
425 : interval{initialValueSym.offset(), initialValueSym.size()},
431 std::size_t getOffset() const { return std::get<0>(interval); }
443 Interval interval{};
472 return std::get<AggregateStore>(var).interval;
/llvm-project-15.0.7/llvm/test/Analysis/LoopAccessAnalysis/
H A Dreverse-memcheck-bounds.ll7 ; we need to take this into account and swap the interval
52 ; the interval limits.
/llvm-project-15.0.7/clang/test/ClangScanDeps/Inputs/removed-args/
H A Dcdb.json.template4 …er-build-session -fbuild-session-file=DIR/build-session -fmodules-prune-interval=123 -fmodules-pru…
/llvm-project-15.0.7/llvm/docs/PDB/
H A DMsfFile.rst21 following pattern (sometimes referred to as an "interval"):
28 In the first interval, the first data block is used to store
32 the end of an interval, and is for visualization purposes only):
109 bytes, it contains 8 times as many bits as an interval has blocks. This means
/llvm-project-15.0.7/lldb/examples/python/
H A Dperformance.py71 self.interval = self.end - self.start
372 breakpoint_timer.interval)
391 print('Total time = %.03f sec.' % total_time.interval)
/llvm-project-15.0.7/libclc/generic/lib/math/
H A Dsinpi.cl48 // 0x1.0p-7 <= |x| < 2^23, result depends on which 0.25 interval
98 // 0x1.0p-7 <= |x| < 2^23, result depends on which 0.25 interval
H A Dcospi.cl50 // 0x1.0p-7 <= |x| < 2^23, result depends on which 0.25 interval
104 // 0x1.0p-7 <= |x| < 2^52, result depends on which 0.25 interval
H A Dclc_tanpi.cl49 // 0x1.0p-7 <= |x| < 2^23, result depends on which 0.25 interval
108 // 0x1.0p-14 <= |x| < 2^53, result depends on which 0.25 interval
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dlive-debug-variables.ll5 ; "i4" sharing the same virtual register. This means the live interval of the
7 ; scope of each. Later during register allocation the live interval is split
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dpartially-dead-super-register-immediate.ll8 ; During live interval construction, the first sub register def is
H A Dat-least-one-def-value-assert.mir8 # CHECK-NEXT: - interval: %0 [16r,48r:0) 0@16r L000000000000000C [16r,32r:0) 0@16r weight:0.00…
/llvm-project-15.0.7/libc/utils/mathtools/
H A Dexpm1f.sollya7 # and use a degree-6 polynomial to approximate expm1f in each interval.

1234