Home
last modified time | relevance | path

Searched defs:mul2 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dvector-scalar.c23 uchar4 mul2(uchar4 v) in mul2() function
H A Dubsan-promoted-arith.cpp55 uchar mul2(uchar uc) { return uc * uc; } in mul2() function
/llvm-project/libc/src/__support/FPUtil/
H A DNormalFloat.h88 LIBC_INLINE NormalFloat<T> mul2(int e) const { mul2() function