Home
last modified time | relevance | path

Searched defs:approx (Results 1 – 13 of 13) sorted by relevance

/external/catch2/projects/SelfTest/UsageTests/
DApprox.tests.cpp123 Approx approx = Approx::custom().epsilon( 0.01 ); variable
/external/webrtc/common_audio/signal_processing/
Ddivision_operations.c104 int16_t approx, tmp_hi, tmp_low, num_hi, num_low; in WebRtcSpl_DivW32HiLow() local
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlegalize_trigonometric_to_approximation.cc142 Value approx = rewriter.create<DivFOp>(loc, numerator, denominator); in emitApproximation() local
/external/fonttools/Tests/pens/
Dutils.py128 def approx(self, other, rel_tol=1e-12): member in DummyGlyph
/external/pdfium/third_party/libopenjpeg20/
Djp2.h168 OPJ_UINT32 approx; member
/external/mksh/src/
Dhistrap.c389 hist_get(const char *str, bool approx, bool allow_cur) in hist_get()
/external/skqp/third_party/skcms/
Dskcms.cc1662 skcms_TransferFunction* approx, in skcms_ApproximateCurve()
/external/skia/third_party/skcms/
Dskcms.cc2146 skcms_TransferFunction* approx, in skcms_ApproximateCurve()
/external/skia/src/core/
DSkVM.cpp697 F32 approx = sub(e, 124.225514990f); in approx_log2() local
706 F32 approx = add(x, 121.274057500f); in approx_pow2() local
/external/swiftshader/src/Reactor/
DReactor.cpp4678 bool approx = HasRcpApprox() && (p != Precision::Full); in DoRcp() local
4751 bool approx = HasRcpApprox() && (p != Precision::Full); in DoRcpSqrt() local
/external/bcc/tests/cc/
Dcatch.hpp2640 Approx approx( value ); in operator ()() local
/external/catch2/single_include/catch2/
Dcatch.hpp3683 mutable Catch::Detail::Approx approx = Catch::Detail::Approx::custom(); member
/external/libabigail/tests/lib/
Dcatch.hpp3709 mutable Catch::Detail::Approx approx = Catch::Detail::Approx::custom(); member