/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/ |
c++config.h | 733 /* Define to 1 if you have the `logf' function. */ 1553 # define logf macro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/ |
c++config.h | 733 /* Define to 1 if you have the `logf' function. */ 1553 # define logf macro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/ |
c++config.h | 733 /* Define to 1 if you have the `logf' function. */ 1553 # define logf macro [all...] |
/frameworks/av/media/libnblog/ |
NBLog.cpp | 350 void NBLog::Writer::logf(const char *fmt, ...) function in class:android::NBLog::Writer 610 void NBLog::LockedWriter::logf(const char *fmt, ...) function in class:android::NBLog::LockedWriter [all...] |
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
math_private.h | 705 #define __ieee754_logf logf
|
/external/e2fsprogs/e2fsck/ |
e2fsck.h | 227 FILE *logf; member in struct:e2fsck_struct
|
/external/mesa3d/src/mesa/swrast/ |
s_aaline.c | 207 return logf(rho2) * 1.442695f * 0.5f;/* 1.442695 = 1/log(2) */
|
/prebuilts/go/darwin-x86/src/net/http/ |
transport.go | 2087 func (tr *transportRequest) logf(format string, args ...interface{}) { func [all...] |
server.go | 1076 w.conn.server.logf("http: response.WriteHeader on hijacked connection") 1080 w.conn.server.logf("http: multiple response.WriteHeader calls") 2919 func (s *Server) logf(format string, args ...interface{}) { func 2930 func logf(r *Request, format string, args ...interface{}) { func [all...] |
h2_bundle.go | 4292 func (sc *http2serverConn) logf(format string, args ...interface{}) { func 8708 func (cc *http2ClientConn) logf(format string, args ...interface{}) { func 8722 func (t *http2Transport) logf(format string, args ...interface{}) { func [all...] |
client_test.go | 679 t.Logf("Received cookies: %v", given) 743 j.logf("SetCookie(%q, %v)\n", u, cookies) 747 j.logf("Cookies(%q)\n", u) 751 func (j *RecordingJar) logf(format string, args ...interface{}) { func [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
transport.go | 2087 func (tr *transportRequest) logf(format string, args ...interface{}) { func [all...] |
server.go | 1076 w.conn.server.logf("http: response.WriteHeader on hijacked connection") 1080 w.conn.server.logf("http: multiple response.WriteHeader calls") 2919 func (s *Server) logf(format string, args ...interface{}) { func 2930 func logf(r *Request, format string, args ...interface{}) { func [all...] |
h2_bundle.go | 4292 func (sc *http2serverConn) logf(format string, args ...interface{}) { func 8708 func (cc *http2ClientConn) logf(format string, args ...interface{}) { func 8722 func (t *http2Transport) logf(format string, args ...interface{}) { func [all...] |
client_test.go | 679 t.Logf("Received cookies: %v", given) 743 j.logf("SetCookie(%q, %v)\n", u, cookies) 747 j.logf("Cookies(%q)\n", u) 751 func (j *RecordingJar) logf(format string, args ...interface{}) { func [all...] |
/external/mesa3d/src/mesa/program/ |
prog_execute.c | 704 val = logf(a[0]) * 1.442695F; 761 q[2] = logf(t[0]) * 1.442695F; [all...] |
/external/webrtc/webrtc/modules/audio_processing/ns/ |
ns_core.c | [all...] |
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
proximity_info_state_utils.cpp | [all...] |
/external/opencv/ml/src/ |
mlcnn.cpp | [all...] |
/external/eigen/Eigen/src/Core/arch/CUDA/ |
PacketMathHalf.h | 305 float r1 = logf(a1); 306 float r2 = logf(a2); [all...] |
/external/llvm/lib/Analysis/ |
TargetLibraryInfo.cpp | 213 TLI.setUnavailable(LibFunc::logf); [all...] |
/cts/tests/tests/renderscript/libcoremathtestcpp/ |
CoreMathTestJni.cpp | 248 return logf(x);
|
/external/adhd/cras/src/dsp/ |
drc_kernel.c | 237 y = dk->ratio_base * knee_expf(logf(x) * (dk->slope - 1)); [all...] |
/external/autotest/client/bin/ |
job.py | [all...] |
/external/clang/lib/Headers/ |
tgmath.h | 444 __tg_log(float __x) {return logf(__x);}
|