Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/
H A Dcast.h42 using InStorageType = typename InFPBits::StorageType; in cast() local
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/generic/
H A Dmul.h36 using InStorageType = typename InFPBits::StorageType; in mul() local
H A Ddiv.h36 using InStorageType = typename InFPBits::StorageType; in div() local
H A Dadd_sub.h38 using InStorageType = typename InFPBits::StorageType; in add_or_sub() local
H A DFMA.h116 using InStorageType = typename InFPBits::StorageType; local