Home
last modified time | relevance | path

Searched defs:ceil (Results 1 - 25 of 31) sorted by relevance

12

/third_party/musl/src/math/s390x/
H A Dceil.c5 double ceil(double x) in ceil() function
/third_party/musl/src/math/aarch64/
H A Dceil.c3 double ceil(double x) in ceil() function
/third_party/musl/src/math/powerpc64/
H A Dceil.c5 double ceil(double x) in ceil() function
/third_party/musl/src/math/
H A Dceil.c10 double ceil(double x) in ceil() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dceil.c10 double ceil(double x) in ceil() function
/third_party/jerryscript/jerry-libm/
H A Dceil.c43 ceil (double x) in ceil() function
/third_party/musl/src/math/i386/
H A Dfloor.s29 ceil: label
/third_party/skia/experimental/xps_to_png/
H A 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/
H A DvktSampleVerifierUtil.hpp150 tcu::Vector<float, Size> ceil (const tcu::Vector<float, Size>& v) in ceil() function
/third_party/rust/crates/minimal-lexical/etc/
H A Dlemire_table.py18 from math import ceil, floor, log, log2 namespace
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktSampleVerifierUtil.hpp150 tcu::Vector<float, Size> ceil (const tcu::Vector<float, Size>& v) in ceil() function
/third_party/node/deps/v8/tools/
H A Deval_gc_nvp.py17 from math import ceil, log namespace
/third_party/decimal.js/
H A Ddecimal.js4166 function ceil(x) { global() function
[all...]
/third_party/ffmpeg/compat/cuda/
H A 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/ffmpeg/libavfilter/
H A Daf_aexciter.c45 double ceil; member
80 set_params(ChannelParams *p, double blend, double drive, double srate, double freq, double ceil) set_params() argument
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dbignum_common.py11 from math import ceil namespace
/third_party/glslang/SPIRV/
H A Ddoc.h203 void set(int ceil, const char* (*name)(int), EnumParameters* ep, bool mask = false) in set() argument
/third_party/musl/porting/uniproton/kernel/include/
H A Dtgmath.h155 #undef ceil macro
218 #define ceil(x) __tg_real(ceil, (x)) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtgmath.h155 #undef ceil macro
218 #define ceil(x) __tg_real(ceil, (x)) macro
/third_party/musl/include/
H A Dtgmath.h155 #undef ceil macro
218 #define ceil(x) __tg_real(ceil, (x)) macro
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSetupRoutine.cpp604 Int ceil = -d >> 31; // Ceiling division: remainder <= 0 in edge() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSetupRoutine.cpp596 Int ceil = -d >> 31; // Ceiling division: remainder <= 0 in edge() local
/third_party/skia/src/core/
H A DSkImageFilterTypes.h333 LayerSpace<SkISize> ceil() const { return LayerSpace<SkISize>(fData.toCeil()); } in ceil() function in skif::LayerSpace
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp1076 auto ceil = [](unsigned A, unsigned B) { return (A + B - 1) / B; }; in getInterleavedMemoryOpCost() local
/third_party/skia/include/private/
H A DSkVx.h592 SIN Vec<N,float> ceil(const Vec<N,float>& x) { return map( ceilf, x); } in ceil() function

Completed in 20 milliseconds

12