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

1 2 3

  /bionic/libm/x86/
ceilf.S 33 ENTRY(ceilf) function
39 END(ceilf)
  /bionic/libm/arm64/
ceil.S 24 ENTRY(ceilf) function
27 END(ceilf)
  /bionic/libm/x86_64/
ceilf.S 33 ENTRY(ceilf) function
36 END(ceilf)
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ceilf.c 25 ceilf(float x) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mathinline.h 204 __NTH (ceilf (float __x)) function
  /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/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 502 /* Define to 1 if you have the `ceilf' function. */
1388 # define ceilf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 502 /* Define to 1 if you have the `ceilf' function. */
1388 # define ceilf 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 502 /* Define to 1 if you have the `ceilf' function. */
1388 # define ceilf macro
    [all...]

Completed in 1019 milliseconds

1 2 3