Searched refs:M_E (Results 1 - 19 of 19) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | es6ModuleInternalNamedImports.js | 16 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 D | es6ModuleInternalNamedImports2.js | 16 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 D | math_expm1_test.cpp | 36 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 D | math_exp_test.cpp | 37 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 D | math_log_test.cpp | 31 * @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 D | math_log1p_test.cpp | 67 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 D | mathematics.h | 36 #ifndef M_E 37 #define M_E 2.7182818284590452354 /* e */ macro
|
H A D | eval.c | 100 { "E", M_E },
|
/third_party/jerryscript/tools/unit-tests/ |
H A D | gen-test-libm.c | 561 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 D | math.h | 34 #define M_E 2.7182818284590452353602874713526625 macro
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | eval.c | 30 M_E,
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 370 #define M_E 2.7182818284590452354 /* e */ macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 370 #define M_E 2.7182818284590452354 /* e */ macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 370 #define M_E 2.7182818284590452354 /* e */ macro
|
/third_party/musl/include/ |
H A D | math.h | 370 #define M_E 2.7182818284590452354 /* e */ macro
|
/third_party/musl/libc-test/src/api/ |
H A D | math.c | 24 D(M_E) in f()
|
/third_party/skia/third_party/externals/angle2/src/third_party/ceval/ |
H A D | ceval.h | 246 #ifdef M_E 247 #define CEVAL_E M_E
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_scale_qsv.c | 468 var_values[VAR_E] = M_E; in qsvscale_config_props()
|
/third_party/ffmpeg/libavcodec/ |
H A D | ratecontrol.c | 249 M_E, in get_qscale()
|
Completed in 11 milliseconds