Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_math.h38 #define __FAST_OR_SLOW(fast, slow) fast macro
40 #define __FAST_OR_SLOW(fast, slow) slow macro
H A D__clang_cuda_math.h51 #define __FAST_OR_SLOW(fast, slow) fast macro
53 #define __FAST_OR_SLOW(fast, slow) slow macro