Home
last modified time | relevance | path

Searched defs:complex (Results 101 – 125 of 310) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/fmtlib/test/
H A Dstd-test.cc73 TEST(std_test, complex) { in TEST() argument
H A Dxchar-test.cc493 TEST(std_test_xchar, complex) { in TEST() argument
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DFastDataTest.java148 final String complex = new String(buf); in testUTF_Bounds() local
/aosp_15_r20/external/libopus/tests/
H A Dtest_opus_encode.c454 int complex=fast_rand()%11; in run_test1() local
/aosp_15_r20/external/pytorch/torch/_prims/
H A D__init__.py2843 mean: Union[float, complex], argument
2867 mean: Union[float, complex], argument
/aosp_15_r20/external/rust/android-crates-io/crates/num_enum/tests/
Dtry_from_primitive.rs192 mod complex { module
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/simple_complex_content/xsdc_simple_complex_content_tinyxml_tests/gen/cpp/
Dsimple_complex_content.cpp11 namespace complex { namespace
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/simple_complex_content/xsdc_simple_complex_content_tests/gen/cpp/
Dsimple_complex_content.cpp11 namespace complex { namespace
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/python/
H A Dxla.py190 complex = _broadcasting_binary_op(math_ops.complex) variable
/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/
H A DGrAATriangulator.cpp386 bool complex = !events.empty(); in collapseOverlapRegions() local
/aosp_15_r20/external/kotlinpoet/interop/kotlin-metadata/src/test/kotlin/com/squareup/kotlinpoet/metadata/specs/
H A DKotlinPoetMetadataSpecsTest.kt714 fun complex(input: String, input2: String = ""): String { in <lambda>() method
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dunpickler.cpp793 auto complex = in readGlobal() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp1072 class complex { class
1075 constexpr complex(int re = 0, int im = 0) : re(re), im(im) {} in complex() function in Complex::complex
1076 constexpr complex(const complex &o) : re(o.re), im(o.im) {} in complex() function in Complex::complex
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dhw_tests.rs1174 let complex = f32_to_u32(1.4556); in test_f2fp_pack_ab() localVariable
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DImmutableSortedSetTest.java762 Set<String> complex = Sets.newTreeSet(STRING_LENGTH); in testEquals_bothExplicitOrdering() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableSortedSetTest.java813 Set<String> complex = Sets.newTreeSet(STRING_LENGTH); in testEquals_bothExplicitOrdering() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
H A Dcustom_call_encoding.cc564 if (auto complex = type.dyn_cast<ComplexType>()) { in ScalarDType() local
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_nn.py3723 def to_type(tensor, real, complex): argument
/aosp_15_r20/external/moshi/kotlin/tests/src/test/kotlin/com/squareup/moshi/kotlin/
H A DDualKotlinTest.kt490 val complex: GenericClass<GenericTypeAlias>? constant in TypeAliasUnwrapping
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGDecl.cpp1303 ComplexPairTy complex = EmitComplexExpr(init); in EmitExprAsInit() local
/aosp_15_r20/external/python/httplib2/doc/html/
Dsearchindex.js1 …di:1,over:1,"3xx":1,through:1,still:1,mainli:1,digest:1,paramet:1,uuid:1,complex:1,comprehens:[0,1… property
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DExtHandler.cpp1487 unsigned complex = 0; in Open2() local
/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_mps_dec.h459 WORD32 complex; member
498 } complex; typedef
/aosp_15_r20/external/python/cpython2/Python/
Dast.c3332 Py_complex complex; in parsenumber() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dmath_ops.py701 def complex(real, imag, name=None): function

12345678910>>...13