OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:complex
(Results
151 - 175
of
2438
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/complex.number/complex.value.ops/
abs.pass.cpp
10
// <
complex
>
14
// abs(const
complex
<T>& x);
16
#include <
complex
>
25
std::
complex
<T> z(3, 4);
norm.pass.cpp
10
// <
complex
>
14
// norm(const
complex
<T>& x);
16
#include <
complex
>
25
std::
complex
<T> z(3, 4);
/bionic/libm/upstream-freebsd/lib/msun/src/
s_conj.c
29
#include <
complex
.h>
33
double
complex
34
conj(double
complex
z)
s_conjf.c
29
#include <
complex
.h>
33
float
complex
34
conjf(float
complex
z)
s_conjl.c
29
#include <
complex
.h>
33
long double
complex
34
conjl(long double
complex
z)
s_cprojf.c
30
#include <
complex
.h>
35
float
complex
36
cprojf(float
complex
z)
s_cprojl.c
30
#include <
complex
.h>
35
long double
complex
36
cprojl(long double
complex
z)
/external/eigen/Eigen/
PaStiXSupport
8
#include <
complex
.h>
14
#ifdef
complex
15
#undef
complex
/external/eigen/test/
pastix_support.cpp
31
//
Complex
symmetric matrices should pass though
42
CALL_SUBTEST_3( (test_pastix_T_LU<std::
complex
<float> >()) );
43
CALL_SUBTEST_4(test_pastix_T_LU<std::
complex
<double> >());
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
SimpleBatchNode.java
14
* SimpleBatchNode is recommended when you have a large number of geometries using the same material that does not require a
complex
scene graph structure.
32
throw new UnsupportedOperationException("BatchNode is BatchMode.Simple only support child of type Geometry, use BatchMode.
Complex
to use a
complex
structure");
/ndk/sources/cxx-stl/llvm-libc++/include/
complex.h
2
//===---------------------------
complex
.h --------------------------------===//
15
complex
.h synopsis
27
#include_next <
complex
.h>
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
complex.h.pass.cpp
10
// <
complex
.h>
12
#include <
complex
.h>
20
std::
complex
<double> d;
/external/harfbuzz_ng/src/
Makefile.am
86
hb-ot-shape-
complex
-arabic.cc \
87
hb-ot-shape-
complex
-arabic-fallback.hh \
88
hb-ot-shape-
complex
-arabic-table.hh \
89
hb-ot-shape-
complex
-default.cc \
90
hb-ot-shape-
complex
-indic.cc \
91
hb-ot-shape-
complex
-indic-machine.hh \
92
hb-ot-shape-
complex
-indic-private.hh \
93
hb-ot-shape-
complex
-indic-table.cc \
94
hb-ot-shape-
complex
-myanmar.cc \
95
hb-ot-shape-
complex
-myanmar-machine.hh
[
all
...]
/external/stlport/stlport/stl/
_complex.c
44
void
complex
<_Tp>::_div(const _Tp& __z1_r, const _Tp& __z1_i,
65
void
complex
<_Tp>::_div(const _Tp& __z1_r,
88
//
Complex
output, in the form (re,im). We use a two-step process
92
operator<<(basic_ostream<_CharT, _Traits>& __os, const
complex
<_Tp>& __z) {
101
//
Complex
input from arbitrary streams. Note that results in some
107
operator>>(basic_istream<_CharT, _Traits>& __is,
complex
<_Tp>& __z) {
133
__z =
complex
<_Tp>(__re, __im);
/ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.c
44
void
complex
<_Tp>::_div(const _Tp& __z1_r, const _Tp& __z1_i,
65
void
complex
<_Tp>::_div(const _Tp& __z1_r,
88
//
Complex
output, in the form (re,im). We use a two-step process
92
operator<<(basic_ostream<_CharT, _Traits>& __os, const
complex
<_Tp>& __z) {
101
//
Complex
input from arbitrary streams. Note that results in some
107
operator>>(basic_istream<_CharT, _Traits>& __is,
complex
<_Tp>& __z) {
133
__z =
complex
<_Tp>(__re, __im);
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_complex.c
44
void
complex
<_Tp>::_div(const _Tp& __z1_r, const _Tp& __z1_i,
65
void
complex
<_Tp>::_div(const _Tp& __z1_r,
88
//
Complex
output, in the form (re,im). We use a two-step process
92
operator<<(basic_ostream<_CharT, _Traits>& __os, const
complex
<_Tp>& __z) {
101
//
Complex
input from arbitrary streams. Note that results in some
107
operator>>(basic_istream<_CharT, _Traits>& __is,
complex
<_Tp>& __z) {
133
__z =
complex
<_Tp>(__re, __im);
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_complex.c
44
void
complex
<_Tp>::_div(const _Tp& __z1_r, const _Tp& __z1_i,
65
void
complex
<_Tp>::_div(const _Tp& __z1_r,
88
//
Complex
output, in the form (re,im). We use a two-step process
92
operator<<(basic_ostream<_CharT, _Traits>& __os, const
complex
<_Tp>& __z) {
101
//
Complex
input from arbitrary streams. Note that results in some
107
operator>>(basic_istream<_CharT, _Traits>& __is,
complex
<_Tp>& __z) {
133
__z =
complex
<_Tp>(__re, __im);
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_complex.c
44
void
complex
<_Tp>::_div(const _Tp& __z1_r, const _Tp& __z1_i,
65
void
complex
<_Tp>::_div(const _Tp& __z1_r,
88
//
Complex
output, in the form (re,im). We use a two-step process
92
operator<<(basic_ostream<_CharT, _Traits>& __os, const
complex
<_Tp>& __z) {
101
//
Complex
input from arbitrary streams. Note that results in some
107
operator>>(basic_istream<_CharT, _Traits>& __is,
complex
<_Tp>& __z) {
133
__z =
complex
<_Tp>(__re, __im);
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_complex.c
44
void
complex
<_Tp>::_div(const _Tp& __z1_r, const _Tp& __z1_i,
65
void
complex
<_Tp>::_div(const _Tp& __z1_r,
88
//
Complex
output, in the form (re,im). We use a two-step process
92
operator<<(basic_ostream<_CharT, _Traits>& __os, const
complex
<_Tp>& __z) {
101
//
Complex
input from arbitrary streams. Note that results in some
107
operator>>(basic_istream<_CharT, _Traits>& __is,
complex
<_Tp>& __z) {
133
__z =
complex
<_Tp>(__re, __im);
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/
libgcc.a
41
P U??V???M?u????E?U??E?U??M?u????^?? ???? |? $ 1 ? ? ? GNU C 4.2.1 (Apple Inc. build 5666) (dot 3) /tmp/gcc/gcc-5666.3/build/obj/src/gcc/libgcc2.c 1 int long unsigned int char signed char unsigned char short int short unsigned int unsigned int long long int long long unsigned int long int SItype ?v DItype ?? float
complex
float double
complex
double long double
complex
long double DWstruct ?? low ?' # high ?' # ?? s ?? ll ?5 DWunion ??
93
_negdi2.o ???? ? 0 __text __TEXT " 0 ? __debug_frame __DWARF $ <