Searched defs:log (Results 1 - 3 of 3) sorted by relevance

/bionic/libm/x86/
H A De_log.S42 // Result: k*log(2) - log(B) + p(r) if |x-1| >= small value (2^-6) and
44 // -log(B) read from data table (high, low parts)
48 // log(NaN) = quiet NaN, and raise invalid exception
49 // log(+INF) = that INF
50 // log(0) = -INF with divide-by-zero exception raised
51 // log(1) = +0
52 // log(x) = NaN with invalid exception raised if x < -0, including -INF
72 # -- Begin log
73 ENTRY(log) function
[all...]
/bionic/libm/x86_64/
H A De_log.S42 // Result: k*log(2) - log(B) + p(r) if |x-1| >= small value (2^-6) and
44 // -log(B) read from data table (high, low parts)
48 // log(NaN) = quiet NaN, and raise invalid exception
49 // log(+INF) = that INF
50 // log(0) = -INF with divide-by-zero exception raised
51 // log(1) = +0
52 // log(x) = NaN with invalid exception raised if x < -0, including -INF
57 # -- Begin log
58 ENTRY(log) function
[all...]
/bionic/tools/relocation_packer/src/
H A Ddebug.cc25 std::ostream* log = severity_ == INFO ? info_stream_ : error_stream_; local
34 *log << tag << ": " << stream_.str() << std::endl;

Completed in 648 milliseconds