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

1 2 3 4

  /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-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/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 55 __DEVICE__ float atan(float __x) { return ::atanf(__x); }
423 using ::atanf;
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_cmath.h 55 __DEVICE__ float atan(float __x) { return ::atanf(__x); }
423 using ::atanf;
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_cmath.h 55 __DEVICE__ float atan(float __x) { return ::atanf(__x); }
423 using ::atanf;
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 55 __DEVICE__ float atan(float __x) { return ::atanf(__x); }
423 using ::atanf;
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 55 __DEVICE__ float atan(float __x) { return ::atanf(__x); }
423 using ::atanf;
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 55 __DEVICE__ float atan(float __x) { return ::atanf(__x); }
423 using ::atanf;
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_cmath.h 55 __DEVICE__ float atan(float __x) { return ::atanf(__x); }
423 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;
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 55 __DEVICE__ float atan(float __x) { return ::atanf(__x); }
423 using ::atanf;
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_cmath.h 55 __DEVICE__ float atan(float __x) { return ::atanf(__x); }
423 using ::atanf;
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_cmath.h 55 __DEVICE__ float atan(float __x) { return ::atanf(__x); }
423 using ::atanf;
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 55 __DEVICE__ float atan(float __x) { return ::atanf(__x); }
423 using ::atanf;
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 55 __DEVICE__ float atan(float __x) { return ::atanf(__x); }
423 using ::atanf;
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 55 __DEVICE__ float atan(float __x) { return ::atanf(__x); }
423 using ::atanf;

Completed in 379 milliseconds

1 2 3 4