Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/
H A Dcast.h31 using OutFPBits = FPBits<OutType>; in cast() local
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/generic/
H A Dmul.h33 using OutFPBits = FPBits<OutType>; in mul() local
H A Ddiv.h33 using OutFPBits = FPBits<OutType>; in div() local
H A Dadd_sub.h36 using OutFPBits = FPBits<OutType>; in add_or_sub() local
H A DFMA.h113 using OutFPBits = FPBits<OutType>; local
/aosp_15_r20/external/llvm-libc/test/src/math/smoke/
H A DFmaTest.h30 using OutFPBits = typename OutConstants::FPBits; variable
/aosp_15_r20/external/llvm-libc/test/src/math/
H A DFmaTest.h32 using OutFPBits = typename OutConstants::FPBits; variable