HomeSort by relevance Sort by last modified time
    Searched full:complex (Results 101 - 125 of 1939) sorted by null

1 2 3 45 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java 310 ComplexProperty complex = categoryToProperty.get(category); local
311 if (complex == null) {
312 complex = new ComplexProperty(
316 categoryToProperty.put(category, complex);
319 complex.setPriority(categoryPriority);
327 complex.setPriority(nextCategoryPriority);
337 // Update the complex properties
341 ComplexProperty complex = categoryToProperty.get(category); local
342 assert complex != null : category;
344 complex.setProperties(subProperties.toArray(subArray))
461 ComplexProperty complex = categoryToProperty.get(category); local
595 ComplexProperty complex = categoryToProperty.get(category); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/
libgcc.a 77 4: ;I U&Itt+u+,t?*__muldi3s?-int4unsigned int;long intBcharIunsigned charPshort unsigned intWlong unsigned int^signed chareshort intllong long intslong long unsigned intzSItype?USItype?DItype?float?complex float?double?complex double?long double?complex long double?__float128?DWstructDWunion,xY? /i/toolchain-src//gcc/gcc-4.6/libgcc/../gcclibgcc2.clibgcc2.h??ge>0:1e2DWstructhighSItypeUSItypefloatlong long unsigned intunsigned char__muldi3long unsigned intshort unsigned intGNU C 4.6.x-google 20120106 (prerelease)DWuniondouble__float128complex long doubleunsigned intchar/tmp/ahsieh-gcc-32-x19222/build/2/gcc/i686-linux/libgcccomplex floatlong doublelong long intshort int__unknown__complex doublelong int/i/toolchain-src//gcc/gcc-4.6/libgcc/../gcc/libgcc2.csigned charDItypeGCC: (GNU) 4.6.x-google 20120106 (prerelease)zR| ?$,A?B H??^?A?A ?.symtab.strtab.shstrtab.text.data.bss.rel.debug_info.debug_abbrev.debug_loc.rel.debug_pubnames.rel.debug_pubtypes.rel.debug_aranges.debug_ranges.rel.debug_line.debug_str.comment.note.GNU-stack.rel.eh_frame4,!`'`0`?, t 0<??J?8YU ?m&wi ?
167 &Ittutt*__negdi2st-int4unsigned int;long intBcharIunsigned charPshort unsigned intWlong unsigned int^signed chareshort intllong long intslong long unsigned intzSItype?USItype?DItype?float?complex float?double?complex double?long double?complex long double?__float128?DWstructDWunionzY? /i/toolchain-src//gcc/gcc-4.6/libgcc/../gcclibgcc2.clibgcc2.h?=;!=/-/-/e2DWstructhighSItypeUSItypefloatlong long unsigned intunsigned charlong unsigned intshort unsigned intGNU C 4.6.x-google 20120106 (prerelease)DWuniondouble__float128complex long doubleunsigned intchar/tmp/ahsieh-gcc-32-x19222/build/2/gcc/i686-linux/libgcccomplex floa (…)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
Font.cpp 142 if (codePath(run) != Complex)
162 if (codePath(run) != Complex)
176 if (codePathToUse != Complex) {
177 // If the complex text implementation cannot return fallback fonts, avoid
198 if (codePath(run) != Complex)
213 if (codePath(run) != Complex)
226 if (codePath(run) != Complex)
280 return Complex;
291 return Complex;
296 return Complex;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/
libgcc.a 81  U&IQ?R??@__multi3??5long int<long unsigned intCintJunsigned intQunsigned charXshort unsigned int_signed charfshort intmchartlong long unsigned int{long long int?DItype?UDItype?__int128?TItype?__int128 unsigned?float?complex float?double?complex double?long double?complex long double?__float128?DWstruct4DWunion,K$)~Y? /i/toolchain-src//gcc/gcc-4.6/libgcc/../gcclibgcc2.clibgcc2.h ?Y;\eH?;V^ TItypeDWstruct__int128 unsignedhighfloat__int128long long unsigned intunsigned char__multi3long unsigned intshort unsigned intGNU C 4.6.x-google 20120106 (prerelease)DWuniondouble__float128complex long doubleunsigned intUDItypecharcomplex floatlong doublelong long intshort int__unknown__complex doublelong int/tmp/ahsieh-gcc-64-X27190/build/2/gcc/x86_64-linux/libgcc/i/toolchain-src//gcc/gcc-4.6/libgcc/../gcc/libgcc2.csigned charDItypeGCC: (GNU) 4.6.x-google 20120106 (prerelease)zRx ?K.symtab.strtab.shstrtab.text.data.bss.rela.debug_info.debug_abbrev.debug_loc.rela.debug_pubnames.rela.debug_pubtypes.rela.debug_aranges.debug_ranges.rela.debug_line.debug_str.comment.note.GNU-stack.rela.eh_frame@K!?'?1??,(?=O?K2([ZV?py?k
205 &I?@__negti2??5long int<long unsigned intCintJunsigned intQunsigned charXshort unsigned int_signed charfshort intmchartlong long unsigned int{long long int?DItype?UDItype?__int128?TItype?__int128 unsigned?float?complex float?double?complex double?long double?complex long double?__float128?DWstruct4DWunion,)zY? /i/toolchain-src//gcc/gcc-4.6/libgcc/../gcclibgcc2.clibgcc2.h ?=;??U[TItypeDWstruct__int128 unsignedhigh__negti2float__int128long long unsigned intunsigned charlong unsigned intshort unsigned intGNU C 4.6.x-google 20120106 (prerelease)DWuniondouble__float128complex long doubleunsigned intUDItypecharcomplex floatlong doublelong long intshort int__unknown_ (…)
    [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 1 //===--- CGExprComplex.cpp - Emit LLVM Code for Complex Exprs -------------===//
10 // This contains code to emit Expr nodes with complex types as LLVM code.
25 // Complex Expression Emitter
59 /// EmitLoadOfLValue - Given an expression with complex type that represents a
67 assert(LV.isSimple() && "complex l-value must be simple");
71 /// EmitLoadOfComplex - Given a pointer to a complex value, emit code to load
75 /// EmitStoreThroughLValue - Given an l-value of complex type, store
76 /// a complex number into it.
78 assert(LV.isSimple() && "complex l-value must be simple");
86 /// EmitComplexToComplexCast - Emit a cast from complex value Val to DestType
    [all...]
  /bionic/libm/man/
hypot.3 43 .Nd Euclidean distance and complex absolute value functions
52 .In complex.h
54 .Fn cabs "double complex z"
56 .Fn cabsf "float complex z"
71 functions compute the complex absolute value of
  /development/samples/training/device-management-policy/res/values-v11/
arrays.xml 24 <item>Complex</item>
  /external/icu4c/test/intltest/
tchcfmt.h 28 * tests functionality in a more complex example,
  /external/skia/src/images/
SkImageEncoder_Factory.cpp 15 // Can't use the typedef here because of complex C++ corner cases
  /external/valgrind/main/docs/internals/
m_syswrap.txt 2 This module handles the complex business of handing system calls off
  /external/webkit/Source/WebCore/platform/audio/
Biquad.h 34 #include <wtf/Complex.h>
63 void setZeroPolePairs(const Complex& zero, const Complex& pole);
67 void setAllpassPole(const Complex& pole);
FFTFrame.cpp 39 #include <wtf/Complex.h>
101 Complex c1(realP1[i], imagP1[i]);
102 Complex c2(realP2[i], imagP2[i]);
168 Complex c = complexFromMagnitudePhase(mag, phaseAccum);
190 Complex c(realP[i], imagP[i]);
237 Complex c(realP[i], imagP[i]);
243 Complex c2 = complexFromMagnitudePhase(mag, phase);
  /external/webkit/Source/WebCore/platform/win/
WebCoreTextRenderer.cpp 117 void WebCoreSetAlwaysUsesComplexTextCodePath(bool complex)
119 Font::setCodePath(complex ? Font::Complex : Font::Auto);
124 return Font::codePath() == Font::Complex;
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Runtime.def 114 #if !defined(ANDROID) /* no complex extension */
125 #if !defined(ANDROID) /* no complex extension */
191 #ifndef ANDROID // no complex extension
200 #ifndef ANDROID // no complex extension
  /frameworks/rs/scriptc/
rs_element.rsh 42 * For complex elements, this function will return the
53 * For complex elements, this function will return the length of
65 * For complex elements, this function will return the
79 * For complex elements, some sub-elements could be statically
  /bionic/libm/src/
math_private.h 159 * Inline functions that can be used to construct complex values.
164 * (0.0+I)*(y+0.0*I) and laboriously computing the full complex product.
168 static __inline float complex
171 float complex z;
178 static __inline double complex
181 double complex z;
188 static __inline long double complex
191 long double complex z;
  /external/llvm/lib/Target/Hexagon/
HexagonIntrinsicsV3.td 17 // MTYPE / COMPLEX / Vector reduce complex multiply real or imaginary.
  /external/webkit/Source/WebCore/platform/audio/mkl/
FFTFrameMKL.cpp 158 // Complex multiply.
179 // De-interleave to separate real and complex arrays. FIXME:
180 // figure out if it's possible to get MKL to use split-complex
181 // form for 1D real-to-complex out-of-place FFTs.
186 // Nyquist component since the interleaved complex data is
196 // get MKL to use split-complex form for 1D backward
197 // (complex-to-real) out-of-place FFTs.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 35 #include <complex.h>
39 means the generic argument(s) may be real or complex, _REAL means
40 real only, _CPLX means complex only. If there is no suffix, we are
47 If any generic parameter is complex, we use a complex version. Otherwise
104 /* Functions defined in both <math.h> and <complex.h> (7.22p4) */
163 /* Functions defined in <complex.h> only (7.22p6) */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 35 #include <complex.h>
39 means the generic argument(s) may be real or complex, _REAL means
40 real only, _CPLX means complex only. If there is no suffix, we are
47 If any generic parameter is complex, we use a complex version. Otherwise
104 /* Functions defined in both <math.h> and <complex.h> (7.22p4) */
163 /* Functions defined in <complex.h> only (7.22p6) */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 35 #include <complex.h>
39 means the generic argument(s) may be real or complex, _REAL means
40 real only, _CPLX means complex only. If there is no suffix, we are
47 If any generic parameter is complex, we use a complex version. Otherwise
104 /* Functions defined in both <math.h> and <complex.h> (7.22p4) */
163 /* Functions defined in <complex.h> only (7.22p6) */
  /external/clang/include/clang/AST/
OperationKinds.h 212 /// complex of the original type. Injects the value as the real
217 /// \brief Converts a floating point complex to floating point real
223 /// \brief Converts a floating point complex to bool by comparing
227 /// \brief Converts between different floating point complex types.
231 /// \brief Converts from a floating complex to an integral complex.
235 /// \brief Converts from an integral real to an integral complex
241 /// \brief Converts an integral complex to an integral real of the
246 /// \brief Converts an integral complex to bool by comparing against
250 /// \brief Converts between different integral complex types
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp     [all...]
warn-reorder-ctor-initialization.cpp 7 class complex : public BB, BB1 { class in inherits:BB,BB1
9 complex() function in class:complex
  /development/apps/launchperf/
AndroidManifest.xml 35 <activity android:name="ComplexActivity" android:label="Complex Activity">
51 android:label="Complex Activity Launch Performance">

Completed in 1859 milliseconds

1 2 3 45 6 7 8 91011>>