HomeSort by relevance Sort by last modified time
    Searched defs:sqrtf (Results 1 - 13 of 13) sorted by null

  /bionic/libm/x86/
sqrtf.S 33 ENTRY(sqrtf) function
39 END(sqrtf)
  /bionic/libm/arm/
sqrt.S 42 ENTRY(sqrtf) function
47 END(sqrtf)
  /bionic/libm/arm64/
sqrt.S 24 ENTRY(sqrtf) function
27 END(sqrtf)
  /bionic/libm/x86_64/
sqrtf.S 33 ENTRY(sqrtf) function
36 END(sqrtf)
  /external/clang/test/CodeGen/
arm-vfp-asm-constraint.c 30 float sqrtf(float x) { // CHECK-LABEL: @sqrtf( function
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
nanohub_math.h 25 #define sqrtf arm_sqrtf macro
46 return atan2f(x, sqrtf(1.0f - x * x));
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
mlmath.h 71 #define sqrtf(x) ml_sqrt(x) macro
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlmath.h 71 #define sqrtf(x) ml_sqrt(x) macro
  /external/pdfium/third_party/lcms/src/
lcms2_internal.h 52 #define sqrtf(x) (float)sqrt((float)x) macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 805 /* Define to 1 if you have the `sqrtf' function. */
1628 # define sqrtf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 805 /* Define to 1 if you have the `sqrtf' function. */
1628 # define sqrtf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 805 /* Define to 1 if you have the `sqrtf' function. */
1628 # define sqrtf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 805 /* Define to 1 if you have the `sqrtf' function. */
1628 # define sqrtf macro
    [all...]

Completed in 429 milliseconds