Home
last modified time | relevance | path

Searched defs:logf (Results 1 – 12 of 12) sorted by relevance

/external/musl/src/math/i386/
Dlogf.s1 .global logf symbol
3 logf: label
/external/autotest/client/bin/
Dbase_sysinfo.py64 def __init__(self, logf, log_in_keyval): argument
92 def __init__(self, path, logf=None, log_in_keyval=False): argument
141 def __init__(self, cmd, logf=None, log_in_keyval=False, compress_log=False): argument
/external/arm-optimized-routines/math/
Dlogf.c27 logf (float x) in logf() function
Dv_logf.c41 V_NAME(logf) (v_f32_t x) in V_NAME() argument
/external/musl/src/math/
Dlogf.c27 float logf(float x) in logf() function
/external/llvm/tools/llvm-diff/
DDifferenceEngine.h68 LogBuilder logf(StringRef text) { in logf() function
DDiffConsumer.cpp160 void DiffConsumer::logf(const LogBuilder &Log) { in logf() function in DiffConsumer
/external/rust/crates/libm/src/math/
Dlogf.rs25 pub fn logf(mut x: f32) -> f32 { in logf() function
Dmod.rs146 mod logf; module
/external/webrtc/rtc_tools/frame_analyzer/
Dvideo_quality_analysis_unittest.cc32 std::ifstream logf(log_filename); in VerifyLogOutput() local
/external/virglrenderer/src/gallium/auxiliary/util/
Du_math.h103 static inline float logf( float f ) in logf() function
/external/e2fsprogs/e2fsck/
De2fsck.h262 FILE *logf; member