OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atan
(Results
126 - 150
of
868
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
...]
math_java_only.csv
[
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);
/packages/apps/ExactCalculator/tests/src/com/android/calculator2/
BRTest.java
44
private final static UnaryCRFunction
ATAN
= UnaryCRFunction.atanFunction;
113
checkWeakEq(BoundedRational.
atan
(x), fromRadians(
ATAN
.execute(xAsCR)),
114
"
atan
:" + x);
116
fromRadians(
ATAN
.execute(xAsCR)), "degree
atan
:" + x);
/external/autotest/client/site_tests/graphics_PiglitBVT/piglit_logs/pinetrail/
expectations_pinetrail.json
191
"spec/glsl-1.10/execution/built-in-functions/fs-
atan
-float": {
192
"command": "/usr/local/piglit/lib/piglit/bin/shader_runner /usr/local/piglit/lib/piglit/generated_tests/spec/glsl-1.10/execution/built-in-functions/fs-
atan
-float.shader_test -auto",
196
"spec/glsl-1.10/execution/built-in-functions/fs-
atan
-vec2": {
197
"command": "/usr/local/piglit/lib/piglit/bin/shader_runner /usr/local/piglit/lib/piglit/generated_tests/spec/glsl-1.10/execution/built-in-functions/fs-
atan
-vec2.shader_test -auto",
201
"spec/glsl-1.10/execution/built-in-functions/fs-
atan
-vec3": {
202
"command": "/usr/local/piglit/lib/piglit/bin/shader_runner /usr/local/piglit/lib/piglit/generated_tests/spec/glsl-1.10/execution/built-in-functions/fs-
atan
-vec3.shader_test -auto",
206
"spec/glsl-1.10/execution/built-in-functions/fs-
atan
-vec4": {
207
"command": "/usr/local/piglit/lib/piglit/bin/shader_runner /usr/local/piglit/lib/piglit/generated_tests/spec/glsl-1.10/execution/built-in-functions/fs-
atan
-vec4.shader_test -auto",
/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))
/external/speex/libspeex/
vorbis_psy.h
54
#define toBARK(n) (13.1f*
atan
(.00074f*(n))+2.24f*
atan
((n)*(n)*1.85e-8f)+1e-4f*(n))
/external/vulkan-validation-layers/libs/glm/gtx/
fast_trigonometry.hpp
83
//! Faster than the common
atan
function but less accurate.
89
//! Faster than the common
atan
function but less accurate.
/libcore/ojluni/src/main/native/
Math.c
57
return
atan
(d);
151
NATIVE_METHOD(Math,
atan
, "!(D)D"),
/prebuilts/ndk/current/platforms/android-18/arch-x86/usr/lib/
libm.so
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/lib/
libm.so
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/lib/
libm.so
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/lib/
libm.so
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/libr2/
libm.so
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/libr6/
libm.so
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/lib/
libm.so
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/libr2/
libm.so
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/libr6/
libm.so
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/lib/
libm.so
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/lib/
libm.so
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/libx32/
libm.so
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/lib/
libm.so
Completed in 516 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>