Home
last modified time | relevance | path

Searched defs:test_log2 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/flang/test/Evaluate/
H A Dfold-spread.f9010 …logical, parameter :: test_log2 = all(all(spread([.false., .true.], 2, 2), dim=2) .eqv. [.false., … variable
/llvm-project/clang/test/SemaCXX/
H A Dms-constexpr.cpp4 constexpr bool test_log2() { [[msvc::constexpr]] return log2(32) == 5; } in test_log2() function
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp1285 void test_log2() test_log2() function
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp581 void test_log2() { in test_log2() function