Home
last modified time | relevance | path

Searched defs:scaling (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libc/src/math/generic/
H A Dlog1p.cpp981 double scaling = FPBits_t(s_u).get_val() + EXPONENT_CORRECTION[s_u == 0]; global() variable
/llvm-project/third-party/benchmark/src/
H A Dsysinfo.cc649 double GetCPUCyclesPerSecond(CPUInfo::Scaling scaling) { in GetCPUCyclesPerSecond()
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1725 Scaling scaling; member