Home
last modified time | relevance | path

Searched refs:expm1 (Results 26 - 50 of 56) sorted by relevance

123

/third_party/jerryscript/jerry-libm/
H A Dexpm1.c29 /* 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 Dexpm1.c12 /* 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 Dexpm1.c12 /* 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 Dieee754.cc2115 /* 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 Decma-builtin-math.c539 x = DOUBLE_TO_ECMA_NUMBER_T (expm1 (x)); in ecma_builtin_math_dispatch_routine()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h199 double expm1(double);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h199 double expm1(double);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h199 double expm1(double);
/third_party/musl/include/
H A Dmath.h199 double expm1(double);
/third_party/musl/libc-test/src/api/
H A Dmath.c102 {double(*p)(double) = expm1;} in f()
/third_party/musl/Benchmark/musl/
H A Dlibc_math.cpp340 benchmark::DoNotOptimize(expm1(x)); in Bm_function_Expm1()
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dext_inst.opencl_test.cpp123 CASE1(Expm1, expm1),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dext_inst.opencl_test.cpp123 CASE1(Expm1, expm1),
/third_party/spirv-tools/test/
H A Dext_inst.opencl_test.cpp123 CASE1(Expm1, expm1),
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c129 int mpexpm1(struct t *t) { return mpd1(t, expm1); } in mpexpm1()
/third_party/python/Modules/
H A Dmathmodule.c992 * 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 Dexternal-reference.cc826 FUNCTION_REFERENCE_WITH_TYPE(ieee754_expm1_function, base::ieee754::expm1,
/third_party/optimized-routines/math/test/
H A Dmathtest.c246 TFUNC(at_d,rt_d, expm1, ULPUNIT),
/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator-reducer.cc731 return ReplaceFloat64(base::ieee754::expm1(m.ResolvedValue())); in Reduce()
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc900 ASSEMBLE_IEEE754_UNOP(expm1); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc1046 ASSEMBLE_IEEE754_UNOP(expm1); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc1563 ASSEMBLE_IEEE754_UNOP(expm1); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc1028 ASSEMBLE_IEEE754_UNOP(expm1); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc1039 ASSEMBLE_IEEE754_UNOP(expm1); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc1828 ASSEMBLE_IEEE754_UNOP(expm1); in AssembleArchInstruction()

Completed in 50 milliseconds

123