HomeSort by relevance Sort by last modified time
    Searched refs:coshf (Results 26 - 45 of 45) sorted by null

12

  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/armv7-a/thumb/bits/
c++config.h 363 /* Define to 1 if you have the `coshf' function. */
1168 # define coshf macro
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/bits/
c++config.h 363 /* Define to 1 if you have the `coshf' function. */
1168 # define coshf macro
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/thumb/bits/
c++config.h 363 /* Define to 1 if you have the `coshf' function. */
1168 # define coshf macro
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 363 /* Define to 1 if you have the `coshf' function. */
1168 # define coshf macro
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 363 /* Define to 1 if you have the `coshf' function. */
1168 # define coshf macro
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 363 /* Define to 1 if you have the `coshf' function. */
1168 # define coshf macro
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 363 /* Define to 1 if you have the `coshf' function. */
1168 # define coshf macro
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 363 /* Define to 1 if you have the `coshf' function. */
1168 # define coshf macro
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
c++config.h 363 /* Define to 1 if you have the `coshf' function. */
1168 # define coshf macro
    [all...]
  /external/stlport/stlport/stl/
_cmath.h 87 inline float coshf(float v) { return __coshf(v); } function
  /frameworks/base/libs/rs/driver/
rsdRuntimeMath.cpp 385 { "_Z4coshf", (void *)&coshf, true },
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 87 inline float coshf(float v) { return __coshf(v); } function
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 87 inline float coshf(float v) { return __coshf(v); } function
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 87 inline float coshf(float v) { return __coshf(v); } function
  /external/clang/lib/Headers/
tgmath.h 328 __tg_cosh(float __x) {return coshf(__x);}
  /prebuilt/sdk/11/renderscript/clang-include/
tgmath.h 328 __tg_cosh(float __x) {return coshf(__x);}
  /prebuilt/sdk/12/renderscript/clang-include/
tgmath.h 328 __tg_cosh(float __x) {return coshf(__x);}
  /prebuilt/sdk/13/renderscript/clang-include/
tgmath.h 328 __tg_cosh(float __x) {return coshf(__x);}
  /prebuilt/sdk/14/renderscript/clang-include/
tgmath.h 328 __tg_cosh(float __x) {return coshf(__x);}
  /external/mesa3d/src/glsl/
ir_constant_expression.cpp 1075 data.f[c] = coshf(op[0]->value.f[c]);
    [all...]

Completed in 571 milliseconds

12