Searched defs:LOG2 (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/tests/ |
D | roots.rs | 80 const LOG2: usize = 1 << EXP; in test_nth_root_twos() constant
|
/aosp_15_r20/external/aac/libSBRenc/src/ |
H A D | sbr_def.h | 131 #define LOG2 0.69314718056f /* natural logarithm of 2 */ macro
|
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/usb/ |
H A D | usb.c | 304 #define LOG2(a) ((sizeof(unsigned) << 3) - __builtin_clz(a) - 1) in usb_decode_interval() macro
|
/aosp_15_r20/external/libxaac/encoder/ |
H A D | ixheaace_sbr_def.h | 34 #define LOG2 (0.69314718056f) macro
|
/aosp_15_r20/external/libxaac/common/ |
H A D | ixheaac_sbr_const.h | 155 #define LOG2 0.69314718056f macro
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | py_flexbuffers_test.py | 26 LOG2 = {1: 0, 2: 1, 4: 2, 8: 3} variable
|
/aosp_15_r20/external/aac/libAACenc/src/ |
H A D | metadata_compressor.cpp | 106 #define LOG2 0.69314718056f /* natural logarithm of 2 */ macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/TableGen/ |
D | Record.h | 848 LOG2, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/TableGen/ |
D | Record.h | 848 LOG2, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/TableGen/ |
D | Record.h | 848 LOG2, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/TableGen/ |
D | Record.h | 848 LOG2, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TableGen/ |
H A D | Record.h | 788 enum UnaryOp : uint8_t { CAST, NOT, HEAD, TAIL, SIZE, EMPTY, GETDAGOP, LOG2 }; enumerator
|
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/ |
H A D | CameraService.cpp | 150 #define LOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__); macro
|