Home
last modified time | relevance | path

Searched refs:t2p (Results 1 – 5 of 5) sorted by relevance

/external/iputils/
Dtraceroute6.c757 double deltaT(struct timeval *t1p, struct timeval *t2p) in deltaT() argument
761 dt = (double)(t2p->tv_sec - t1p->tv_sec) * 1000.0 + in deltaT()
762 (double)(t2p->tv_usec - t1p->tv_usec) / 1000.0; in deltaT()
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp1201 constexpr const double *t2p = &t2r; variable
1202 …static_assert(t2p[-1] == 0.0, ""); // expected-error {{constant expr}} expected-note {{cannot refe…
1203 static_assert(t2p[0] == 1.0, "");
1204 static_assert(t2p[1] == 2.0, "");
1205 …static_assert(t2p[2] == 0.0, ""); // expected-error {{constant expr}} expected-note {{one-past-the…
1206 …static_assert(t2p[3] == 0.0, ""); // expected-error {{constant expr}} expected-note {{cannot refer…
/external/libmicrohttpd/doc/
DMakefile.in522 $(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \
642 -rm -rf libmicrohttpd.t2d libmicrohttpd.t2p libmicrohttpd-tutorial.t2d \
643 libmicrohttpd-tutorial.t2p
/external/hyphenation-patterns/tk/
Dhyph-tk.pat.txt1810 .t2p
/external/opencv3/3rdparty/libtiff/
DChangeLog614 in t2p_read_tiff_size() causes t2p->tiff_datasize to be set entirely