HomeSort by relevance Sort by last modified time
    Searched full:atan (Results 276 - 300 of 1233) sorted by null

<<11121314151617181920>>

  /bionic/libm/x86_64/
s_atan.S 39 // atan(X) = Tau + atan( (X`-B) / (One + BX) ) is correct
49 // Tau is atan( B ) if -5 <= k <= 4
53 // atan(NaN) = quiet NaN
54 // atan(+/-INF) = +/-Pi/2
55 // atan(+/-0) = +/-0
60 # -- Begin atan
61 ENTRY(atan) function
214 END(atan)
215 # -- End atan
    [all...]
  /external/clang/lib/Headers/
__clang_cuda_math_forward_declares.h 55 __DEVICE__ double atan(double);
56 __DEVICE__ float atan(float);
192 using ::atan;
  /external/clang/test/CodeGen/
libcalls.c 86 double atan_ = atan(d);
89 // CHECK-NO: declare double @atan(double) [[NUW_RN]]
92 // CHECK-YES-NOT: declare double @atan(double) [[NUW_RN]]
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 55 __DEVICE__ double atan(double);
56 __DEVICE__ float atan(float);
192 using ::atan;
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 55 __DEVICE__ double atan(double);
56 __DEVICE__ float atan(float);
192 using ::atan;
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 55 __DEVICE__ double atan(double);
56 __DEVICE__ float atan(float);
192 using ::atan;
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 55 __DEVICE__ double atan(double);
56 __DEVICE__ float atan(float);
192 using ::atan;
  /prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 55 __DEVICE__ double atan(double);
56 __DEVICE__ float atan(float);
192 using ::atan;
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 55 __DEVICE__ double atan(double);
56 __DEVICE__ float atan(float);
192 using ::atan;
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 55 __DEVICE__ double atan(double);
56 __DEVICE__ float atan(float);
192 using ::atan;
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 55 __DEVICE__ double atan(double);
56 __DEVICE__ float atan(float);
192 using ::atan;
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_math_forward_declares.h 55 __DEVICE__ double atan(double);
56 __DEVICE__ float atan(float);
192 using ::atan;
  /external/v8/src/base/
ieee754.h 30 V8_BASE_EXPORT double atan(double x);
  /external/vulkan-validation-layers/libs/glm/gtx/
fast_trigonometry.inl 57 // atan
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
psy_configuration.c 90 * description: calculates 1000*atan(x/1000)
91 * based on atan approx for x > 0
92 * atan(x) = x/((float)1.0f+(float)0.280872f*x*x) if x < 1
94 * return: 1000*atan(x/1000)
  /frameworks/compile/slang/tests/P_math_fp/
math_fp.rs 81 TEST_FUNC_1(atan);
  /frameworks/support/v7/mediarouter/res/values-az/
strings.xml 38 <string name="mr_controller_no_info_available" msgid="5585418471741142924">"?lçatan m?lumat yoxdur"</string>
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
mlmath.h 53 #define atan(x) ml_atan(x) macro
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlmath.h 53 #define atan(x) ml_atan(x) macro
  /libcore/ojluni/src/main/native/
jfdlibm.h 40 #define atan jatan macro
  /prebuilts/misc/common/swig/include/2.0.11/
math.i 27 extern double atan(double x);
  /prebuilts/ndk/r10/sources/cxx-stl/gabi++/include/
cmath 50 using ::atan;
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
cmath 50 using ::atan;
  /prebuilts/ndk/r10/sources/cxx-stl/system/include/
cmath 50 using ::atan;
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
cmath 50 using ::atan;

Completed in 2238 milliseconds

<<11121314151617181920>>