Home
last modified time | relevance | path

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

12

/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/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/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/musl/porting/liteos_m/kernel/include/
Dmath.h429 double exp10(double);
/third_party/musl/porting/liteos_a/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/libc-test/src/math/gen/
Dfunctions.h152 T(exp10, d_d)
Dmplibm.c238 int mpexp10(struct t *t) { return mpd1(t, exp10); } in mpexp10()
/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/flutter/skia/third_party/externals/spirv-tools/test/
Dext_inst.opencl_test.cpp118 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/skia/third_party/externals/spirv-tools/test/
Dext_inst.opencl_test.cpp122 CASE1(Exp10, exp10),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def646 /// double exp10(double x);
647 TLI_DEFINE_ENUM_INTERNAL(exp10)
648 TLI_DEFINE_STRING_INTERNAL("exp10")
/third_party/musl/
Dlibc.map.txt599 exp10;
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni128 "$MUSLPORTINGDIR/src/math/exp10.c",
/third_party/skia/third_party/externals/wuffs/release/c/
Dwuffs-v0.3.c13175 int32_t exp10) { in wuffs_base__private_implementation__parse_number_f64_eisel_lemire() argument
13180 &wuffs_base__private_implementation__powers_of_10[exp10 + 307][0]; in wuffs_base__private_implementation__parse_number_f64_eisel_lemire()
13202 ((uint64_t)(((217706 * exp10) >> 16) + 1087)) - ((uint64_t)clz); in wuffs_base__private_implementation__parse_number_f64_eisel_lemire()
13476 int32_t exp10 = h->decimal_point - ((int32_t)(h->num_digits)); in wuffs_base__private_implementation__high_prec_dec__to_f64() local
13477 if ((man != 0) && (-307 <= exp10) && (exp10 <= 288)) { in wuffs_base__private_implementation__high_prec_dec__to_f64()
13480 man, exp10); in wuffs_base__private_implementation__high_prec_dec__to_f64()
13691 int32_t exp10 = 0; in wuffs_base__parse_number_f64() local
13706 exp10 = ((int32_t)(first_after_separator_ptr - p)); in wuffs_base__parse_number_f64()
13751 exp10 += exp_sign * exp_num; in wuffs_base__parse_number_f64()
13790 if ((exp10 < -307) || (288 < exp10)) { in wuffs_base__parse_number_f64()
[all …]
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler_test.cpp1249 TEST_F(ComputeTest, exp10) in TEST_F() argument

12