HomeSort by relevance Sort by last modified time
    Searched full:atan (Results 176 - 200 of 926) sorted by null

1 2 3 4 5 6 78 91011>>

  /bionic/libm/
libm.x86.map 20 atan;
libm.x86_64.map 20 atan;
  /development/ndk/platforms/android-23/arch-arm/symbols/
libm.so.functions.txt 16 atan
libm.so.versions.txt 20 atan;
  /development/ndk/platforms/android-23/arch-arm64/symbols/
libm.so.functions.txt 16 atan
libm.so.versions.txt 20 atan;
  /development/ndk/platforms/android-23/arch-mips/symbols/
libm.so.functions.txt 16 atan
libm.so.versions.txt 20 atan;
  /development/ndk/platforms/android-23/arch-mips64/symbols/
libm.so.functions.txt 16 atan
libm.so.versions.txt 20 atan;
  /development/ndk/platforms/android-23/arch-x86/symbols/
libm.so.functions.txt 16 atan
libm.so.versions.txt 20 atan;
  /development/ndk/platforms/android-23/arch-x86_64/symbols/
libm.so.functions.txt 16 atan
libm.so.versions.txt 20 atan;
  /external/deqp/external/vulkancts/mustpass/1.0.0/src/
test-issues.txt 13 dEQP-VK.glsl.builtin.precision.atan.mediump_compute.*
  /external/skia/src/effects/gradients/
SkSweepGradient.cpp 209 // 0.1591549430918 is 1/(2*pi), used since atan returns values [-pi, pi]
210 // On Intel GPU there is an issue where it reads the second arguement to atan "- %s.x" as an int
213 t.printf("atan(- %s.y, -1.0 * %s.x) * 0.1591549430918 + 0.5",
216 t.printf("atan(- %s.y, - %s.x) * 0.1591549430918 + 0.5",
  /external/v8/src/base/
ieee754.h 14 double atan(double x);
  /frameworks/base/packages/MtpDocumentsProvider/res/values-az-rAZ/
strings.xml 23 <string name="error_busy_device" msgid="3997316850357386589">"Dig?r cihaz m???uldur. ?lçatan olmayana kimi fayl köçür? bilm?zsiniz."</string>
  /frameworks/opt/chips/res/values-az-rAZ/
strings.xml 24 <string name="accessbility_suggestion_dropdown_closed" msgid="5545766162855459747">"Heç bir t?klif ?lçatan deyil"</string>
  /system/media/audio_utils/
limiter.c 44 // atan approximation
  /external/crcalc/
impl.html 66 the Taylor series expansion of atan(1/n), where n is a small integer.
69 pi/4 = 4*atan(1/5) - atan(1/239)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
ieee754.txt 169 >>> asin(NAN), acos(NAN), atan(NAN)
179 >>> equal(atan(INF), PI/2), equal(atan(NINF), -PI/2)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
ieee754.txt 169 >>> asin(NAN), acos(NAN), atan(NAN)
179 >>> equal(atan(INF), PI/2), equal(atan(NINF), -PI/2)
  /prebuilts/go/darwin-x86/src/math/cmplx/
asin.go 141 // Atan returns the inverse tangent of x.
142 func Atan(x complex128) complex128 {
168 z = Atan(z)
  /prebuilts/go/linux-x86/src/math/cmplx/
asin.go 141 // Atan returns the inverse tangent of x.
142 func Atan(x complex128) complex128 {
168 z = Atan(z)

Completed in 657 milliseconds

1 2 3 4 5 6 78 91011>>