OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asin
(Results
201 - 225
of
266
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
valarray_before.h
103
{ return
asin
(__t); }
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h
446
_DEFINE_EXPR_UNARY_FUNCTION(
asin
)
valarray_before.h
101
{ return
asin
(__t); }
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h
446
_DEFINE_EXPR_UNARY_FUNCTION(
asin
)
valarray_before.h
101
{ return
asin
(__t); }
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h
446
_DEFINE_EXPR_UNARY_FUNCTION(
asin
)
valarray_before.h
101
{ return
asin
(__t); }
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
valarray_after.h
446
_DEFINE_EXPR_UNARY_FUNCTION(
asin
)
valarray_before.h
101
{ return
asin
(__t); }
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_after.h
448
_DEFINE_EXPR_UNARY_FUNCTION(
asin
, _Asin)
valarray_before.h
103
{ return
asin
(__t); }
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_after.h
448
_DEFINE_EXPR_UNARY_FUNCTION(
asin
, _Asin)
valarray_before.h
103
{ return
asin
(__t); }
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_after.h
448
_DEFINE_EXPR_UNARY_FUNCTION(
asin
, _Asin)
valarray_before.h
103
{ return
asin
(__t); }
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_after.h
448
_DEFINE_EXPR_UNARY_FUNCTION(
asin
, _Asin)
valarray_before.h
103
{ return
asin
(__t); }
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
valarray_after.h
447
_DEFINE_EXPR_UNARY_FUNCTION(
asin
, _Asin)
valarray_before.h
102
{ return
asin
(__t); }
/external/chromium_org/v8/src/
math.js
333
"
asin
", MathAsin,
heap-inl.h
768
case
ASIN
:
769
return
asin
(input);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
StrictMathTest.java
96
* @tests java.lang.StrictMath#
asin
(double)
99
// Test for method double java.lang.StrictMath.
asin
(double)
101
.
asin
(OPP / HYP)) == OPP / HYP);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
clike.js
317
builtin: words("radians degrees sin cos tan
asin
acos atan " +
/external/llvm/lib/Analysis/
ConstantFolding.cpp
[
all
...]
/external/opencv/cvaux/src/
cvvecfacetracking.cpp
590
pFaceTracker->dbRotateDelta =
asin
((vx * vy_prev - vx_prev * vy) / sqrt(n1_n2));
766
double cos_a = cos(
asin
(sin_a));
[
all
...]
Completed in 952 milliseconds
1
2
3
4
5
6
7
8
9
10
11