Home
last modified time | relevance | path

Searched refs:exp10 (Results 1 – 25 of 41) sorted by relevance

12

/third_party/musl/porting/liteos_a/kernel/src/math/
Dexp10.c5 double exp10(double x) in exp10() function
24 weak_alias(exp10, pow10);
Dexp10l.c9 return exp10(x); in exp10l()
/third_party/musl/src/math/
Dexp10.c5 double exp10(double x) in exp10() function
24 weak_alias(exp10, pow10);
Dexp10l.c9 return exp10(x); in exp10l()
/third_party/ltp/testcases/realtime/m4/
Dltp-exp10.m425 [Define to 1 if you have 'exp10' function.])
26 AC_MSG_CHECKING([for exp10])
33 exp10(val);
/third_party/ltp/testcases/realtime/lib/
Dlibstats.c52 # define exp10(x) (exp((x) * log(10))) macro
235 (data->index + 1) < (long)exp10(quantiles->nines)) { in stats_quantiles_calc()
243 index = size - size / exp10(i); in stats_quantiles_calc()
255 fraction += 9 * exp10(i - 1); in stats_quantiles_print()
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c757 fixup_bytes(enum pipe_driver_query_type type, int position, uint64_t *exp10) in fixup_bytes() argument
760 *exp10 = (*exp10 / 1000) * 1024; in fixup_bytes()
771 uint64_t exp10; in hud_pane_set_max_value() local
783 exp10 = 1; in hud_pane_set_max_value()
784 for (i = 0; exp10 <= UINT64_MAX / 11 && exp10 * 9 < value; i++) { in hud_pane_set_max_value()
785 exp10 *= 10; in hud_pane_set_max_value()
786 fixup_bytes(pane->type, i + 1, &exp10); in hud_pane_set_max_value()
789 leftmost_digit = DIV_ROUND_UP(value, exp10); in hud_pane_set_max_value()
794 exp10 *= 10; in hud_pane_set_max_value()
795 fixup_bytes(pane->type, i + 1, &exp10); in hud_pane_set_max_value()
[all …]
/third_party/musl/libc-test/src/math/
Dexp10.c27 y = exp10(p->x); in main()
Dtest_src_math.gni47 "exp10",
/third_party/boost/boost/compute/functional/
Dmath.hpp40 BOOST_COMPUTE_DECLARE_BUILTIN_FUNCTION(exp10, T (T), class T)
/third_party/boost/libs/compute/include/boost/compute/functional/
Dmath.hpp40 BOOST_COMPUTE_DECLARE_BUILTIN_FUNCTION(exp10, T (T), class T)
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h429 double exp10(double);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h429 double exp10(double);
/third_party/musl/include/
Dmath.h429 double exp10(double);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h429 double exp10(double);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h152 T(exp10, d_d)
/third_party/boost/libs/math/reporting/accuracy/
DJamfile.v253 exp.c exp10.c exp2.c expn.c expx2.c fabs.c fac.c fdtr.c
/third_party/spirv-tools/test/
Dext_inst.opencl_test.cpp122 CASE1(Exp10, exp10),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dext_inst.opencl_test.cpp122 CASE1(Exp10, exp10),
/third_party/vk-gl-cts/build/external/spirv-tools/spirv-tools/
Dopencl.std.insts.inc25 {"exp10", 21, 0, nullptr, {SPV_OPERAND_TYPE_ID, SPV_OPERAND_TYPE_NONE}},
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dext_inst.opencl_test.cpp118 CASE1(Exp10, exp10),
/third_party/skia/third_party/externals/spirv-tools/test/
Dext_inst.opencl_test.cpp122 CASE1(Exp10, exp10),
/third_party/boost/libs/math/reporting/performance/
DJamfile.v259 exp.c exp10.c exp2.c expn.c expx2.c fabs.c fac.c fdtr.c
/third_party/boost/libs/compute/include/boost/compute/lambda/
Dfunctional.hpp492 BOOST_COMPUTE_LAMBDA_WRAP_UNARY_FUNCTION_T(exp10)
/third_party/boost/boost/compute/lambda/
Dfunctional.hpp492 BOOST_COMPUTE_LAMBDA_WRAP_UNARY_FUNCTION_T(exp10)

12