/development/ndk/platforms/android-21/arch-arm/symbols/ |
libm.so.versions.txt | 20 atan;
|
/development/ndk/platforms/android-21/arch-arm64/symbols/ |
libm.so.functions.txt | 16 atan
|
libm.so.versions.txt | 20 atan;
|
/development/ndk/platforms/android-21/arch-mips/symbols/ |
libm.so.functions.txt | 16 atan
|
libm.so.versions.txt | 20 atan;
|
/development/ndk/platforms/android-21/arch-mips64/symbols/ |
libm.so.functions.txt | 16 atan
|
libm.so.versions.txt | 20 atan;
|
/development/ndk/platforms/android-21/arch-x86/symbols/ |
libm.so.functions.txt | 16 atan
|
libm.so.versions.txt | 20 atan;
|
/development/ndk/platforms/android-21/arch-x86_64/symbols/ |
libm.so.functions.txt | 16 atan
|
libm.so.versions.txt | 20 atan;
|
/development/ndk/platforms/android-9/arch-arm/symbols/ |
libm.so.versions.txt | 16 atan;
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
libm.so.versions.txt | 16 atan;
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
libm.so.functions.txt | 12 atan
|
libm.so.versions.txt | 16 atan;
|
/packages/apps/Dialer/java/com/android/dialer/shortcuts/res/values-az/ |
strings.xml | 23 <string name="dialer_shortcut_contact_not_found_or_has_no_number" msgid="3538594504123040498">"Kontakt art?q ?lçatan deyil."</string>
|
/packages/providers/TvProvider/res/values-az/ |
strings.xml | 21 <string name="permdesc_readTvListings" msgid="1165157606059567535">"Cihaz?n?zda ?lçatan olan bütün TV siyah?lar?n? oxuyun"</string>
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/ |
AUTHORS | 9 Mathieu Dutour acos.c, asin.c, atan.c and early gamma.c
|
/system/media/audio_utils/include/audio_utils/ |
limiter.h | 31 * and then approximates atan or spline.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
math.s | 6 .float $atan(0.0)
|
/external/crcalc/tests/src/com/hp/creals/ |
CRTest.java | 113 UnaryCRFunction atan = UnaryCRFunction.atanFunction; local 128 check_eq(atan.execute(tan.execute(one)), one, "atan(tan(1) failed"); 129 check_eq(atan.execute(tan.execute(one.negate())), one.negate(), 130 "atan(tan(-1) failed"); 131 check_eq(tan.execute(atan.execute(huge)), huge, 132 "tan(atan(10**15)) failed");
|
SlowCRTest.java | 56 final static UnaryCRFunction ATAN = UnaryCRFunction.atanFunction; 75 checkApprEq(ATAN.execute(x).doubleValue(), Math.atan(xAsDouble), 76 "atan float compare:" + xAsDouble); 105 checkEq(x, TAN.execute(ATAN.execute(x)), 106 "tan(atan(" + xAsDouble + ")");
|
/libcore/luni/src/test/resources/ |
math_important_numbers.csv | 85 atan,0x1.37e1637253389p0,0x1.5bf0a8b145769p1,2.718281828459045 86 atan,-0x1.37e1637253389p0,-0x1.5bf0a8b145769p1,-2.718281828459045 87 atan,0x0.0p0,0x0.0p0,0.0 88 atan,-0x0.0p0,-0x0.0p0,-0.0 89 atan,0x1.921fb54442d18p-1,0x1.0p0,1.0 90 atan,-0x1.921fb54442d18p-1,-0x1.0p0,-1.0 91 atan,-0x1.dac670561bb4fp-2,-0x1.0p-1,-0.5 92 atan,0x1.dac670561bb4fp-2,0x1.0p-1,0.5 93 atan,-0x1.69b8154baf42ep0,-0x1.921fb54442d18p2,-6.283185307179586 94 atan,-0x1.67fe45e9cabc4p0,-0x1.815e630c155e1p2,-6.02138591938043 [all...] |
/external/vulkan-validation-layers/libs/glm/detail/ |
func_trigonometric.hpp | 125 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/atan.xml">GLSL atan man page</a> 128 GLM_FUNC_DECL genType atan(genType const & y, genType const & x); 135 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/atan.xml">GLSL atan man page</a> 138 GLM_FUNC_DECL genType atan(genType const & y_over_x);
|
/external/libvorbis/lib/ |
scales.h | 79 #define toBARK(n) (13.1f*atan(.00074f*(n))+2.24f*atan((n)*(n)*1.85e-8f)+1e-4f*(n))
|