Searched refs:interval (Results 1 - 19 of 19) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dinline-1.c8 } interval; typedef in typeref:struct:__anon2432
9 inline interval add(interval x, interval y) __attribute__((always_inline));
10 inline interval add(interval x, interval y)
12 interval r;
17 interval foo (interval
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/cons/
H A Ddefault.cc35 std::vector<double> interval = u.intervals(); local
37 VERIFY( interval.size() == 2 );
38 VERIFY( interval[0] == 0.0 );
39 VERIFY( interval[1] == 1.0 );
H A Drange.cc37 std::vector<double> interval = u.intervals(); local
39 VERIFY( interval.size() == 6 );
40 VERIFY( interval[0] == 0.0 );
41 VERIFY( interval[5] == 5.0 );
H A Dinitlist_fun.cc65 std::vector<double> interval = u.intervals(); local
67 VERIFY( interval.size() == 11 );
H A Dnum_xbound_fun.cc63 std::vector<double> interval = u.intervals(); local
65 VERIFY( interval.size() == 22 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/cons/
H A Ddefault.cc35 std::vector<double> interval = u.intervals(); local
37 VERIFY( interval.size() == 2 );
38 VERIFY( interval[0] == 0.0 );
39 VERIFY( interval[1] == 1.0 );
H A Drange.cc37 std::vector<double> interval = u.intervals(); local
39 VERIFY( interval.size() == 6 );
40 VERIFY( interval[0] == 0.0 );
41 VERIFY( interval[5] == 5.0 );
H A Dinitlist_fun.cc65 std::vector<double> interval = u.intervals(); local
67 VERIFY( interval.size() == 11 );
H A Dnum_xbound_fun.cc63 std::vector<double> interval = u.intervals(); local
65 VERIFY( interval.size() == 22 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/pb_ds/example/
H A Dtree_intervals.cc43 * numbers representing a line interval. The container object can be
44 * used to query whether a line interval intersects any line interval
69 // An interval of unsigned integers.
70 typedef pair< unsigned int, unsigned int> interval; typedef
82 // interval in its subtree. In this case, this is an unsigned int.
85 // Checks whether a set of intervals contains at least one interval
86 // overlapping some interval. Algorithm taken from "Introduction to
89 overlaps(const interval& r_interval)
96 // Check whether r_interval overlaps the current interval
[all...]
/haiku-buildtools/gcc/libcilkrts/runtime/
H A Dstats.h67 enum interval enum
114 /** Number of times each interval is entered */
118 * Time when the system entered each interval, in system-dependent
123 /** Total time spent in each interval, in system-dependent "ticks" */
153 * @brief Mark the start of an interval by saving the current tick count.
158 * @param i The interval we're accumulating stats for.
161 void __cilkrts_start_interval(__cilkrts_worker *w, enum interval i);
164 * @brief Mark the end of an interval by adding the ticks since the
170 * @param i The interval we're accumulating stats for.
173 void __cilkrts_stop_interval(__cilkrts_worker *w, enum interval
[all...]
H A Dstats.c116 void __cilkrts_note_interval(__cilkrts_worker *w, enum interval i)
125 void __cilkrts_start_interval(__cilkrts_worker *w, enum interval i)
135 void __cilkrts_stop_interval(__cilkrts_worker *w, enum interval i)
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash1.C10 const D_Interval* interval; member in class:Date
/haiku-buildtools/gcc/gmp/tune/
H A Dhppa.asm24 dnl Get the HPPA interval timer.
H A Dhppa2.asm24 dnl Get the HPPA interval timer.
H A Dhppa2w.asm24 dnl Get the HPPA interval timer.
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_common_syscalls.inc584 PRE_SYSCALL(sched_rr_get_interval)(long pid, void *interval) {}
586 POST_SYSCALL(sched_rr_get_interval)(long res, long pid, void *interval) {
588 if (interval) POST_WRITE(interval, struct_timespec_sz);
/haiku-buildtools/cloog/source/isl/
H A Ddomain.c1393 struct isl_basic_set *interval; local
1399 interval = isl_basic_set_interval(state->backend->ctx, min, max);
1402 list = isl_basic_set_list_add(list, isl_basic_set_copy(interval));
1403 isl_basic_set_free(interval);
/haiku-buildtools/gcc/libsanitizer/include/sanitizer/
H A Dlinux_syscall_hooks.h295 #define __sanitizer_syscall_pre_sched_rr_get_interval(pid, interval) \
297 (long)(interval))
298 #define __sanitizer_syscall_post_sched_rr_get_interval(res, pid, interval) \
300 (long)(interval))
2165 long interval);
2167 long interval);

Completed in 257 milliseconds