/external/freetype/src/tools/ |
cordic.py | 11 print "table of arctan( 1/2^n ) for PI = " + repr(units/65536.0) + " units"
|
/external/libvpx/libvpx/vp9/common/ |
vp9_enums.h | 111 #define D45_PRED 3 // Directional 45 deg = round(arctan(1/1) * 180/pi) 116 #define D63_PRED 8 // Directional 63 deg = round(arctan(2/1) * 180/pi)
|
/prebuilts/go/darwin-x86/src/math/cmplx/ |
log.go | 41 // w = log(r) + i arctan(y/x).
|
asin.go | 110 // Re w = - arctan(-----------) + k PI
|
/prebuilts/go/linux-x86/src/math/cmplx/ |
log.go | 41 // w = log(r) + i arctan(y/x).
|
asin.go | 110 // Re w = - arctan(-----------) + k PI
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_atan2.c | 22 * ARG (x+iy) = arctan(y/x) ... if x > 0, 23 * ARG (x+iy) = pi - arctan[y/(-x)] ... if x < 0,
|
/device/linaro/bootloader/edk2/StdLib/LibC/Math/ |
e_atan2.c | 27 * ARG (x+iy) = arctan(y/x) ... if x > 0,
28 * ARG (x+iy) = pi - arctan[y/(-x)] ... if x < 0,
|
/external/fdlibm/ |
e_atan2.c | 19 * ARG (x+iy) = arctan(y/x) ... if x > 0, 20 * ARG (x+iy) = pi - arctan[y/(-x)] ... if x < 0,
|
/packages/apps/DevCamera/src/com/android/devcamera/ |
CameraInfoCache.java | 203 // angle of view = 2 * arctan ( active size / (2 * focal length) )
|
/external/swiftshader/src/Shader/ |
ShaderCore.cpp | 379 Float4 arctan(RValue<Float4> x, bool pp) function in namespace:sw 391 Float4 arctan(RValue<Float4> y, RValue<Float4> x, bool pp) function in namespace:sw [all...] |
ShaderCore.hpp | 71 Float4 arctan(RValue<Float4> x, bool pp = false); 72 Float4 arctan(RValue<Float4> y, RValue<Float4> x, bool pp = false);
|
/external/freetype/src/base/ |
fttrigon.c | 284 /* from accumulated rounding errors in the arctan table */
|
/packages/apps/ExactCalculator/res/values/ |
strings.xml | 95 <!-- Abbrev. name of tangent function (e.g. "arctan(?)"). [CHAR_LIMIT=5] --> 173 <!-- Content description for 'arctan' button. [CHAR_LIMIT=NONE] -->
|
/external/aac/libFDK/src/ |
FDK_trigFcts.cpp | 253 /* calc of arctan */
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
basic_gpu_test.py | 116 self._compare(data, np.arctan, math_ops.atan, use_gpu)
|
cwise_ops_test.py | 235 self._compareBoth(x, np.arctan, math_ops.atan) 287 self._compareBoth(x, np.arctan, math_ops.atan) 332 self._compareBoth(x, np.arctan, math_ops.atan) [all...] |
/packages/apps/ExactCalculator/src/com/android/calculator2/ |
KeyMaps.java | 584 sKeyValForFun.put("arctan", R.id.fun_arctan);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/ |
NEWS | 118 functions (arcsin, arccos, arctan): about 2 for 10^3 digits, up to
|
TODO | 196 AtanInt(x) = \int_0^x dt \arctan(t)/t
|
/external/tensorflow/tensorflow/compiler/tests/ |
unary_ops_test.py | 170 expected=np.arctan(x).astype(dtype))
|
/external/llvm/docs/ |
YamlIO.rst | 626 return Polar(sqrt(x*x+y*y), arctan(x,y)); [all...] |
/external/tensorflow/tensorflow/cc/gradients/ |
math_grad.cc | 350 // y = arctan(x) [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
FastMath.java | [all...] |
/external/v8/src/base/ |
ieee754.cc | [all...] |