Home
last modified time | relevance | path

Searched refs:log_10 (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dslog2.S13 | OUTPUT: log_10(X) or log_2(X) returned in floating-point
40 | Step 2. Compute log_10(X) = log(X) * (1/log(10)).
54 | Step 2. Compute log_10(X) = log(X) * (1/log(10)).
69 | Step 2. Compute log_10(X) = log(X) * (1/log(2)).
H A Dstwotox.S38 | 1. If |X| > 16480*log_10(2) (base 10 log of 2), go to ExpBig.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dnumbers67 /// log_10 e
146 /// log_10 e
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dnumbers67 /// log_10 e
146 /// log_10 e
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dspectrogram.c749 double log_10 = HUGE_VAL; in axis() local
753 if ((try = ceil(log10(min_step * i))) <= log_10) { in axis()
754 step = pow(10., log_10 = try) / i; in axis()
755 log_10 -= i > 1; in axis()
759 prefix_num = floor(log_10 / 3); in axis()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Dcmath75 // Constant @f$ \log_10(e) @f$.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Dcmath75 // Constant @f$ \log_10(e) @f$.
/OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/src/
H A Dfplsp.S8656 # fp0 = log_10(X) or log_2(X) #
8676 # Step 2. Compute log_10(X) = log(X) * (1/log(10)). #
8689 # Step 2. Compute log_10(X) = log(X) * (1/log(10)). #
8703 # Step 2. Compute log_10(X) = log(X) * (1/log(2)). #
8844 # 1. If |X| > 16480*log_10(2) (base 10 log of 2), go to ExpBig. #
H A Dfpsp.S8961 # log_10(2)/64 and L10 is the natural log of 10. Then #