Home
last modified time | relevance | path

Searched defs:OutFPBits (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libc/src/__support/FPUtil/generic/
H A Ddiv.h31 using OutFPBits = FPBits<OutType>; div() local
[all...]
H A Dadd_sub.h33 using OutFPBits = FPBits<OutType>; add_or_sub() local
[all...]
H A DFMA.h111 using OutFPBits = FPBits<OutType>; global() local
/llvm-project/libc/test/src/math/smoke/
H A DFmaTest.h27 using OutFPBits = typename OutConstants::FPBits; global() variable
/llvm-project/libc/test/src/math/
H A DFmaTest.h32 using OutFPBits = typename OutConstants::FPBits; variable