HomeSort by relevance Sort by last modified time
    Searched defs:clog (Results 1 - 6 of 6) sorted by null

  /bionic/libm/upstream-netbsd/lib/libm/complex/
clog.c 1 /* $NetBSD: clog.c,v 1.1 2007/08/20 16:01:35 drochner Exp $ */
37 clog(double complex z) function
  /external/iproute2/tc/
tc_red.c 80 int clog; local
83 for (clog=0; clog<32; clog++) {
84 if (maxtime/(1<<clog) < 512)
87 if (clog >= 32)
92 sbuf[i] = (i<<clog)*lW;
97 return clog;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
iostream.cpp 28 _ALIGNAS_TYPE (ostream) _LIBCPP_FUNC_VIS char clog[sizeof(ostream)]; variable
41 ::new(clog) ostream(cerr_ptr->rdbuf());
58 ostream* clog_ptr = reinterpret_cast<ostream*>(clog);
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
iostream.cpp 40 # define clog _STLP_clog macro
73 _STLP_DECLSPEC ostream clog(0);
103 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> clog;
108 _Stl_aligned_buffer<ostream> clog;
113 # pragma alias("?clog@std@@3V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@A", "?clog@std@@3T?$_Stl_aligned_buffer@std@V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@@1@A")
227 /*ostream* ptr_clog = */ new(&clog) ostream(clog_buf.get()); clog_buf.release();
253 ostream* ptr_clog = &clog;
343 delete (&clog)->rdbuf(clog_buf.release());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
iostream.cpp 41 _ALIGNAS_TYPE (ostream) _LIBCPP_FUNC_VIS char clog[sizeof(ostream)]; variable
57 ::new(clog) ostream(cerr_ptr->rdbuf());
82 ostream* clog_ptr = reinterpret_cast<ostream*>(clog);
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
iostream.cpp 40 # define clog _STLP_clog macro
73 _STLP_DECLSPEC ostream clog(0);
103 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> clog;
108 _Stl_aligned_buffer<ostream> clog;
113 # pragma alias("?clog@std@@3V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@A", "?clog@std@@3T?$_Stl_aligned_buffer@std@V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@@1@A")
227 /*ostream* ptr_clog = */ new(&clog) ostream(clog_buf.get()); clog_buf.release();
253 ostream* ptr_clog = &clog;
343 delete (&clog)->rdbuf(clog_buf.release());

Completed in 209 milliseconds