/third_party/musl/src/math/s390x/ |
H A D | ceil.c | 5 double ceil(double x) in ceil() function
|
/third_party/musl/src/math/aarch64/ |
H A D | ceil.c | 3 double ceil(double x) in ceil() function
|
/third_party/musl/src/math/powerpc64/ |
H A D | ceil.c | 5 double ceil(double x) in ceil() function
|
/third_party/musl/src/math/ |
H A D | ceil.c | 10 double ceil(double x) in ceil() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | ceil.c | 10 double ceil(double x) in ceil() function
|
/third_party/jerryscript/jerry-libm/ |
H A D | ceil.c | 43 ceil (double x) in ceil() function
|
/third_party/musl/src/math/i386/ |
H A D | floor.s | 29 ceil: label
|
/third_party/skia/experimental/xps_to_png/ |
H A D | xps_to_png.cs | 22 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 D | vktSampleVerifierUtil.hpp | 150 tcu::Vector<float, Size> ceil (const tcu::Vector<float, Size>& v) in ceil() function
|
/third_party/rust/crates/minimal-lexical/etc/ |
H A D | lemire_table.py | 18 from math import ceil, floor, log, log2 namespace
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktSampleVerifierUtil.hpp | 150 tcu::Vector<float, Size> ceil (const tcu::Vector<float, Size>& v) in ceil() function
|
/third_party/node/deps/v8/tools/ |
H A D | eval_gc_nvp.py | 17 from math import ceil, log namespace
|
/third_party/decimal.js/ |
H A D | decimal.js | 4166 function ceil(x) { global() function [all...] |
/third_party/ffmpeg/compat/cuda/ |
H A D | cuda_runtime.h | 176 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 D | af_aexciter.c | 45 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 D | bignum_common.py | 11 from math import ceil namespace
|
/third_party/glslang/SPIRV/ |
H A D | doc.h | 203 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 D | tgmath.h | 155 #undef ceil macro 218 #define ceil(x) __tg_real(ceil, (x)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | tgmath.h | 155 #undef ceil macro 218 #define ceil(x) __tg_real(ceil, (x)) macro
|
/third_party/musl/include/ |
H A D | tgmath.h | 155 #undef ceil macro 218 #define ceil(x) __tg_real(ceil, (x)) macro
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SetupRoutine.cpp | 604 Int ceil = -d >> 31; // Ceiling division: remainder <= 0 in edge() local
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | SetupRoutine.cpp | 596 Int ceil = -d >> 31; // Ceiling division: remainder <= 0 in edge() local
|
/third_party/skia/src/core/ |
H A D | SkImageFilterTypes.h | 333 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 D | SystemZTargetTransformInfo.cpp | 1076 auto ceil = [](unsigned A, unsigned B) { return (A + B - 1) / B; }; in getInterleavedMemoryOpCost() local
|
/third_party/skia/include/private/ |
H A D | SkVx.h | 592 SIN Vec<N,float> ceil(const Vec<N,float>& x) { return map( ceilf, x); } in ceil() function
|