HomeSort by relevance Sort by last modified time
    Searched refs:sin (Results 176 - 200 of 245) sorted by null

1 2 3 4 5 6 78 910

  /external/ipsec-tools/src/racoon/
handler.c 1055 struct sockaddr_in *sin; local
1061 sin = (struct sockaddr_in *)addr;
1062 if (sin->sin_addr.s_addr == p->mode_cfg->addr4.s_addr)
isakmp.c 3053 struct sockaddr_in *sin; local
    [all...]
  /external/quake/quake/src/WinQuake/
r_part.cpp 147 sy = sin(angle);
150 sp = sin(angle);
153 sr = sin(angle);
sv_user.cpp 66 sinval = sin(angleval);
r_main.cpp 1081 sintable[i] = AMP + sin(i*3.14159*2/CYCLE)*AMP;
1082 intsintable[i] = AMP2 + sin(i*3.14159*2/CYCLE)*AMP2; // AMP2, not 20
  /external/stlport/stlport/stl/
_complex.h 877 _STLP_DECLSPEC complex<float> _STLP_CALL sin(const complex<float>&);
896 _STLP_DECLSPEC complex<double> _STLP_CALL sin(const complex<double>&);
916 _STLP_DECLSPEC complex<long double> _STLP_CALL sin(const complex<long double>&);
  /external/strace/
net.c 936 struct sockaddr_in sin; member in union:__anon7614
985 ntohs(addrbuf.sin.sin_port), inet_ntoa(addrbuf.sin.sin_addr));
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
MathTest.java 118 double r = Math.sin(Math.asin(OPP / HYP));
624 * @tests java.lang.Math#sin(double)
628 // Test for method double java.lang.Math.sin(double)
629 assertEquals("Incorrect answer", 0.0, Math.sin(0), 0D);
630 assertEquals("Incorrect answer", 0.8414709848078965, Math.sin(1), 0D);
    [all...]
StrictMathTest.java 100 assertTrue("Returned incorrect arc sine", StrictMath.sin(StrictMath
641 * @tests java.lang.StrictMath#sin(double)
645 // Test for method double java.lang.StrictMath.sin(double)
646 assertTrue("Returned incorrect sine", StrictMath.sin(StrictMath
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.h 877 _STLP_DECLSPEC complex<float> _STLP_CALL sin(const complex<float>&);
896 _STLP_DECLSPEC complex<double> _STLP_CALL sin(const complex<double>&);
916 _STLP_DECLSPEC complex<long double> _STLP_CALL sin(const complex<long double>&);
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c 106 angle_sin_tab[nn] = FIXED_FROM_FLOAT(sin(radians));
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 111 angle_sin_tab[nn] = FIXED_FROM_FLOAT(sin(radians));
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
MatrixPaletteRenderer.java 396 float z = radius * (float) Math.sin(angle);
  /external/libvpx/vp8/common/arm/armv6/
idct_v6.asm 155 mov r4, #0x00008A00 ; sin
238 mov r4, #0x00008A00 ; sin
  /external/skia/src/core/
SkMath.cpp 435 double val = sin(rad);
  /external/skia/tests/
MathTest.cpp 402 double fs = sin(frads);
  /external/webkit/WebCore/platform/graphics/qt/
PathQt.cpp 273 yc - radius * sin(sar)));
  /frameworks/base/core/java/android/widget/
OverScroller.java 842 distance = mVelocity / TIME_COEF * Math.sin(d);
  /frameworks/base/media/tests/SoundPoolTest/src/com/android/
SoundPoolTest.java 310 float leftVolume = (float) Math.sin(radians);
  /libcore/luni/src/main/java/java/lang/
Math.java 858 * <li>{@code sin(+0.0) = +0.0}</li>
859 * <li>{@code sin(-0.0) = -0.0}</li>
860 * <li>{@code sin(+infinity) = NaN}</li>
861 * <li>{@code sin(-infinity) = NaN}</li>
862 * <li>{@code sin(NaN) = NaN}</li>
866 * the angle whose sin has to be computed, in radians.
869 public static native double sin(double d); method in class:Math
    [all...]
  /libcore/luni/src/test/java/tests/SQLite/
DatabaseTest.java     [all...]
  /system/media/opensles/tests/automated/
BufferQueue_test.cpp 139 float pcm_ = sin((i_ * (1.0f + 0.5f * (i_ / nframes_)) * 0.01 * M_PI * 2.0));
  /external/quake/quake/src/QW/client/
r_main.c 1100 sintable[i] = AMP + sin(i*3.14159*2/CYCLE)*AMP;
1101 intsintable[i] = AMP2 + sin(i*3.14159*2/CYCLE)*AMP2; // AMP2, not 20
  /external/v8/src/
math.js 252 "sin", MathSin,
  /external/v8/test/mjsunit/
undeletable-functions.js 57 "round", "sin", "sqrt", "tan", "atan2", "pow", "max", "min"];

Completed in 2453 milliseconds

1 2 3 4 5 6 78 910