Home
last modified time | relevance | path

Searched defs:Complex32 (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h61 Complex32 = 0x0050, // 32 bit complex enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h67 Complex32 = 0x0050, // 32 bit complex enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/CodeView/
DTypeIndex.h68 Complex32 = 0x0050, // 32 bit complex enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/CodeView/
DTypeIndex.h68 Complex32 = 0x0050, // 32 bit complex enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h68 Complex32 = 0x0050, // 32 bit complex enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/CodeView/
DTypeIndex.h68 Complex32 = 0x0050, // 32 bit complex enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/CodeView/
DTypeIndex.h68 Complex32 = 0x0050, // 32 bit complex enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/num-complex/src/
Dlib.rs96 pub type Complex32 = Complex<f32>; typedef
111 pub fn c32<T: Into<f32>>(re: T, im: T) -> Complex32 { in c32()