HomeSort by relevance Sort by last modified time
    Searched refs:ceilf (Results 126 - 144 of 144) sorted by null

1 2 3 4 56

  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
math.h 64 float ceilf(float x);
806 inline _LIBCPP_INLINE_VISIBILITY float ceil(float __lcpp_x) _NOEXCEPT {return ::ceilf(__lcpp_x);}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
math.h 64 float ceilf(float x);
806 inline _LIBCPP_INLINE_VISIBILITY float ceil(float __lcpp_x) _NOEXCEPT {return ::ceilf(__lcpp_x);}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
math.h 64 float ceilf(float x);
806 inline _LIBCPP_INLINE_VISIBILITY float ceil(float __lcpp_x) _NOEXCEPT {return ::ceilf(__lcpp_x);}
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 923 extern float __cdecl ceilf (float);
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
math.h 64 float ceilf(float x);
806 inline _LIBCPP_INLINE_VISIBILITY float ceil(float __lcpp_x) _NOEXCEPT {return ::ceilf(__lcpp_x);}
    [all...]
  /system/chre/platform/slpi/see/
see_helper.cc 881 ceilf(Seconds(1).toRawNanoseconds() / event.sample_rate));
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/v8/src/wasm/
wasm-interpreter.cc 403 return ceilf(a);
    [all...]
  /external/mesa3d/prebuilt-intermediates/nir/
nir_constant_expressions.c     [all...]
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 202 static_assert((std::is_same<decltype(ceilf(0)), float>::value), "");
    [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 205 static_assert((std::is_same<decltype(std::ceilf(0)), float>::value), "");
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c     [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
math_h.pass.cpp 202 static_assert((std::is_same<decltype(ceilf(0)), float>::value), "");
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/c.math/
cmath.pass.cpp 205 static_assert((std::is_same<decltype(std::ceilf(0)), float>::value), "");
    [all...]
  /external/v8/src/arm/
simulator-arm.cc     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/LLVM/
configure     [all...]

Completed in 941 milliseconds

1 2 3 4 56