HomeSort by relevance Sort by last modified time
    Searched defs:ceilf (Results 1 - 25 of 45) sorted by null

1 2

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ceilf.c 25 ceilf(float x) function
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 122 #define ceilf(f) ((float) ceil(f)) macro
148 static inline float truncf(float x) { return x < 0.0f ? ceilf(x) : floorf(x); }
252 *** CEILF: ceiling of float
262 #define CEILF(x) ceilf(x)
270 #define CEILF(x) ((GLfloat) ceil(x))
  /external/mesa3d/src/mesa/main/
imports.h 122 #define ceilf(f) ((float) ceil(f)) macro
148 static inline float truncf(float x) { return x < 0.0f ? ceilf(x) : floorf(x); }
252 *** CEILF: ceiling of float
262 #define CEILF(x) ceilf(x)
270 #define CEILF(x) ((GLfloat) ceil(x))
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.h 78 static INLINE float ceilf( float f ) function
134 return x >= 0.0f ? floorf(x + 0.5f) : ceilf(x - 0.5f);
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 78 static INLINE float ceilf( float f ) function
134 return x >= 0.0f ? floorf(x + 0.5f) : ceilf(x - 0.5f);
  /external/bison/darwin-lib/
math.h 694 # undef ceilf
695 # define ceilf rpl_ceilf
697 _GL_FUNCDECL_RPL (ceilf, float, (float x));
698 _GL_CXXALIAS_RPL (ceilf, float, (float x));
701 # undef ceilf
702 _GL_FUNCDECL_SYS (ceilf, float, (float x));
704 _GL_CXXALIAS_SYS (ceilf, float, (float x));
706 _GL_CXXALIASWARN (ceilf);
708 # undef ceilf macro
710 _GL_WARN_ON_USE (ceilf, "ceilf is unportable -
    [all...]
  /external/bison/lib/
math.in.h 382 # undef ceilf macro
383 # define ceilf rpl_ceilf macro
385 _GL_FUNCDECL_RPL (ceilf, float, (float x));
386 _GL_CXXALIAS_RPL (ceilf, float, (float x));
389 # undef ceilf macro
390 _GL_FUNCDECL_SYS (ceilf, float, (float x));
392 _GL_CXXALIAS_SYS (ceilf, float, (float x));
394 _GL_CXXALIASWARN (ceilf); variable
396 # undef ceilf macro
398 _GL_WARN_ON_USE (ceilf, "ceilf is unportable -
    [all...]
  /external/bison/linux-lib/
math.h 694 # undef ceilf
695 # define ceilf rpl_ceilf
697 _GL_FUNCDECL_RPL (ceilf, float, (float x));
698 _GL_CXXALIAS_RPL (ceilf, float, (float x));
701 # undef ceilf
702 _GL_FUNCDECL_SYS (ceilf, float, (float x));
704 _GL_CXXALIAS_SYS (ceilf, float, (float x));
706 _GL_CXXALIASWARN (ceilf);
708 # undef ceilf macro
710 _GL_WARN_ON_USE (ceilf, "ceilf is unportable -
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 351 /* Define to 1 if you have the `ceilf' function. */
1153 # define ceilf macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 351 /* Define to 1 if you have the `ceilf' function. */
1153 # define ceilf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 351 /* Define to 1 if you have the `ceilf' function. */
1153 # define ceilf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 351 /* Define to 1 if you have the `ceilf' function. */
1153 # define ceilf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 351 /* Define to 1 if you have the `ceilf' function. */
1153 # define ceilf macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 351 /* Define to 1 if you have the `ceilf' function. */
1153 # define ceilf macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 351 /* Define to 1 if you have the `ceilf' function. */
1153 # define ceilf macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 351 /* Define to 1 if you have the `ceilf' function. */
1153 # define ceilf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
c++config.h 351 /* Define to 1 if you have the `ceilf' function. */
1153 # define ceilf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
c++config.h 351 /* Define to 1 if you have the `ceilf' function. */
1153 # define ceilf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
c++config.h 351 /* Define to 1 if you have the `ceilf' function. */
1153 # define ceilf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
c++config.h 351 /* Define to 1 if you have the `ceilf' function. */
1153 # define ceilf macro
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 146 /// float ceilf(float x);
147 ceilf, enumerator in enum:llvm::LibFunc::Func
696 case LibFunc::ceil: case LibFunc::ceilf: case LibFunc::ceill:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
c++config.h 351 /* Define to 1 if you have the `ceilf' function. */
1153 # define ceilf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
c++config.h 466 /* Define to 1 if you have the `ceilf' function. */
1291 # define ceilf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
c++config.h 466 /* Define to 1 if you have the `ceilf' function. */
1291 # define ceilf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 466 /* Define to 1 if you have the `ceilf' function. */
1291 # define ceilf macro
    [all...]

Completed in 2373 milliseconds

1 2