HomeSort by: relevance | last modified time | path
    Searched refs:log_10 (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/lib/libm/
t_log.c 702 volatile long double log_10 = local in function:ATF_TC_BODY
729 ATF_CHECK_MSG(fabsf((logf(10) - log_10)/log_10) < 2*FLT_EPSILON,
731 logf(10), logf(10), (float)log_10, (float)log_10);
732 ATF_CHECK_MSG(fabs((log(10) - log_10)/log_10) < 2*DBL_EPSILON,
734 log(10), log(10), (double)log_10, (double)log_10);
735 ATF_CHECK_MSG(fabsl((logl(10) - log_10)/log_10) < 2*LDBL_EPSILON
    [all...]
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 8665 # fp0 = log_10(X) or log_2(X) #
8685 # Step 2. Compute log_10(X) = log(X) * (1/log(10)). #
8698 # Step 2. Compute log_10(X) = log(X) * (1/log(10)). #
8712 # Step 2. Compute log_10(X) = log(X) * (1/log(2)). #
8853 # 1. If |X| > 16480*log_10(2) (base 10 log of 2), go to ExpBig. #
8864 # log_10(2)/64 and L10 is the natural log of 10. Then #
fpsp.s 8771 # fp0 = log_10(X) or log_2(X) #
8791 # Step 2. Compute log_10(X) = log(X) * (1/log(10)). #
8804 # Step 2. Compute log_10(X) = log(X) * (1/log(10)). #
8818 # Step 2. Compute log_10(X) = log(X) * (1/log(2)). #
8959 # 1. If |X| > 16480*log_10(2) (base 10 log of 2), go to ExpBig. #
8970 # log_10(2)/64 and L10 is the natural log of 10. Then #

Completed in 31 milliseconds