HomeSort by: relevance | last modified time | path
    Searched refs:log10 (Results 1 - 25 of 108) sorted by relevancy

1 2 3 4 5

  /src/lib/libm/src/
w_log10.c 19 * wrapper log10(X)
32 __weak_alias(log10, _log10)
34 log10(double x) /* wrapper log10 */
44 return __kernel_standard(x,x,18); /* log10(0) */
46 return __kernel_standard(x,x,19); /* log10(x<0) */
w_log10.c 19 * wrapper log10(X)
32 __weak_alias(log10, _log10)
34 log10(double x) /* wrapper log10 */
44 return __kernel_standard(x,x,18); /* log10(0) */
46 return __kernel_standard(x,x,19); /* log10(x<0) */
w_log10.c 19 * wrapper log10(X)
32 __weak_alias(log10, _log10)
34 log10(double x) /* wrapper log10 */
44 return __kernel_standard(x,x,18); /* log10(0) */
46 return __kernel_standard(x,x,19); /* log10(x<0) */
w_log10.c 19 * wrapper log10(X)
32 __weak_alias(log10, _log10)
34 log10(double x) /* wrapper log10 */
44 return __kernel_standard(x,x,18); /* log10(0) */
46 return __kernel_standard(x,x,19); /* log10(x<0) */
w_log10.c 19 * wrapper log10(X)
32 __weak_alias(log10, _log10)
34 log10(double x) /* wrapper log10 */
44 return __kernel_standard(x,x,18); /* log10(0) */
46 return __kernel_standard(x,x,19); /* log10(x<0) */
w_log10.c 19 * wrapper log10(X)
32 __weak_alias(log10, _log10)
34 log10(double x) /* wrapper log10 */
44 return __kernel_standard(x,x,18); /* log10(0) */
46 return __kernel_standard(x,x,19); /* log10(x<0) */
namespace.h 67 #define log10 _log10 macro
  /src/lib/libm/noieee_src/
