OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atan
(Results
526 - 550
of
1233
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mathcalls.h
59
__MATHCALL (
atan
,, (_Mdouble_ __x));
/prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg
596
PHPFN(
atan
);
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
extinst.glsl.std.450.grammar.json
150
"opname" : "
Atan
",
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/
extinst.glsl.std.450.grammar.json
150
"opname" : "
Atan
",
/bionic/libm/upstream-freebsd/lib/msun/src/
catrig.c
580
/* To ensure the same accuracy as
atan
(), and to filter out z = 0. */
582
return (CMPLX(x,
atan
(y)));