HomeSort by relevance Sort by last modified time
    Searched defs:Log2 (Results 1 - 25 of 59) sorted by null

1 2 3

  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
log2.cpp 30 Filename: /audio/gsm_amr/c/src/log2.c
59 #include "log2.h"
87 FUNCTION NAME: log2()
93 pExponent = pointer to the integer part of Log2 of type Word16 whose
95 pFraction = pointer to the fractional part of Log2 of type Word16
101 pExponent -> integer part of the newly calculated Log2
102 pFraction -> fractional part of the newly calculated Log2
103 pOverflow -> 1 if the log2() operation resulted in saturation
131 [1] log2.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
163 void Log2(
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
Log2.asm 14 ; Log2.c
30 ;Log2 (
49 Log2 PROC
80 Log2 ENDP
Log2.c 14 Log2.c
25 Log2 (
  /prebuilts/go/darwin-x86/src/math/
log10.go 15 // Log2 returns the binary logarithm of x.
17 func Log2(x float64) float64
19 func log2(x float64) float64 { func
  /prebuilts/go/linux-x86/src/math/
log10.go 15 // Log2 returns the binary logarithm of x.
17 func Log2(x float64) float64
19 func log2(x float64) float64 { func
  /external/sfntly/cpp/src/sfntly/math/
font_math.h 26 static int32_t Log2(int32_t a) {
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
log2.c 19 * File : log2.c *
20 * Purpose : Computes log2(L_x) *
24 #include "log2.h"
34 #include "log2_tab.h" /* Table for Log2() */
40 * PURPOSE: Computes log2(L_x, exp), where L_x is positive and
45 * The function Log2(L_x) is approximated by a table and linear
46 * interpolation. The following steps are used to compute Log2(L_x)
59 Word16 *exponent, /* (o) : Integer part of Log2. (range: 0<=val<=30) */
60 Word16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1) */
88 * FUNCTION: Log2()
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
Math.c 154 Log2 (
161 This function computes rounded down log2 of the Operand. This is an equivalent
163 E.g., Log2 (0x0001) == 0, Log2 (0x0002) == 1, Log2 (0x0003) == 1, Log2 (0x0005) == 2
164 Log2 (0x4000) == 14, Log2 (0x8000) == 15, Log2 (0xC000) == 15, Log2 (0xFFFF) == 15, etc.
    [all...]
  /external/webrtc/webrtc/base/
optional_unittest.cc 55 Log2("swap", a, b);
58 Log2("operator==", a, b);
62 Log2("operator!=", a, b);
90 static void Log2(const char* msg, const Logger& a, const Logger& b) {
  /external/mesa3d/src/amd/addrlib/core/
addrcommon.h 438 * Log2
444 static inline UINT_32 Log2(
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
typedefs.h 183 #define Log2 voAWB_Log2
  /external/llvm/include/llvm/Support/
MathExtras.h 479 /// Log2 - This function returns the log base 2 of the specified value
480 inline double Log2(double Value) {
484 return log2(Value);
728 // Log2(Z) would be either Log2Z or Log2Z + 1.
  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp 623 int32_t Log2 = ImmValue.exactLogBase2();
625 if (Log2 != -1) {
626 Imm = CurDAG->getTargetConstant(Log2, SDLoc(N), EltTy);
710 int32_t Log2 = (~ImmValue).exactLogBase2();
712 if (Log2 != -1) {
713 Imm = CurDAG->getTargetConstant(Log2, SDLoc(N), EltTy);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MathExtras.h 501 /// Log2 - This function returns the log base 2 of the specified value
502 inline double Log2(double Value) {
506 return log2(Value);
786 // Log2(Z) would be either Log2Z or Log2Z + 1.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 501 /// Log2 - This function returns the log base 2 of the specified value
502 inline double Log2(double Value) {
506 return log2(Value);
778 // Log2(Z) would be either Log2Z or Log2Z + 1.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
MathExtras.h 520 inline double Log2(double Value) {
524 return log2(Value);
791 // Log2(Z) would be either Log2Z or Log2Z + 1.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
MathExtras.h 520 inline double Log2(double Value) {
524 return log2(Value);
791 // Log2(Z) would be either Log2Z or Log2Z + 1.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
MathExtras.h 520 inline double Log2(double Value) {
524 return log2(Value);
796 // Log2(Z) would be either Log2Z or Log2Z + 1.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
MathExtras.h 520 inline double Log2(double Value) {
524 return log2(Value);
796 // Log2(Z) would be either Log2Z or Log2Z + 1.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
MathExtras.h 520 inline double Log2(double Value) {
524 return log2(Value);
796 // Log2(Z) would be either Log2Z or Log2Z + 1.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
MathExtras.h 520 inline double Log2(double Value) {
524 return log2(Value);
796 // Log2(Z) would be either Log2Z or Log2Z + 1.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 501 /// Log2 - This function returns the log base 2 of the specified value
502 inline double Log2(double Value) {
506 return log2(Value);
778 // Log2(Z) would be either Log2Z or Log2Z + 1.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
MathExtras.h 520 inline double Log2(double Value) {
524 return log2(Value);
791 // Log2(Z) would be either Log2Z or Log2Z + 1.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
MathExtras.h 520 inline double Log2(double Value) {
524 return log2(Value);
791 // Log2(Z) would be either Log2Z or Log2Z + 1.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
MathExtras.h 520 inline double Log2(double Value) {
524 return log2(Value);
796 // Log2(Z) would be either Log2Z or Log2Z + 1.

Completed in 700 milliseconds

1 2 3