Home
last modified time | relevance | path

Searched refs:zeta (Results 1 – 25 of 90) sorted by relevance

1234

/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Zeta.pbtxt3 summary: "Compute the Hurwitz zeta function \\\\(\\zeta(x, q)\\\\)."
5 The Hurwitz zeta function is defined as:
8 \\(\zeta(x, q) = \sum_{n=0}^{\infty} (q + n)^{-x}\\)
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_Zeta.pbtxt4 name: "math.zeta"
7 name: "zeta"
/external/tensorflow/tensorflow/core/kernels/
Dcwise_op_zeta.cc20 REGISTER2(BinaryOp, CPU, "Zeta", functor::zeta, float, double);
25 REGISTER2(BinaryOp, GPU, "Zeta", functor::zeta, float, double);
Dcwise_op_gpu_zeta.cu.cc23 DEFINE_BINARY2(zeta, float, double);
/external/eigen/unsupported/Eigen/src/SpecialFunctions/arch/GPU/
DSpecialFunctions.h52 using numext::zeta;
53 return make_float4(zeta(x.x, q.x), zeta(x.y, q.y), zeta(x.z, q.z), zeta(x.w, q.w));
59 using numext::zeta;
60 return make_double2(zeta(x.x, q.x), zeta(x.y, q.y));
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_clear.c59 uint32_t colr = 0, zeta = 0, mode = 0; in nv30_clear() local
73 zeta = pack_zeta(fb->zsbuf->format, depth, stencil); in nv30_clear()
88 PUSH_DATA (push, zeta); in nv30_clear()
94 PUSH_DATA (push, zeta); in nv30_clear()
/external/speex/tmv/
Dpreprocess_tm.h704 register spx_word16_t * restrict zeta = st->zeta; in preprocess_smooth_SNR() local
713zeta[0] = PSHR32(ADD32(MULT16_16(QCONST16(.7f,15),zeta[0]), MULT16_16(QCONST16(.3f,15),iprior)),15… in preprocess_smooth_SNR()
720 { register spx_word16_t zetai = zeta[i]; in preprocess_smooth_SNR()
723zeta[i] = PSHR32(ADD32(ADD32(ADD32(MULT16_16(QCONST16(.7f,15),zetai), MULT16_16(QCONST16(.15f,15),… in preprocess_smooth_SNR()
735 { register spx_word16_t zetai = zeta[i]; in preprocess_smooth_SNR()
738 zeta[i] = PSHR32(ADD32(MULT16_16(QCONST16(.7f,15),zetai), MULT16_16(QCONST16(.3f,15),priori)),15); in preprocess_smooth_SNR()
748 { Zframe = ADD32(Zframe, EXTEND32(zeta[i])); in preprocess_smooth_SNR()
765 register spx_word16_t * restrict zeta = st->zeta; in preprocess_compute_emgain() local
794 P1 = QCONST16(.199f,15)+MULT16_16_Q15(QCONST16(.8f,15),qcurve (zeta[i])); in preprocess_compute_emgain()
/external/eigen/unsupported/Eigen/src/SpecialFunctions/
DSpecialFunctionsPacketMath.h27 Packet pzeta(const Packet& x, const Packet& q) { using numext::zeta; return zeta(x, q); } in pzeta()
DSpecialFunctionsHalf.h21 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half zeta(const Eigen::half& x, const Eigen… in zeta() function
22 return Eigen::half(Eigen::numext::zeta(static_cast<float>(x), static_cast<float>(q))); in zeta()
DSpecialFunctionsBFloat16.h21 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::bfloat16 zeta(const Eigen::bfloat16& x, con… in zeta() function
22 return Eigen::bfloat16(Eigen::numext::zeta(static_cast<float>(x), static_cast<float>(q))); in zeta()
DHipVectorCompatibility.h59 HIP_SCALAR_ACCESSOR_BUILDER_RETVAL(zeta)
DSpecialFunctionsFunctors.h203 using numext::zeta; return zeta(x, q);
DSpecialFunctionsArrayAPI.h156 zeta(const Eigen::ArrayBase<DerivedX>& x, const Eigen::ArrayBase<DerivedQ>& q) in zeta() function
/external/speex/libspeexdsp/
Dpreprocess.c219 spx_word16_t *zeta; /**< Smoothed a priori SNR */ member
459 st->zeta = (spx_word16_t*)speex_alloc((N+M)*sizeof(spx_word16_t)); in speex_preprocess_state_init()
553 speex_free(st->zeta); in speex_preprocess_state_destroy()
810 …st->zeta[0] = PSHR32(ADD32(MULT16_16(QCONST16(.7f,15),st->zeta[0]), MULT16_16(QCONST16(.3f,15),st-… in speex_preprocess_run()
812 …st->zeta[i] = PSHR32(ADD32(ADD32(ADD32(MULT16_16(QCONST16(.7f,15),st->zeta[i]), MULT16_16(QCONST16… in speex_preprocess_run()
815 …st->zeta[i] = PSHR32(ADD32(MULT16_16(QCONST16(.7f,15),st->zeta[i]), MULT16_16(QCONST16(.3f,15),st-… in speex_preprocess_run()
820 Zframe = ADD32(Zframe, EXTEND32(st->zeta[i])); in speex_preprocess_run()
855 P1 = QCONST16(.199f,15)+MULT16_16_Q15(QCONST16(.8f,15),qcurve (st->zeta[i])); in speex_preprocess_run()
/external/tensorflow/tensorflow/compiler/tests/
Dspecial_math_test.py59 return math_ops.zeta(a, q)
218 expected_values = sps.zeta(x, q)
235 expected_values = sps.zeta(x, q)
248 expected_values = sps.zeta(x, q)
261 expected_values = sps.zeta(x, q)
/external/eigen/doc/
DCoeffwiseMathFunctionsTable.dox553 and <a href="#cwisetable_zeta">\c zeta </a>.
571 \link Eigen::zeta zeta\endlink(a,b); \n
572 a.\link ArrayBase::zeta zeta\endlink(b);
574 <td><a href="https://en.wikipedia.org/wiki/Hurwitz_zeta_function">Hurwitz zeta function</a>
575 \n \f$ \zeta(a_i,b_i)=\sum_{k=0}^{\infty}(b_i+k)^{\text{-}a_i} \f$</td>
/external/sg3_utils/
DCOPYING4 Peter Allworth <linsol at zeta dot org dot au>,
/external/eigen/unsupported/Eigen/
DSpecialFunctions38 * - zeta
/external/eigen/unsupported/test/
Dspecial_functions.cpp199 CALL_SUBTEST( res = x.zeta(q); verify_component_wise(res, ref); ); in array_special_functions()
200 CALL_SUBTEST( res = zeta(x,q); verify_component_wise(res, ref); ); in array_special_functions()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dchlo_ops.td291 let summary = "Hurwitz zeta function";
297 \(\zeta(x, q) = \sum_{n=0}^{\infty} (q + n)^{-x}\)
404 def CHLO_ZetaOp : CHLO_Op<"zeta", [NoSideEffect,
406 let summary = "Hurwitz zeta function";
411 \(\zeta(x, q) = \sum_{n=0}^{\infty} (q + n)^{-x}\)
/external/clang/test/CodeGenCXX/
Dmangle-ms.cpp170 void zeta(int (*)(int, int)) {} in zeta() function
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_tensor_test_ops.py150 math_ops.zeta,
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/
DChloOps.td294 let summary = "Hurwitz zeta function";
300 \(\zeta(x, q) = \sum_{n=0}^{\infty} (q + n)^{-x}\)
407 def CHLO_ZetaOp : CHLO_Op<"zeta", [NoSideEffect,
409 let summary = "Hurwitz zeta function";
414 \(\zeta(x, q) = \sum_{n=0}^{\infty} (q + n)^{-x}\)
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py210 zeta = _broadcasting_binary_op(math_ops.zeta) variable
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DHTMLEntities.properties165 # zeta 950

1234