Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/
H A Dcast.h30 using InStorageType = typename InFPBits::StorageType; in cast() local
/aosp_15_r20/external/llvm-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.h39 using InStorageType = typename InFPBits::StorageType; in add_or_sub() local
H A DFMA.h116 using InStorageType = typename InFPBits::StorageType; local
/aosp_15_r20/external/llvm-libc/test/src/math/smoke/
H A DSubTest.h31 using InStorageType = typename InConstants::StorageType; variable
H A DAddTest.h32 using InStorageType = typename InConstants::StorageType; variable
H A DDivTest.h31 using InStorageType = typename InConstants::StorageType; variable
H A DMulTest.h31 using InStorageType = typename InConstants::StorageType; variable
H A DFmaTest.h33 using InStorageType = typename InConstants::StorageType; variable
/aosp_15_r20/external/llvm-libc/test/src/math/
H A DDivTest.h27 using InStorageType = typename InConstants::StorageType; variable
H A DSubTest.h27 using InStorageType = typename InConstants::StorageType; variable
H A DAddTest.h27 using InStorageType = typename InConstants::StorageType; variable
H A DMulTest.h29 using InStorageType = typename InConstants::StorageType; variable
H A DFmaTest.h35 using InStorageType = typename InConstants::StorageType; variable