/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/ |
sin.pass.cpp | 43 std::complex<double> t1(-imag(x[i]), real(x[i])); 45 std::complex<double> z(imag(t2), -real(t2)); 46 if (std::isnan(real(r))) 47 assert(std::isnan(real(z))); 50 assert(real(r) == real(z)); 51 assert(std::signbit(real(r)) == std::signbit(real(z)));
|
tan.pass.cpp | 44 std::complex<double> t1(-imag(x[i]), real(x[i])); 46 std::complex<double> z(imag(t2), -real(t2)); 47 if (std::isnan(real(r))) 48 assert(std::isnan(real(z))); 51 assert(real(r) == real(z)); 52 assert(std::signbit(real(r)) == std::signbit(real(z)));
|
/prebuilts/go/darwin-x86/src/math/cmplx/ |
isinf.go | 9 // IsInf returns true if either real(x) or imag(x) is an infinity. 11 if math.IsInf(real(x), 0) || math.IsInf(imag(x), 0) {
|
asin.go | 53 if math.Abs(real(x)) > 1 { 56 return complex(math.Asin(real(x)), 0) 58 ct := complex(-imag(x), real(x)) // i * x 60 x1 := complex(1-real(xx), -imag(xx)) // 1 - x*x 63 return complex(imag(w), -real(w)) // -i * w 70 if math.Abs(real(x)) > 1 { 73 return complex(math.Asinh(real(x)), 0) 76 x1 := complex(1+real(xx), imag(xx)) // 1 + x*x 96 return complex(math.Pi/2-real(w), -imag(w)) 103 return complex(-imag(w), real(w)) // i * [all...] |
/prebuilts/go/darwin-x86/test/ken/ |
cplx2.go | 111 r32 := real(complex64(ce)) 112 if r32 != float32(real(Ce)) { 113 println("real(complex64(ce))", r32, real(Ce)) 117 r64 := real(complex128(ce)) 118 if r64 != real(Ce) { 119 println("real(complex128(ce))", r64, real(Ce))
|
/prebuilts/go/linux-x86/src/math/cmplx/ |
isinf.go | 9 // IsInf returns true if either real(x) or imag(x) is an infinity. 11 if math.IsInf(real(x), 0) || math.IsInf(imag(x), 0) {
|
asin.go | 53 if math.Abs(real(x)) > 1 { 56 return complex(math.Asin(real(x)), 0) 58 ct := complex(-imag(x), real(x)) // i * x 60 x1 := complex(1-real(xx), -imag(xx)) // 1 - x*x 63 return complex(imag(w), -real(w)) // -i * w 70 if math.Abs(real(x)) > 1 { 73 return complex(math.Asinh(real(x)), 0) 76 x1 := complex(1+real(xx), imag(xx)) // 1 + x*x 96 return complex(math.Pi/2-real(w), -imag(w)) 103 return complex(-imag(w), real(w)) // i * [all...] |
/prebuilts/go/linux-x86/test/ken/ |
cplx2.go | 111 r32 := real(complex64(ce)) 112 if r32 != float32(real(Ce)) { 113 println("real(complex64(ce))", r32, real(Ce)) 117 r64 := real(complex128(ce)) 118 if r64 != real(Ce) { 119 println("real(complex128(ce))", r64, real(Ce))
|
/prebuilts/misc/common/swig/include/2.0.11/octave/ |
std_complex.i | 13 %swig_cplxdbl_convn(std::complex<double>, std::complex<double>, std::real, std::imag) 14 %swig_cplxflt_convn(std::complex<float>, std::complex<float>, std::real, std::imag)
|
/prebuilts/misc/common/swig/include/2.0.11/python/ |
std_complex.i | 13 %swig_cplxdbl_convn(std::complex<double>, std::complex<double>, std::real, std::imag) 14 %swig_cplxflt_convn(std::complex<float>, std::complex<float>, std::real, std::imag)
|
/prebuilts/misc/common/swig/include/2.0.11/ruby/ |
std_complex.i | 13 %swig_cplxdbl_convn(std::complex<double>, std::complex<double>, std::real, std::imag) 14 %swig_cplxflt_convn(std::complex<float>, std::complex<float>, std::real, std::imag)
|
/frameworks/base/docs/image_sources/fundamentals/ |
service_lifecycle.graffle | [all...] |
fragments.graffle | 25 <real>12</real> 48 <real>36</real> 82 <real>10</real> 91 <real>0.49348831176757812</real> 156 <real>11</real> [all...] |
/frameworks/base/docs/image_sources/training/game-controllers/ |
backward-compatible-inputmanager.graffle | 43 <real>36</real> 75 <real>12</real> 166 <real>10</real> 207 <real>90</real> 232 <real>2.3972222805023193</real> [all...] |
/external/eigen/bench/btl/libs/STL/ |
STL_interface.hh | 28 template<class real> 33 typedef real real_type ; 35 typedef std::vector<real> stl_vector; 83 // real somme; 96 real somme; 114 real somme; 127 real somme; 142 real t1 = B[j]; 143 real t2 = 0; 173 real somme [all...] |
/external/jacoco/org.jacoco.doc/diagrams/ |
flow.graffle | [all...] |
implementation.graffle | 41 <real>36</real> 133 <real>0.0</real> 135 <real>12</real> 160 <real>2.6766984462738037</real> 165 <real>9</real> [all...] |
/frameworks/base/docs/image_sources/training/basics/basic-simple-screen-mock.graffle/ |
data.plist | 41 <real>36</real> 71 <real>10</real> 112 <real>90</real> 137 <real>2.3972222805023193</real> 153 <real>3</real> [all...] |
/art/test/006-args/ |
info.txt | 6 TODO: Real description goes here.
|
/art/test/007-count10/ |
info.txt | 6 TODO: Real description goes here.
|
/art/test/008-exceptions/ |
info.txt | 6 TODO: Real description goes here.
|
/art/test/009-instanceof/ |
info.txt | 6 TODO: Real description goes here.
|
/art/test/010-instance/ |
info.txt | 6 TODO: Real description goes here.
|
/art/test/011-array-copy/ |
info.txt | 6 TODO: Real description goes here.
|
/art/test/012-math/ |
info.txt | 6 TODO: Real description goes here.
|