Home
last modified time | relevance | path

Searched defs:finite (Results 1 – 11 of 11) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-retry-repeat-common.hpp62 struct finite : public operator_base<T> { struct
63 typedef rxu::decay_t<Observable> source_type;
64 typedef rxu::decay_t<Count> count_type;
66 struct values {
89 finite(source_type s, count_type t) in finite() function
94 void on_subscribe(const Subscriber& s) const { in on_subscribe()
108 values initial_;
Drx-repeat.hpp68 using finite = ::rxcpp::operators::detail::retry_repeat_common::finite typedef
Drx-retry.hpp64 using finite = ::rxcpp::operators::detail::retry_repeat_common::finite typedef
/external/tensorflow/tensorflow/core/kernels/
Dsummary_image_op.cc204 bool finite = true; in NormalizeFloatImage() local
234 bool finite = true; in NormalizeFloatImage() local
/external/skia/tests/
DScalarTest.cpp173 bool finite = gProc1[k](rec.fValue); in test_isfinite() local
186 bool finite = gProc2[m](rec0.fValue, rec1.fValue, proc1); in test_isfinite() local
/external/skqp/tests/
DScalarTest.cpp173 bool finite = gProc1[k](rec.fValue); in test_isfinite() local
186 bool finite = gProc2[m](rec0.fValue, rec1.fValue, proc1); in test_isfinite() local
/external/tensorflow/tensorflow/core/summary/
Dsummary_converter.cc132 bool finite = true; in NormalizeFloatImage() local
162 bool finite = true; in NormalizeFloatImage() local
/external/mesa3d/src/mesa/main/
Dimports.h126 # define finite _finite macro
/external/libpng/contrib/libtests/
Dtarith.c85 int finite = 0; in validation_ascii_to_fp() local
/external/swiftshader/src/Pipeline/
DShaderCore.cpp187 Float4 reciprocal(RValue<Float4> x, bool pp, bool finite, bool exactAtPow2) in reciprocal()
/external/swiftshader/src/Shader/
DShaderCore.cpp187 Float4 reciprocal(RValue<Float4> x, bool pp, bool finite, bool exactAtPow2) in reciprocal()