HomeSort by relevance Sort by last modified time
    Searched refs:atanf (Results 1 - 25 of 200) sorted by null

1 2 3 4 5 6 7 8

  /device/google/contexthub/firmware/lib/libm/
sf_atan.c 68 float atanf(float x) function
70 float atanf(x)
126 return (double) atanf((float) x);
ef_atan2.c 48 if(hx==0x3f800000) return atanf(y); /* x=1.0 */
88 else z=atanf(fabsf(y/x)); /* safe to do y/x */
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_atan2f.c 45 if(hx==0x3f800000) return atanf(y); /* x=1.0 */
88 else z=atanf(fabsf(y/x)); /* safe to do y/x */
s_atanf.c 49 atanf(float x) function
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
e_atan2f.c 45 if(hx==0x3f800000) return atanf(y); /* x=1.0 */
88 else z=atanf(fabsf(y/x)); /* safe to do y/x */
s_atanf.c 49 atanf(float x) function
  /external/clang/test/CodeGen/
libcalls.c 88 float atanf_ = atanf(f);
91 // CHECK-NO: declare float @atanf(float) [[NUW_RN]]
94 // CHECK-YES-NOT: declare float @atanf(float) [[NUW_RN]]
libcall-declarations.c 53 float atanf(float);
272 F(asinhf), F(asinhl), F(atan), F(atanf), F(atanl),
352 // CHECK-NOERRNO: declare float @atanf(float) [[NUW]]
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 77 INLINE_DEF_FLOAT_SYMBOL(atanf, 1)
  /external/valgrind/memcheck/tests/
vcpu_fnfns.c 163 printf(" atanF(%+20.4e) = %+20.4e\n", (double)f, (double)atanf(f));
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 55 __DEVICE__ float atan(float __x) { return ::atanf(__x); }
414 using ::atanf;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 55 __DEVICE__ float atan(float __x) { return ::atanf(__x); }
414 using ::atanf;
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 55 __DEVICE__ float atan(float __x) { return ::atanf(__x); }
414 using ::atanf;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 55 __DEVICE__ float atan(float __x) { return ::atanf(__x); }
414 using ::atanf;
  /bionic/libc/include/
math.h 177 float atanf(float);
  /development/ndk/platforms/android-13/include/
math.h 311 float atanf(float);
  /development/ndk/platforms/android-18/include/
math.h 312 float atanf(float);
  /development/ndk/platforms/android-9/include/
math.h 310 float atanf(float);
  /external/clang/lib/Headers/
__clang_cuda_cmath.h 53 __DEVICE__ float atan(float __x) { return ::atanf(__x); }
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 111 EXPORT_F32_FN_F32(atanf)
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
__clang_cuda_cmath.h 53 __DEVICE__ float atan(float __x) { return ::atanf(__x); }
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
__clang_cuda_cmath.h 53 __DEVICE__ float atan(float __x) { return ::atanf(__x); }
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 53 __DEVICE__ float atan(float __x) { return ::atanf(__x); }
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_cmath.h 53 __DEVICE__ float atan(float __x) { return ::atanf(__x); }
  /prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/
__clang_cuda_cmath.h 53 __DEVICE__ float atan(float __x) { return ::atanf(__x); }

Completed in 1119 milliseconds

1 2 3 4 5 6 7 8