Home
last modified time | relevance | path

Searched defs:Complex64 (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/num-complex/src/
Dlib.rs116 pub type Complex64 = Complex<f64>; typedef
125 pub fn c64<T: Into<f64>>(re: T, im: T) -> Complex64 { in c64()
1678 fn test(c: Complex64, r: f64, i: f64) { in test_consts()
1781 fn test(c: Complex64, ns: f64) { in test_norm()
1794 fn test(c: Complex64, arg: f64) { in test_arg()
1805 fn test(c: Complex64) { in test_polar_conv()
1814 pub(crate) fn close(a: Complex64, b: Complex64) -> bool { in close()
1818 fn close_to_tol(a: Complex64, b: Complex64, tol: f64) -> bool { in close_to_tol()
1828 fn close_naninf(a: Complex64, b: Complex64) -> bool { in close_naninf()
1832 fn close_naninf_to_tol(a: Complex64, b: Complex64, tol: f64) -> bool { in close_naninf_to_tol()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dcmplx.go15 Complex64 complex64 type
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dbasic.go28 Complex64 const
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dbasic.go31 Complex64 const
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/
H A Dtypes_test.cc183 TEST(DataBuffer, Complex64) { in TEST() argument
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h64 Complex64 = 0x0051, // 64 bit complex enumerator
/aosp_15_r20/external/tensorflow/tensorflow/go/
H A Dtensor.go54 Complex64 DataType = C.TF_COMPLEX64 const
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h70 Complex64 = 0x0051, // 64 bit complex enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/CodeView/
DTypeIndex.h71 Complex64 = 0x0051, // 64 bit complex enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/CodeView/
DTypeIndex.h71 Complex64 = 0x0051, // 64 bit complex enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h71 Complex64 = 0x0051, // 64 bit complex enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/CodeView/
DTypeIndex.h71 Complex64 = 0x0051, // 64 bit complex enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/CodeView/
DTypeIndex.h71 Complex64 = 0x0051, // 64 bit complex enumerator
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
H A DInterpreter.cs183 Complex64 = 8, enumerator
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mlir_generated/
H A Dgpu_binary_ops_test.cc441 /*test_name=*/Complex64, std::complex<float>, in GENERATE_DEFAULT_TESTS() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/binary/
Dbinary_test.go30 Complex64 complex64 member
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dimport_tensorflow_test.cc407 TEST_F(ContentImportTest, Complex64) { in TEST_F() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/gob/
Dcodec_test.go1185 Complex64, Complex128 any member
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/abi/
Dtype.go59 Complex64 const
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dtype.go288 Complex64 const