OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clog
(Results
1 - 7
of
7
) sorted by null
/external/libcxx/test/input.output/iostream.objects/narrow.stream.objects/
clog.pass.cpp
12
// istream
clog
;
19
std::
clog
<< "Hello World!\n";
21
(void)std::
clog
;
Android.mk
27
test_name := input.output/iostream.objects/narrow.stream.objects/
clog
28
test_src :=
clog
.pass.cpp
/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
;
/external/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
);
/external/clang/test/CodeGen/
libcall-declarations.c
220
double _Complex
clog
(double _Complex);
306
F(
clog
), F(clogf), F(clogl), F(cproj), F(cprojf),
506
// CHECK-NOERRNO: declare { double, double } @
clog
(double, double) [[NUW]]
595
// CHECK-ERRNO: declare { double, double } @
clog
(double, double) [[NUW]]
/external/ltrace/etc/
libm.so.conf
196
double_complex
clog
(double_complex);
/external/clang/lib/Headers/
tgmath.h
460
__tg_log(double _Complex __x) {return
clog
(__x);}
Completed in 361 milliseconds