Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGenCUDA/
Dlibrary-builtin.cu14 extern "C" __attribute__((device)) float logf(float __x) { return logf(__x); } in logf() function
22 extern "C" float logf(float __x) { return logf(__x); } in logf() function
/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/llvm-project/libc/AOR_v20.02/math/
Dlogf.c28 logf (float x) in logf() function
Dv_logf.c42 V_NAME(logf) (v_f32_t x) in V_NAME() argument
/external/llvm-project/llvm/tools/llvm-diff/
DDifferenceEngine.h67 LogBuilder logf(StringRef text) { in logf() function
DDiffConsumer.cpp159 void DiffConsumer::logf(const LogBuilder &Log) { in logf() function in DiffConsumer
/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.h232 FILE *logf; member
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h180 __DEVICE__ float logf(float __a) { in logf() function