Home
last modified time | relevance | path

Searched defs:ceil (Results 1 – 25 of 38) sorted by relevance

12

/third_party/musl/src/math/i386/
Dfloor.s27 .global ceil symbol
29 ceil: label
/third_party/musl/src/math/aarch64/
Dceil.c3 double ceil(double x) in ceil() function
/third_party/musl/src/math/powerpc64/
Dceil.c5 double ceil(double x) in ceil() function
/third_party/musl/src/math/s390x/
Dceil.c5 double ceil(double x) in ceil() function
/third_party/jerryscript/jerry-libm/
Dceil.c43 ceil (double x) in ceil() function
/third_party/musl/src/math/
Dceil.c10 double ceil(double x) in ceil() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dceil.c10 double ceil(double x) in ceil() function
/third_party/flutter/skia/experimental/xps_to_png/
Dxps_to_png.cs22 static int ceil(double x) { return (int)System.Math.Ceiling(x); } in ceil() method in Program
/third_party/skia/experimental/xps_to_png/
Dxps_to_png.cs22 static int ceil(double x) { return (int)System.Math.Ceiling(x); } in ceil() method in Program
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.hpp150 tcu::Vector<float, Size> ceil (const tcu::Vector<float, Size>& v) in ceil() function
/third_party/ffmpeg/libavfilter/
Daf_aexciter.c45 double ceil; member
83 double ceil) in set_params()
/third_party/ffmpeg/compat/cuda/
Dcuda_runtime.h176 static inline __device__ float ceil(float a) { return __builtin_ceilf(a); } in ceil() function
177 static inline __device__ double ceil(double a) { return __builtin_ceil(a); } in ceil() function
/third_party/rust/crates/num-traits/src/
Dreal.rs94 fn ceil(self) -> Self; in ceil() method
Dfloat.rs329 fn ceil(self) -> Self { in ceil() method
1186 fn ceil(self) -> Self; in ceil() method
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSetupRoutine.cpp596 Int ceil = -d >> 31; // Ceiling division: remainder <= 0 in edge() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSetupRoutine.cpp604 Int ceil = -d >> 31; // Ceiling division: remainder <= 0 in edge() local
/third_party/skia/src/core/
DSkImageFilterTypes.h333 LayerSpace<SkISize> ceil() const { return LayerSpace<SkISize>(fData.toCeil()); } in ceil() function
/third_party/musl/include/
Dtgmath.h218 #define ceil(x) __tg_real(ceil, (x)) macro
/third_party/musl/ndk_musl_include/
Dtgmath.h218 #define ceil(x) __tg_real(ceil, (x)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h218 #define ceil(x) __tg_real(ceil, (x)) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h218 #define ceil(x) __tg_real(ceil, (x)) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp1076 auto ceil = [](unsigned A, unsigned B) { return (A + B - 1) / B; }; in getInterleavedMemoryOpCost() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dsimd_vec4.inl341 GLM_FUNC_QUALIFIER detail::fvec4SIMD ceil function
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts551 ceil(x: number): number; method
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_common.inl418 GLM_FUNC_QUALIFIER vecType<T, P> ceil(vecType<T, P> const & x) function

12