HomeSort by relevance Sort by last modified time
    Searched defs:complex (Results 26 - 50 of 134) sorted by null

12 3 4 5 6

  /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
ComplexFormat.java 18 package org.apache.commons.math.complex;
32 * Formats a Complex number in cartesian format "Re(c) + Im(c)i". 'i' can
46 /** The notation used to signify the imaginary part of the complex number. */
118 * Get the set of locales for which complex formats are available.
120 * @return available complex format locales.
130 * @param c Complex object to format
133 public static String formatComplex(Complex c) {
138 * Formats a {@link Complex} object to produce a string.
140 * @param complex the object to format.
146 public StringBuffer format(Complex complex, StringBuffer toAppendTo
    [all...]
Complex.java 18 package org.apache.commons.math.complex;
31 * Representation of a Complex number - a number which has both a
48 public class Complex implements FieldElement<Complex>, Serializable {
51 public static final Complex I = new Complex(0.0, 1.0);
54 /** A complex number representing "NaN + NaNi" */
55 public static final Complex NaN = new Complex(Double.NaN, Double.NaN);
58 /** A complex number representing "+INF + INFi" *
    [all...]
  /external/clang/test/CodeGenCXX/
copy-constructor-synthesis.cpp 46 _Complex float complex; member in struct:X
  /prebuilts/go/darwin-x86/src/builtin/
builtin.go 60 // complex64 is the set of all complex numbers with float32 real and
64 // complex128 is the set of all complex numbers with float64 real and
122 // stand-in for either complex type: complex64 or complex128.
190 // The complex built-in function constructs a complex value from two
193 // value will be the corresponding complex type (complex64 for float32,
195 func complex(r, i FloatType) ComplexType func
197 // The real built-in function returns the real part of the complex number c.
201 // The imag built-in function returns the imaginary part of the complex
  /prebuilts/go/linux-x86/src/builtin/
builtin.go 60 // complex64 is the set of all complex numbers with float32 real and
64 // complex128 is the set of all complex numbers with float64 real and
122 // stand-in for either complex type: complex64 or complex128.
190 // The complex built-in function constructs a complex value from two
193 // value will be the corresponding complex type (complex64 for float32,
195 func complex(r, i FloatType) ComplexType func
197 // The real built-in function returns the real part of the complex number c.
201 // The imag built-in function returns the imaginary part of the complex
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java 335 ComplexProperty complex = categoryToProperty.get(category); local
336 if (complex == null) {
337 complex = new ComplexProperty(
341 categoryToProperty.put(category, complex);
344 complex.setPriority(categoryPriority);
352 complex.setPriority(nextCategoryPriority);
362 // Update the complex properties
366 ComplexProperty complex = categoryToProperty.get(category); local
367 assert complex != null : category;
369 complex.setProperties(subProperties.toArray(subArray))
486 ComplexProperty complex = categoryToProperty.get(category); local
620 ComplexProperty complex = categoryToProperty.get(category); local
    [all...]
  /external/tensorflow/tensorflow/python/ops/
math_ops.py 102 @@complex
246 Given a tensor `x` of complex numbers, this operation returns a tensor of type
248 elements in `x` must be complex numbers of the form \\(a + bj\\). The
427 For complex numbers, `y = sign(x) = x / |x|` if `x != 0`, otherwise `y = 0`.
575 @tf_export("complex")
576 def complex(real, imag, name=None): function
577 r"""Converts two real numbers to a complex number.
579 Given a tensor `real` representing the real part of a complex number, and a
580 tensor `imag` representing the imaginary part of a complex number, this
581 operation returns complex numbers elementwise of the form \\(a + bj\\), wher
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSortedSetTest.java 528 Set<String> complex = Sets.newTreeSet(STRING_LENGTH); local
529 Collections.addAll(complex, "in", "the", "a");
530 assertEquals(set, complex);
  /external/libopus/tests/
test_opus_encode.c 420 int complex=fast_rand()%11; local
421 if(opus_encoder_ctl(enc, OPUS_SET_COMPLEXITY(complex))!=OPUS_OK)test_failed();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ast.c 380 a little more complex than necessary as a result. It also means
733 /* def foo((x)): is not complex, special case. */
735 /* We have complex arguments, setup for unpacking. */
3330 Py_complex complex; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ast.c 380 a little more complex than necessary as a result. It also means
733 /* def foo((x)): is not complex, special case. */
735 /* We have complex arguments, setup for unpacking. */
3313 Py_complex complex; local
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 1303 ComplexPairTy complex = EmitComplexExpr(init); local
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedSetTest.java 686 Set<String> complex = Sets.newTreeSet(STRING_LENGTH); local
687 Collections.addAll(complex, "in", "the", "a");
688 assertEquals(set, complex);
    [all...]
  /external/python/cpython2/Python/
ast.c 380 a little more complex than necessary as a result. It also means
733 /* def foo((x)): is not complex, special case. */
735 /* We have complex arguments, setup for unpacking. */
3330 Py_complex complex; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.0.0/
lint-checks-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.0.0-alpha5/
lint-checks-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.0.0-alpha7/
lint-checks-25.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.0.0-alpha9/
lint-checks-25.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.0.0-beta2/
lint-checks-25.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.0.0-beta5/
lint-checks-25.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.0.0-beta6/
lint-checks-25.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.0.0-beta7/
lint-checks-25.0.0-beta7.jar 

Completed in 1353 milliseconds

12 3 4 5 6