n_log10.c 36 static char sccsid[] = "@(#)log10.c 8.1 (Berkeley) 6/4/93";
40 /* LOG10(X)
51 * log10(x) = --------- or [1/log(10)]*log(x)
62 * log10(x) is NaN with signal if x < 0;
63 * log10(+INF) is +INF with no signal; log10(0) is -INF with signal;
64 * log10(NaN) is that NaN with no signal.
67 * log10(X) returns the exact log10(x) nearly rounded. In a test run
94 __weak_alias(log10, _log10
    [all...]
n_log10.c 36 static char sccsid[] = "@(#)log10.c 8.1 (Berkeley) 6/4/93";
40 /* LOG10(X)
51 * log10(x) = --------- or [1/log(10)]*log(x)
62 * log10(x) is NaN with signal if x < 0;
63 * log10(+INF) is +INF with no signal; log10(0) is -INF with signal;
64 * log10(NaN) is that NaN with no signal.
67 * log10(X) returns the exact log10(x) nearly rounded. In a test run
94 __weak_alias(log10, _log10
    [all...]
n_log10.c 36 static char sccsid[] = "@(#)log10.c 8.1 (Berkeley) 6/4/93";
40 /* LOG10(X)
51 * log10(x) = --------- or [1/log(10)]*log(x)
62 * log10(x) is NaN with signal if x < 0;
63 * log10(+INF) is +INF with no signal; log10(0) is -INF with signal;
64 * log10(NaN) is that NaN with no signal.
67 * log10(X) returns the exact log10(x) nearly rounded. In a test run
94 __weak_alias(log10, _log10
    [all...]
n_log10.c 36 static char sccsid[] = "@(#)log10.c 8.1 (Berkeley) 6/4/93";
40 /* LOG10(X)
51 * log10(x) = --------- or [1/log(10)]*log(x)
62 * log10(x) is NaN with signal if x < 0;
63 * log10(+INF) is +INF with no signal; log10(0) is -INF with signal;
64 * log10(NaN) is that NaN with no signal.
67 * log10(X) returns the exact log10(x) nearly rounded. In a test run
94 __weak_alias(log10, _log10
    [all...]
n_log10.c 36 static char sccsid[] = "@(#)log10.c 8.1 (Berkeley) 6/4/93";
40 /* LOG10(X)
51 * log10(x) = --------- or [1/log(10)]*log(x)
62 * log10(x) is NaN with signal if x < 0;
63 * log10(+INF) is +INF with no signal; log10(0) is -INF with signal;
64 * log10(NaN) is that NaN with no signal.
67 * log10(X) returns the exact log10(x) nearly rounded. In a test run
94 __weak_alias(log10, _log10
    [all...]
n_log10.c 36 static char sccsid[] = "@(#)log10.c 8.1 (Berkeley) 6/4/93";
40 /* LOG10(X)
51 * log10(x) = --------- or [1/log(10)]*log(x)
62 * log10(x) is NaN with signal if x < 0;
63 * log10(+INF) is +INF with no signal; log10(0) is -INF with signal;
64 * log10(NaN) is that NaN with no signal.
67 * log10(X) returns the exact log10(x) nearly rounded. In a test run
94 __weak_alias(log10, _log10
    [all...]
  /src/sys/dev/dtv/
dtv_math.c 39 * dtv_intlog10 -- return an approximation to log10(x) * 1<<24,
144 * Multiply t by log10(2) to get the final result.
146 * log10(2) is approximately 643/2136 We divide before
188 uint32_t desired = (uint32_t)(log10((double)x)
dtv_math.c 39 * dtv_intlog10 -- return an approximation to log10(x) * 1<<24,
144 * Multiply t by log10(2) to get the final result.
146 * log10(2) is approximately 643/2136 We divide before
188 uint32_t desired = (uint32_t)(log10((double)x)
dtv_math.c 39 * dtv_intlog10 -- return an approximation to log10(x) * 1<<24,
144 * Multiply t by log10(2) to get the final result.
146 * log10(2) is approximately 643/2136 We divide before
188 uint32_t desired = (uint32_t)(log10((double)x)
dtv_math.c 39 * dtv_intlog10 -- return an approximation to log10(x) * 1<<24,
144 * Multiply t by log10(2) to get the final result.
146 * log10(2) is approximately 643/2136 We divide before
188 uint32_t desired = (uint32_t)(log10((double)x)
dtv_math.c 39 * dtv_intlog10 -- return an approximation to log10(x) * 1<<24,
144 * Multiply t by log10(2) to get the final result.
146 * log10(2) is approximately 643/2136 We divide before
188 uint32_t desired = (uint32_t)(log10((double)x)
dtv_math.c 39 * dtv_intlog10 -- return an approximation to log10(x) * 1<<24,
144 * Multiply t by log10(2) to get the final result.
146 * log10(2) is approximately 643/2136 We divide before
188 uint32_t desired = (uint32_t)(log10((double)x)
  /src/tests/lib/libm/
t_log.c 176 * log10(3)
189 atf_tc_set_md_var(tc, "descr", "Test log10/f/l on invalid inputs");
197 CHECK_NAN(i, log10, logf_invalid[i]);
202 CHECK_NAN(i, log10, log_invalid[i]);
214 atf_tc_set_md_var(tc, "descr", "Test log10/f/l on zero");
220 CHECK_EQ(0, log10, +0., -HUGE_VAL);
224 CHECK_EQ(1, log10, -0., -HUGE_VAL);
231 atf_tc_set_md_var(tc, "descr", "Test log10/f/l exact cases");
238 ATF_CHECK_EQ(signbit(log10(1)), 0);
246 CHECK_EQ(i, log10, x, y)
    [all...]
t_log.c 176 * log10(3)
189 atf_tc_set_md_var(tc, "descr", "Test log10/f/l on invalid inputs");
197 CHECK_NAN(i, log10, logf_invalid[i]);
202 CHECK_NAN(i, log10, log_invalid[i]);
214 atf_tc_set_md_var(tc, "descr", "Test log10/f/l on zero");
220 CHECK_EQ(0, log10, +0., -HUGE_VAL);
224 CHECK_EQ(1, log10, -0., -HUGE_VAL);
231 atf_tc_set_md_var(tc, "descr", "Test log10/f/l exact cases");
238 ATF_CHECK_EQ(signbit(log10(1)), 0);
246 CHECK_EQ(i, log10, x, y)
    [all...]
t_log.c 176 * log10(3)
189 atf_tc_set_md_var(tc, "descr", "Test log10/f/l on invalid inputs");
197 CHECK_NAN(i, log10, logf_invalid[i]);
202 CHECK_NAN(i, log10, log_invalid[i]);
214 atf_tc_set_md_var(tc, "descr", "Test log10/f/l on zero");
220 CHECK_EQ(0, log10, +0., -HUGE_VAL);
224 CHECK_EQ(1, log10, -0., -HUGE_VAL);
231 atf_tc_set_md_var(tc, "descr", "Test log10/f/l exact cases");
238 ATF_CHECK_EQ(signbit(log10(1)), 0);
246 CHECK_EQ(i, log10, x, y)
    [all...]
t_log.c 176 * log10(3)
189 atf_tc_set_md_var(tc, "descr", "Test log10/f/l on invalid inputs");
197 CHECK_NAN(i, log10, logf_invalid[i]);
202 CHECK_NAN(i, log10, log_invalid[i]);
214 atf_tc_set_md_var(tc, "descr", "Test log10/f/l on zero");
220 CHECK_EQ(0, log10, +0., -HUGE_VAL);
224 CHECK_EQ(1, log10, -0., -HUGE_VAL);
231 atf_tc_set_md_var(tc, "descr", "Test log10/f/l exact cases");
238 ATF_CHECK_EQ(signbit(log10(1)), 0);
246 CHECK_EQ(i, log10, x, y)
    [all...]
t_log.c 176 * log10(3)
189 atf_tc_set_md_var(tc, "descr", "Test log10/f/l on invalid inputs");
197 CHECK_NAN(i, log10, logf_invalid[i]);
202 CHECK_NAN(i, log10, log_invalid[i]);
214 atf_tc_set_md_var(tc, "descr", "Test log10/f/l on zero");
220 CHECK_EQ(0, log10, +0., -HUGE_VAL);
224 CHECK_EQ(1, log10, -0., -HUGE_VAL);
231 atf_tc_set_md_var(tc, "descr", "Test log10/f/l exact cases");
238 ATF_CHECK_EQ(signbit(log10(1)), 0);
246 CHECK_EQ(i, log10, x, y)
    [all...]
t_log.c 176 * log10(3)
189 atf_tc_set_md_var(tc, "descr", "Test log10/f/l on invalid inputs");
197 CHECK_NAN(i, log10, logf_invalid[i]);
202 CHECK_NAN(i, log10, log_invalid[i]);
214 atf_tc_set_md_var(tc, "descr", "Test log10/f/l on zero");
220 CHECK_EQ(0, log10, +0., -HUGE_VAL);
224 CHECK_EQ(1, log10, -0., -HUGE_VAL);
231 atf_tc_set_md_var(tc, "descr", "Test log10/f/l exact cases");
238 ATF_CHECK_EQ(signbit(log10(1)), 0);
246 CHECK_EQ(i, log10, x, y)
    [all...]

Completed in 725 milliseconds

1 2 3 4 5