Home
last modified time | relevance | path

Searched defs:ckd_mul (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libc/include/llvm-libc-macros/
H A Dstdckdint-macros.h22 #define ckd_mul( global() macro
/llvm-project/clang/lib/Headers/
H A Dstdckdint.h39 #define ckd_mul(R, A, B) __builtin_mul_overflow((A), (B), (R)) macro