Home
last modified time | relevance | path

Searched refs:M_E (Results 1 - 19 of 19) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A Des6ModuleInternalNamedImports.js16 export enum M_E { }
29 export {M_E as e};
52 let M_E;
53 (function (M_E) {
54 })(M_E = M.M_E || (M.M_E = {}));
H A Des6ModuleInternalNamedImports2.js16 export enum M_E { }
31 export {M_E as e};
54 let M_E;
55 (function (M_E) {
56 })(M_E = M.M_E || (M.M_E = {}));
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_expm1_test.cpp36 EXPECT_DOUBLE_EQ(M_E - 1.0, expm1(1.0)); in HWTEST_F()
60 EXPECT_FLOAT_EQ(static_cast<float>(M_E) - 1.0f, expm1f(1.0f)); in HWTEST_F()
70 EXPECT_DOUBLE_EQ(M_E - 1.0L, expm1l(1.0L)); in HWTEST_F()
H A Dmath_exp_test.cpp37 EXPECT_DOUBLE_EQ(M_E, exp(1.0)); in HWTEST_F()
62 EXPECT_FLOAT_EQ(static_cast<float>(M_E), expf(1.0f)); in HWTEST_F()
73 EXPECT_DOUBLE_EQ(M_E, expl(1.0L)); in HWTEST_F()
H A Dmath_log_test.cpp31 * @tc.desc: When the value is M_E, test the return value of the function.
36 EXPECT_DOUBLE_EQ(1.0, log(M_E)); in HWTEST_F()
55 * @tc.desc: When the float value is M_E, test the return value of the function.
60 EXPECT_FLOAT_EQ(1.0f, logf(static_cast<float>(M_E))); in HWTEST_F()
65 * @tc.desc: When the long double value is M_E, test the return value of the function.
70 EXPECT_DOUBLE_EQ(1.0L, logl(M_E)); in HWTEST_F()
H A Dmath_log1p_test.cpp67 EXPECT_DOUBLE_EQ(1.0, log1p(M_E - 1.0)); in HWTEST_F()
122 EXPECT_DOUBLE_EQ(1.0f, log1pf(static_cast<float>(M_E) - 1.0f)); in HWTEST_F()
/third_party/ffmpeg/libavutil/
H A Dmathematics.h36 #ifndef M_E
37 #define M_E 2.7182818284590452354 /* e */ macro
H A Deval.c100 { "E", M_E },
/third_party/jerryscript/tools/unit-tests/
H A Dgen-test-libm.c561 GEN_DBL_TEST (log (M_E)); in main()
562 GEN_DBL_TEST (log (1.0 / M_E)); in main()
582 GEN_DBL_TEST (log1p (M_E)); in main()
583 GEN_DBL_TEST (log1p (1.0 / M_E)); in main()
603 GEN_DBL_TEST (log2 (M_E)); in main()
604 GEN_DBL_TEST (log2 (1.0 / M_E)); in main()
624 GEN_DBL_TEST (log10 (M_E)); in main()
625 GEN_DBL_TEST (log10 (1.0 / M_E)); in main()
/third_party/jerryscript/jerry-libm/include/
H A Dmath.h34 #define M_E 2.7182818284590452353602874713526625 macro
/third_party/ffmpeg/libavutil/tests/
H A Deval.c30 M_E,
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h370 #define M_E 2.7182818284590452354 /* e */ macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h370 #define M_E 2.7182818284590452354 /* e */ macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h370 #define M_E 2.7182818284590452354 /* e */ macro
/third_party/musl/include/
H A Dmath.h370 #define M_E 2.7182818284590452354 /* e */ macro
/third_party/musl/libc-test/src/api/
H A Dmath.c24 D(M_E) in f()
/third_party/skia/third_party/externals/angle2/src/third_party/ceval/
H A Dceval.h246 #ifdef M_E
247 #define CEVAL_E M_E
/third_party/ffmpeg/libavfilter/
H A Dvf_scale_qsv.c468 var_values[VAR_E] = M_E; in qsvscale_config_props()
/third_party/ffmpeg/libavcodec/
H A Dratecontrol.c249 M_E, in get_qscale()

Completed in 18 milliseconds