Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/tests/
Droots.rs80 const LOG2: usize = 1 << EXP; in test_nth_root_twos() constant
/aosp_15_r20/external/aac/libSBRenc/src/
H A Dsbr_def.h131 #define LOG2 0.69314718056f /* natural logarithm of 2 */ macro
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/usb/
H A Dusb.c304 #define LOG2(a) ((sizeof(unsigned) << 3) - __builtin_clz(a) - 1) in usb_decode_interval() macro
/aosp_15_r20/external/libxaac/encoder/
H A Dixheaace_sbr_def.h34 #define LOG2 (0.69314718056f) macro
/aosp_15_r20/external/libxaac/common/
H A Dixheaac_sbr_const.h155 #define LOG2 0.69314718056f macro
/aosp_15_r20/external/flatbuffers/tests/
H A Dpy_flexbuffers_test.py26 LOG2 = {1: 0, 2: 1, 4: 2, 8: 3} variable
/aosp_15_r20/external/aac/libAACenc/src/
H A Dmetadata_compressor.cpp106 #define LOG2 0.69314718056f /* natural logarithm of 2 */ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/TableGen/
DRecord.h848 LOG2, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/TableGen/
DRecord.h848 LOG2, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/TableGen/
DRecord.h848 LOG2, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/TableGen/
DRecord.h848 LOG2, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TableGen/
H A DRecord.h788 enum UnaryOp : uint8_t { CAST, NOT, HEAD, TAIL, SIZE, EMPTY, GETDAGOP, LOG2 }; enumerator
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp150 #define LOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__); macro