/third_party/jerryscript/jerry-libm/ |
H A D | expm1.c | 29 /* expm1(x) 41 * 2. Approximating expm1(r) by a special rational function on 67 * expm1(r) = exp(r)-1 is then computed by the following 71 * expm1(r) = r + --- + --- * [--------------------] 75 * expm1(r+c) = expm1(r) + c + expm1(r)*c 76 * ~ expm1(r) + c + r*c 78 * expm1(r+c). Now rearrange the term to avoid optimization 82 * expm1( 140 expm1 (double x) expm1() function [all...] |
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | expm1.c | 12 /* expm1(x) 24 * 2. Approximating expm1(r) by a special rational function on 50 * expm1(r) = exp(r)-1 is then computed by the following 54 * expm1(r) = r + --- + --- * [--------------------] 58 * expm1(r+c) = expm1(r) + c + expm1(r)*c 59 * ~ expm1(r) + c + r*c 61 * expm1(r+c). Now rearrange the term to avoid optimization 65 * expm1( 121 double expm1(double x) expm1() function [all...] |
/third_party/musl/src/math/ |
H A D | expm1.c | 12 /* expm1(x) 24 * 2. Approximating expm1(r) by a special rational function on 50 * expm1(r) = exp(r)-1 is then computed by the following 54 * expm1(r) = r + --- + --- * [--------------------] 58 * expm1(r+c) = expm1(r) + c + expm1(r)*c 59 * ~ expm1(r) + c + r*c 61 * expm1(r+c). Now rearrange the term to avoid optimization 65 * expm1( 121 double expm1(double x) expm1() function [all...] |
/third_party/node/deps/v8/src/base/ |
H A D | ieee754.cc | 2115 /* expm1(x) 2127 * 2. Approximating expm1(r) by a special rational function on 2153 * expm1(r) = exp(r)-1 is then computed by the following 2157 * expm1(r) = r + --- + --- * [--------------------] 2161 * expm1(r+c) = expm1(r) + c + expm1(r)*c 2162 * ~ expm1(r) + c + r*c 2164 * expm1(r+c). Now rearrange the term to avoid optimization 2168 * expm1( 2209 double expm1(double x) { expm1() function [all...] |
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-math.c | 539 x = DOUBLE_TO_ECMA_NUMBER_T (expm1 (x)); in ecma_builtin_math_dispatch_routine()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 199 double expm1(double);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 199 double expm1(double);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 199 double expm1(double);
|
/third_party/musl/include/ |
H A D | math.h | 199 double expm1(double);
|
/third_party/musl/libc-test/src/api/ |
H A D | math.c | 102 {double(*p)(double) = expm1;} in f()
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_math.cpp | 340 benchmark::DoNotOptimize(expm1(x)); in Bm_function_Expm1()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | ext_inst.opencl_test.cpp | 123 CASE1(Expm1, expm1),
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | ext_inst.opencl_test.cpp | 123 CASE1(Expm1, expm1),
|
/third_party/spirv-tools/test/ |
H A D | ext_inst.opencl_test.cpp | 123 CASE1(Expm1, expm1),
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | mplibm.c | 129 int mpexpm1(struct t *t) { return mpd1(t, expm1); } in mpexpm1()
|
/third_party/python/Modules/ |
H A D | mathmodule.c | 992 * bpo-46018: Changed to 1.5 to ensure underflows in expm1() in is_error() 1260 FUNC1(expm1, expm1, 1, 1261 "expm1($module, x, /)\n--\n\n" 3868 {"expm1", math_expm1, METH_O, math_expm1_doc},
|
/third_party/node/deps/v8/src/codegen/ |
H A D | external-reference.cc | 826 FUNCTION_REFERENCE_WITH_TYPE(ieee754_expm1_function, base::ieee754::expm1,
|
/third_party/optimized-routines/math/test/ |
H A D | mathtest.c | 246 TFUNC(at_d,rt_d, expm1, ULPUNIT),
|
/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator-reducer.cc | 731 return ReplaceFloat64(base::ieee754::expm1(m.ResolvedValue())); in Reduce()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | code-generator-loong64.cc | 900 ASSEMBLE_IEEE754_UNOP(expm1); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | code-generator-arm64.cc | 1046 ASSEMBLE_IEEE754_UNOP(expm1); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 1563 ASSEMBLE_IEEE754_UNOP(expm1); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 1028 ASSEMBLE_IEEE754_UNOP(expm1); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 1039 ASSEMBLE_IEEE754_UNOP(expm1); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 1828 ASSEMBLE_IEEE754_UNOP(expm1); in AssembleArchInstruction()
|