OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:complex
(Results
101 - 125
of
1948
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaCXX/
warn-reorder-ctor-initialization.cpp
7
class
complex
: public BB, BB1 {
class in inherits:BB,BB1
9
complex
()
function in class:complex
/frameworks/base/docs/html/guide/topics/nfc/
index.jd
10
one-time-programmable areas to make the card read-only. More
complex
tags offer math operations,
12
contain operating environments, allowing
complex
interactions with code executing on the tag.
/development/apps/launchperf/src/com/android/launchperf/
ComplexActivityLaunchPerformance.java
27
* Instrumentation class for
Complex
Activity launch performance testing.
/development/samples/SkeletonApp/res/values/
strings.xml
26
<!-- This is a
complex
string containing style runs. -->
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
ContactsListActivity.java
23
* This activity demonstrates how to create a
complex
UI using a ListView
/docs/source.android.com/src/source/
life-of-a-patch.md
21
a patch, once it's been written. Though it may appear
complex
, the majority of
/external/clang/test/Analysis/
nullptr.cpp
19
// invoving a nullptr in a more
complex
operation should be cause a warning
/external/freetype/
Android.mk
12
# when loading
complex
pages in the browser
/external/v8/tools/
mac-nm
9
# for GNU C++ ABI this is a
complex
process (see cp-demangle.c sources), and
/external/valgrind/main/docs/internals/
m_replacemalloc.txt
27
This is a bit
complex
, but it's hard to see how it can be done more simply.
/external/webkit/Source/WebCore/bindings/v8/
npruntime_internal.h
39
#undef
Complex
/frameworks/base/test-runner/src/android/test/
TestCase.java
23
* More
complex
interface for test cases.
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
mode-classes.def
32
DEF_MODE_CLASS (MODE_COMPLEX_INT), /*
complex
numbers */ \
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
mode-classes.def
32
DEF_MODE_CLASS (MODE_COMPLEX_INT), /*
complex
numbers */ \
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
mode-classes.def
32
DEF_MODE_CLASS (MODE_COMPLEX_INT), /*
complex
numbers */ \
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
ccomplex
42
#include <
complex
>
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
ccomplex
32
#include <tr1/
complex
>
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
ccomplex
42
#include <
complex
>
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
ccomplex
32
#include <tr1/
complex
>
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
ccomplex
42
#include <
complex
>
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
ccomplex
32
#include <tr1/
complex
>
/external/llvm/test/Analysis/ScalarEvolution/
trip-count7.ll
6
%struct.
complex
= type { float, float }
39
@z = external global [257 x %struct.
complex
], align 32 ; <[257 x %struct.
complex
]*> [#uses=0]
40
@w = external global [257 x %struct.
complex
], align 32 ; <[257 x %struct.
complex
]*> [#uses=0]
41
@e = external global [130 x %struct.
complex
], align 32 ; <[130 x %struct.
complex
]*> [#uses=0]
/external/clang/include/clang/AST/
APValue.h
1
//===--- APValue.h - Union class for APFloat/APSInt/
Complex
-----*- C++ -*-===//
27
/// [APSInt] [APFloat], [
Complex
APSInt] [
Complex
APFloat], [Expr + Offset].
192
"Invalid
complex
int (type mismatch).");
199
"Invalid
complex
float (type mismatch).");
/external/webkit/Source/WebCore/platform/audio/
Biquad.cpp
260
void Biquad::setZeroPolePairs(const
Complex
&zero, const
Complex
&pole)
274
void Biquad::setAllpassPole(const
Complex
&pole)
276
Complex
zero =
Complex
(1.0, 0.0) / pole;
/external/icu4c/test/intltest/
plurults.cpp
152
// ======= Test
complex
plural rules
153
logln("Testing
Complex
PluralRules");
154
// TODO: the
complex
test data is hard coded. It's better to implement
175
errln("ERROR:
complex
plural rules failed! - exitting");
185
errln("ERROR:
complex
plural rules failed! - exitting");
224
errln("ERROR:
complex
plural rules failed! - exitting");
Completed in 1376 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>