HomeSort by relevance Sort by last modified time
    Searched refs:lg (Results 101 - 125 of 127) sorted by null

1 2 3 45 6

  /external/brotli/c/enc/
brotli_bit_stream.c 90 size_t lg = (length == 1) ? 1 : Log2FloorNonZero((uint32_t)(length - 1)) + 1; local
91 size_t mnibbles = (lg < 16 ? 16 : (lg + 3)) / 4;
94 BROTLI_DCHECK(lg <= 24);
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
syn_filt_opt.s 28 @ m --- 16 lg --- 80 update --- 1
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
InstructionList.java     [all...]
  /external/libopus/celt/
bands.c 222 opus_val16 lg; local
228 lg = SATURATE16(ADD32(bandLogE[i], SHL32((opus_val32)eMeans[i],6)));
230 g = celt_exp2(MIN32(32.f, lg));
233 shift = 16-(lg>>DB_SHIFT);
240 g = celt_exp2_frac(lg&((1<<DB_SHIFT)-1));
246 capping the gain here, which is equivalent to a cap of 18 on lg.
    [all...]
  /art/openjdkjvmti/
deopt_manager.cc 134 std::lock_guard<std::mutex> lg(mu_);
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
gk104.asm 603 lg $c bra #spill_cfstack label
661 lg $c bra #shared_loop label
687 lg $c bra #search_cstack label
  /external/llvm/include/llvm/Support/
ScaledNumber.h 184 /// Returns the rounded lg of \c Digits*2^Scale and an int specifying whether
195 // Get the floor of the lg of Digits.
209 /// \brief Get the lg (rounded) of a scaled number.
211 /// Get the lg of \c Digits*2^Scale.
218 /// \brief Get the lg floor of a scaled number.
220 /// Get the floor of the lg of \c Digits*2^Scale.
224 auto Lg = getLgImpl(Digits, Scale);
225 return Lg.first - (Lg.second > 0);
228 /// \brief Get the lg ceiling of a scaled number
554 int32_t lg() const { return ScaledNumbers::getLg(Digits, Scale); } function in class:llvm::ScaledNumber
    [all...]
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 444 const unsigned SpreadBits = (Max / Min).lg();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
ScaledNumber.h 184 /// Returns the rounded lg of \c Digits*2^Scale and an int specifying whether
195 // Get the floor of the lg of Digits.
209 /// Get the lg (rounded) of a scaled number.
211 /// Get the lg of \c Digits*2^Scale.
218 /// Get the lg floor of a scaled number.
220 /// Get the floor of the lg of \c Digits*2^Scale.
224 auto Lg = getLgImpl(Digits, Scale);
225 return Lg.first - (Lg.second > 0);
228 /// Get the lg ceiling of a scaled number
554 int32_t lg() const { return ScaledNumbers::getLg(Digits, Scale); } function in class:llvm::ScaledNumber
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 470 const unsigned SpreadBits = (Max / Min).lg();
  /external/jemalloc_new/
configure     [all...]
  /external/capstone/suite/MC/SystemZ/
insn-good.s.cs     [all...]
  /external/llvm/test/MC/SystemZ/
insn-bad.s     [all...]
insn-good.s     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/SystemZ/
insn-good.s     [all...]
insn-bad.s     [all...]
  /external/cldr/tools/java/org/unicode/cldr/icu/
idList.txt 103 language; lg; Ganda; 2004-07-06; ;
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /external/webrtc/talk/media/testdata/
voice.rtpdump 14 ??pjL??>+/O?_43f??oFZ???ZNh??????LJ\\JKc??????MLQ????????????N87=D<6;_??gU???YCL???z????????WOs?`RX????????bJN|?bh???U?<?D?=Eg???????????XW???????{Ze???\m???????W?9??4???pjx??_RZ^[VPMLGBBSkTLQ????^????i[???hZk??wXn?x[_????m??iTi??\JJOTI>@[?mED\??gWs????????Xm?????????????????PKe?bD;?QaH:;M??OHa??[KX????????he???n???????????kgdZ??j?9??4?J??pjUWb\VOIBDINVJJ]??|f????_q?mVN_???gx??????????????r~tN?=@HG?=I[\V]j??k???????????ou??????????????d]???aMNRTLCDIPQFCO??[Ma???????m]^kgxqt???????????l????xVg??VIH??~?9??4???pjO]YNP]z?gw???cd???_]???????????????????????TNNKLGEGLLNOTYal?????????^MSy?yjt???????????????t\NJFBAEEACHOVX^n???????????????l???fb?????????nlrz_W`l[LIKJJJLUZZ`~?????9??4???pj????????????kj??obm????o???i[n??sOM[kdLGHMNGGMVWd^h??????????????????????????????zgbXPMJHIFFGKR[b~????????????????|y????????n]Vc????kc]ijVLMPWV\ij??????????o???????9??4?*??pj?u??????????????k]_^]XSSKNUTMLLNSUU_?????????d]h????????????????ld????lg~?gULNQSTXelgbi????qw???????????????????nbkzmk][\YPMMTWVZ`md^[b?????????????????????????????9??4???pjmd]`q?k_^[X[[b[PU[_^ev???????????????????????????t_RSTX\UNLMX^b]^j~?}t?????????d^j?????????t{??yoe_Z[^ef[Tasuai?????????????????????????????fVR]hmp]UX\e]NMOQUXe???9??4?j??pju}n}?????o???????????????lbiyiUMS]hwh_YWZ`ca\V[e????y???????????????????????~lf`^a__\X]hmomdc_fn??????????????????????????mn??zm]]bofc[[_dn?{i_f|??????????????????9??4?
    [all...]
  /external/syzkaller/vendor/golang.org/x/net/http2/
server.go 601 if lg := sc.hs.ErrorLog; lg != nil {
602 lg.Printf(format, args...)
    [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc     [all...]
  /external/v8/src/s390/
constants-s390.h     [all...]
macro-assembler-s390.cc     [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
toggling_stereo_g729_pt18_pt125.rtp     [all...]
hrtf_g722_1C_48.rtp     [all...]

Completed in 1348 milliseconds

1 2 3 45 6