Searched defs:LOG2 (Results 1 – 8 of 8) sorted by relevance
/external/rust/android-crates-io/crates/num-bigint/tests/ |
D | roots.rs | 79 const LOG2: usize = 1 << EXP; in test_nth_root_twos() constant
|
/external/aac/libSBRenc/src/ |
D | sbr_def.h | 131 #define LOG2 0.69314718056f /* natural logarithm of 2 */ macro
|
/external/coreboot/payloads/libpayload/drivers/usb/ |
D | usb.c | 304 #define LOG2(a) ((sizeof(unsigned) << 3) - __builtin_clz(a) - 1) in usb_decode_interval() macro
|
/external/libxaac/common/ |
D | ixheaac_sbr_const.h | 155 #define LOG2 0.69314718056f macro
|
/external/libxaac/encoder/ |
D | ixheaace_sbr_def.h | 34 #define LOG2 (0.69314718056f) macro
|
/external/flatbuffers/tests/ |
D | py_flexbuffers_test.py | 26 LOG2 = {1: 0, 2: 1, 4: 2, 8: 3} variable
|
/external/aac/libAACenc/src/ |
D | metadata_compressor.cpp | 106 #define LOG2 0.69314718056f /* natural logarithm of 2 */ macro
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TableGen/ |
D | Record.h | 788 enum UnaryOp : uint8_t { CAST, NOT, HEAD, TAIL, SIZE, EMPTY, GETDAGOP, LOG2 }; enumerator
|