HomeSort by: relevance | last modified time | path
    Searched refs:rescale (Results 1 - 15 of 15) sorted by relevancy

  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/arm/
armv4-mont.S 61 mov r0,r0,lsl#2 @ rescale r0 for byte count
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
armv4-mont.S 61 mov r0,r0,lsl#2 @ rescale r0 for byte count
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/
armv4-mont.S 54 mov r0,r0,lsl#2 @ rescale r0 for byte count
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonVectorCombine.cpp 98 Value *rescale(IRBuilder<> &Builder, Value *Mask, Type *FromTy,
849 Value *Mask = HVC.rescale(Builder, MakeVec(Builder, getMask(S.Seg.Val)),
1154 auto HexagonVectorCombine::rescale(IRBuilder<> &Builder, Value *Mask,
  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v02.c 1926 const int rescale = (memLog-tableLog) - 1; /* tableLog <= memLog */ local
1931 nextRankVal += rankStats[w] << (w+rescale);
2260 const int rescale = (memLog-tableLog) - 1; /* tableLog <= memLog */ local
2265 nextRankVal += rankStats[w] << (w+rescale);
zstd_v03.c 1922 const int rescale = (memLog-tableLog) - 1; /* tableLog <= memLog */ local
1927 nextRankVal += rankStats[w] << (w+rescale);
zstd_v04.c 2078 const int rescale = (memLog-tableLog) - 1; /* tableLog <= memLog */ local
2083 nextRankVal += rankStats[w] << (w+rescale);
zstd_v05.c 2201 const int rescale = (memLog-tableLog) - 1; /* tableLog <= memLog */ local
2205 nextRankVal += rankStats[w] << (w+rescale);
zstd_v06.c 2322 { int const rescale = (memLog-tableLog) - 1; /* tableLog <= memLog */ local
2327 nextRankVal += rankStats[w] << (w+rescale);
zstd_v07.c 2131 { int const rescale = (maxTableLog-tableLog) - 1; /* tableLog <= maxTableLog */ local
2136 nextRankVal += rankStats[w] << (w+rescale);
  /src/external/bsd/zstd/dist/lib/decompress/
huf_decompress.c 1236 { int const rescale = (maxTableLog-tableLog) - 1; /* tableLog <= maxTableLog */ local
1241 nextRankVal += wksp->rankStats[w] << (w+rescale);
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
ieee754-df.S 159 @ Since this is not common case, rescale them off line.
ieee754-sf.S 114 @ Since this is not common case, rescale them off line.
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
ieee754-df.S 159 @ Since this is not common case, rescale them off line.
ieee754-sf.S 114 @ Since this is not common case, rescale them off line.

Completed in 41 milliseconds