Searched refs:logbl (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeMathFuncs.cpp100 // The logbl() implementation is taken from the latest bionic/, since
102 extern "C" long double logbl(long double x) { return logb(x); } function

Completed in 5 milliseconds