Home
last modified time | relevance | path

Searched refs:base_e (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/
Dlog_uniform_int_distribution.h185 unsigned_type base_e, top_e; in Generate() local
187 base_e = static_cast<unsigned_type>(1) << d; in Generate()
196 base_e = in Generate()
207 const unsigned_type lo = (base_e >= p.range()) ? p.range() : base_e; in Generate()
/external/angle/third_party/abseil-cpp/absl/random/
Dlog_uniform_int_distribution.h188 unsigned_type base_e, top_e; in Generate() local
190 base_e = static_cast<unsigned_type>(1) << d; in Generate()
199 base_e = in Generate()
210 const unsigned_type lo = (base_e >= p.range()) ? p.range() : base_e; in Generate()
/external/webrtc/third_party/abseil-cpp/absl/random/
Dlog_uniform_int_distribution.h185 unsigned_type base_e, top_e; in Generate() local
187 base_e = static_cast<unsigned_type>(1) << d; in Generate()
196 base_e = in Generate()
207 const unsigned_type lo = (base_e >= p.range()) ? p.range() : base_e; in Generate()
/external/openscreen/third_party/abseil/src/absl/random/
Dlog_uniform_int_distribution.h185 unsigned_type base_e, top_e; in Generate() local
187 base_e = static_cast<unsigned_type>(1) << d; in Generate()
196 base_e = in Generate()
207 const unsigned_type lo = (base_e >= p.range()) ? p.range() : base_e; in Generate()
/external/abseil-cpp/absl/random/
Dlog_uniform_int_distribution.h185 unsigned_type base_e, top_e; in Generate() local
187 base_e = static_cast<unsigned_type>(1) << d; in Generate()
196 base_e = in Generate()
207 const unsigned_type lo = (base_e >= p.range()) ? p.range() : base_e; in Generate()
/external/libtextclassifier/abseil-cpp/absl/random/
Dlog_uniform_int_distribution.h185 unsigned_type base_e, top_e; in Generate() local
187 base_e = static_cast<unsigned_type>(1) << d; in Generate()
196 base_e = in Generate()
207 const unsigned_type lo = (base_e >= p.range()) ? p.range() : base_e; in Generate()
/external/aac/libFDK/src/
Dfixpoint_math.cpp648 FIXP_DBL fPow(FIXP_DBL base_m, INT base_e, FIXP_DBL exp_m, INT exp_e, in fPow() argument
660 base_lg2 = fLog2(base_m, base_e, &baselg2_e); in fPow()
714 FIXP_DBL fPowInt(FIXP_DBL base_m, INT base_e, INT exp, INT *pResult_e) { in fPowInt() argument
725 base_e -= leadingBits; in fPowInt()
747 result_e += exp * base_e; in fPowInt()
763 FIXP_DBL CalcLog2(FIXP_DBL base_m, INT base_e, INT *result_e) { in CalcLog2() argument
764 return fLog2(base_m, base_e, result_e); in CalcLog2()
/external/aac/libFDK/include/
Dfixpoint_math.h773 FIXP_DBL fPow(FIXP_DBL base_m, INT base_e, FIXP_DBL exp_m, INT exp_e,
785 FIXP_DBL fPowInt(FIXP_DBL base_m, INT base_e, INT N, INT *result_e);