/ndk/sources/host-tools/make-3.81/ |
D | remote-cstms.c | 147 struct sockaddr_in sin; in start_remote_job() local 162 len = sizeof (sin); in start_remote_job() 163 if (getsockname (retsock, (struct sockaddr *) &sin, &len) < 0) in start_remote_job() 169 retport = sin.sin_port; in start_remote_job() 188 sin.sin_family = AF_INET; in start_remote_job() 189 sin.sin_port = htons (Customs_Port ()); in start_remote_job() 190 sin.sin_addr = permit.addr; in start_remote_job() 191 status = Rpc_Call (sock, &sin, (Rpc_Proc) CUSTOMS_IMPORT, in start_remote_job()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | complex_trig.cpp | 69 return complex<_Tp>(::sin(z._M_re) * ::cosh(z._M_im), in sinT() 73 _STLP_DECLSPEC complex<float> _STLP_CALL sin(const complex<float>& z) in sin() function 76 _STLP_DECLSPEC complex<double> _STLP_CALL sin(const complex<double>& z) in sin() function 80 _STLP_DECLSPEC complex<long double> _STLP_CALL sin(const complex<long double>& z) in sin() function 89 -::sin(z._M_re) * ::sinh(z._M_im)); in cosT() 114 return complex<_Tp>(::sin(re2) / den, ::sinh(im2) / den); in tanT() 134 ::cosh(z._M_re) * ::sin(z._M_im)); in sinhT() 153 ::sinh(z._M_re) * ::sin(z._M_im)); in coshT() 177 return complex<_Tp>(::sinh(re2) / den, ::sin(im2) / den); in tanhT()
|
D | complex.cpp | 71 { return complex<float>(__rho * ::cos(__phi), __rho * ::sin(__phi)); } in polar() 74 { return complex<double>(__rho * ::cos(__phi), __rho * ::sin(__phi)); } in polar() 79 { return complex<long double>(__rho * ::cos(__phi), __rho * ::sin(__phi)); } in polar() 205 expx * ::sin(z._M_im)); in expT() 278 return complex<_Tp>(x * ::cos(y), x * ::sin(y)); in powT() 298 return complex<_Tp>(x * ::cos(y), x * ::sin(y)); in powT() 308 return complex<_Tp>(x * ::cos(y), x * ::sin(y)); in powT()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _como.h | 88 # define sinl sin 111 # define sinf sin 112 # define sinl sin 162 # define sinl sin
|
/ndk/sources/host-tools/make-3.81/po/ |
D | Rules-quot | 3 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin… 39 en@quot.insert-header: insert-header.sin 40 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header 42 en@boldquot.insert-header: insert-header.sin 43 …sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert…
|
D | Makefile.in.in | 47 DISTFILES.common = Makefile.in.in remove-potcdate.sin \ 60 .SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update 72 .sin.sed:
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/ |
D | sin.pass.cpp | 25 assert(sin(c) == x); in test() 42 std::complex<double> r = sin(x[i]); in test_edges()
|
D | tanh.pass.cpp | 64 assert(std::signbit(r.imag()) == std::signbit(sin(2*x[i].imag()))); in test_edges()
|
D | sinh.pass.cpp | 82 assert(std::signbit(r.imag()) == std::signbit(sin(x[i].imag()))); in test_edges()
|
D | cosh.pass.cpp | 81 assert(std::signbit(r.imag()) == std::signbit(x[i].real() * sin(x[i].imag()))); in test_edges()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | valarray_test.cpp | 47 tmp = sin(darray); in transcendentals() 73 tmp = sin(farray); in transcendentals() 100 tmp = sin(ldarray); in transcendentals()
|
D | cmath_test.cpp | 102 CPPUNIT_CHECK( are_equals(std::sin(std::asin(1.0)), 1.0) ); in import_checks() 127 CPPUNIT_CHECK( are_equals(std::sin(std::asin(1.0f)), 1.0f) ); in import_checks() 153 CPPUNIT_CHECK( are_equals(std::sin(std::asin(1.0l)), 1.0l) ); in import_checks()
|
/ndk/tests/device/test-stlport/unit/ |
D | valarray_test.cpp | 47 tmp = sin(darray); in transcendentals() 73 tmp = sin(farray); in transcendentals() 100 tmp = sin(ldarray); in transcendentals()
|
D | cmath_test.cpp | 102 CPPUNIT_CHECK( are_equals(std::sin(std::asin(1.0)), 1.0) ); in import_checks() 127 CPPUNIT_CHECK( are_equals(std::sin(std::asin(1.0f)), 1.0f) ); in import_checks() 153 CPPUNIT_CHECK( are_equals(std::sin(std::asin(1.0l)), 1.0l) ); in import_checks()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | tgmath_h.pass.cpp | 21 double x = sin(1.0); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
D | ctgmath.pass.cpp | 21 double x = std::sin(0); in main()
|
D | cmath.pass.cpp | 354 static_assert((std::is_same<decltype(std::sin((float)0)), float>::value), ""); in test_sin() 355 static_assert((std::is_same<decltype(std::sin((bool)0)), double>::value), ""); in test_sin() 356 static_assert((std::is_same<decltype(std::sin((unsigned short)0)), double>::value), ""); in test_sin() 357 static_assert((std::is_same<decltype(std::sin((int)0)), double>::value), ""); in test_sin() 358 static_assert((std::is_same<decltype(std::sin((unsigned int)0)), double>::value), ""); in test_sin() 359 static_assert((std::is_same<decltype(std::sin((long)0)), double>::value), ""); in test_sin() 360 static_assert((std::is_same<decltype(std::sin((unsigned long)0)), double>::value), ""); in test_sin() 361 static_assert((std::is_same<decltype(std::sin((long long)0)), double>::value), ""); in test_sin() 362 static_assert((std::is_same<decltype(std::sin((unsigned long long)0)), double>::value), ""); in test_sin() 363 static_assert((std::is_same<decltype(std::sin((double)0)), double>::value), ""); in test_sin() [all …]
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cmath.h | 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh… 377 _STLP_DMATH_INLINE(sin) in _STLP_DMATH_INLINE() 400 # if defined (sin) 401 inline double __stlp_sin(double __x) { return sin(__x); } in __stlp_sin() 402 # undef sin 403 inline double sin(double __x) { return __stlp_sin(__x); } in sin() function 448 _STLP_DEF_MATH_INLINE(sin, sin) 515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sin… 589 using ::sin;
|
/ndk/tests/device/hard-float/jni/ |
D | test-float.c | 22 return sin(a) + cos(b) + 4.9; in foo()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/ |
D | sin_valarray.pass.cpp | 46 std::valarray<T> v3 = sin(v1); in main()
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cmath | 46 using ::sin;
|
/ndk/sources/android/support/src/ |
D | math_support.c | 63 __attribute__((weak)) long double sinl(long double x) { return sin((double)x); } in sinl()
|
/ndk/sources/cxx-stl/system/include/ |
D | cmath | 46 using ::sin;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/ |
D | config.hpp | 231 using std::sin;\
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | complex | 225 template<class T> complex<T> sin (const complex<T>&); 1096 _Tp __y = __rho * sin(__theta); 1163 return complex<_Tp>(__e * cos(__i), __e * sin(__i)); 1319 return complex<_Tp>(sinh(__x.real()) * cos(__x.imag()), cosh(__x.real()) * sin(__x.imag())); 1336 return complex<_Tp>(cosh(__x.real()) * cos(__x.imag()), sinh(__x.real()) * sin(__x.imag())); 1349 return complex<_Tp>(_Tp(1), copysign(_Tp(0), sin(_Tp(2) * __x.imag()))); 1360 return complex<_Tp>(__2rsh/__d, sin(__2i)/__d); 1420 // sin 1424 sin(const complex<_Tp>& __x)
|