/external/llvm/test/CodeGen/X86/ |
sibcall-5.ll | 11 ; X32: jmp _sin$stub 14 ; X64: jmp _sin
|
sincos-opt.ll | 42 ; OSX_NOOPT: callq _sin
|
/external/llvm/test/CodeGen/ARM/ |
call-tc.ll | 48 ; CHECKV6: b _sin
|
/external/opencv/cvaux/src/ |
cvlee.cpp | 2140 float _sin, _cos; local 2300 float _sin, _cos; local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
valarray_after.h | 447 _DEFINE_EXPR_UNARY_FUNCTION(sin, _Sin)
|
valarray_before.h | 92 struct _Sin
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
valarray_after.h | 447 _DEFINE_EXPR_UNARY_FUNCTION(sin, _Sin)
|
valarray_before.h | 92 struct _Sin
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
valarray_after.h | 447 _DEFINE_EXPR_UNARY_FUNCTION(sin, _Sin)
|
valarray_before.h | 92 struct _Sin
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
valarray_after.h | 447 _DEFINE_EXPR_UNARY_FUNCTION(sin, _Sin)
|
valarray_before.h | 92 struct _Sin
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
valarray_after.h | 447 _DEFINE_EXPR_UNARY_FUNCTION(sin, _Sin)
|
valarray_before.h | 92 struct _Sin
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
valarray_after.h | 447 _DEFINE_EXPR_UNARY_FUNCTION(sin, _Sin)
|
valarray_before.h | 92 struct _Sin
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
valarray_after.h | 446 _DEFINE_EXPR_UNARY_FUNCTION(sin, _Sin)
|
valarray_before.h | 91 struct _Sin
|
/external/opencv/cv/src/ |
cvhough.cpp | 55 #define _sin(x) ((((((a6*(x) + a5)*(x) + a4)*(x) + a3)*(x) + a2)*(x) + a1)*(x) + a0) macro 56 #define _cos(x) _sin(halfPi - (x)) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
random.py | 46 from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin namespace 591 self.gauss_next = _sin(x2pi) * g2rad
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
random.py | 46 from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin namespace 591 self.gauss_next = _sin(x2pi) * g2rad
|