/third_party/skia/resources/sksl/intrinsics/ |
D | Ceil.sksl | 7 return (ceil(testInputs.x) == expected.x && 8 ceil(testInputs.xy) == expected.xy && 9 ceil(testInputs.xyz) == expected.xyz && 10 ceil(testInputs.xyzw) == expected.xyzw && 11 ceil(constVal.x) == expected.x && 12 ceil(constVal.xy) == expected.xy && 13 ceil(constVal.xyz) == expected.xyz && 14 ceil(constVal.xyzw) == expected.xyzw) ? colorGreen : colorRed;
|
/third_party/jsframework/runtime/main/extend/systemplugin/ |
D | sensor.js | 54 ret.x = Math.ceil(Math.random() * 10) 55 ret.y = Math.ceil(Math.random() * 10) 56 ret.z = Math.ceil(Math.random() * 10) 127 ret.x = Math.ceil(Math.random() * 10) 128 ret.y = Math.ceil(Math.random() * 10) 129 ret.z = Math.ceil(Math.random() * 10) 160 ret.alpha = Math.ceil(Math.random() * 10) 161 ret.beta = Math.ceil(Math.random() * 10) 162 ret.gamma = Math.ceil(Math.random() * 10) 181 ret.heartRate = Math.ceil(Math.random() * 30) [all …]
|
/third_party/skia/tests/sksl/intrinsics/ |
D | Ceil.glsl | 8 …return ((((((ceil(testInputs.x) == expected.x && ceil(testInputs.xy) == expected.xy) && ceil(testI…
|
D | Ceil.metal | 18 …ceil(_uniforms.testInputs.x) == expected.x && all(ceil(_uniforms.testInputs.xy) == expected.xy)) &…
|
/third_party/skia/third_party/externals/tint/test/intrinsics/gen/ceil/ |
D | 678655.wgsl.expected.glsl | 5 float res = ceil(1.0f); 35 float res = ceil(1.0f); 55 float res = ceil(1.0f);
|
D | 96f597.wgsl.expected.glsl | 5 vec2 res = ceil(vec2(0.0f, 0.0f)); 35 vec2 res = ceil(vec2(0.0f, 0.0f)); 55 vec2 res = ceil(vec2(0.0f, 0.0f));
|
D | 34064b.wgsl.expected.glsl | 5 vec3 res = ceil(vec3(0.0f, 0.0f, 0.0f)); 35 vec3 res = ceil(vec3(0.0f, 0.0f, 0.0f)); 55 vec3 res = ceil(vec3(0.0f, 0.0f, 0.0f));
|
D | b74c16.wgsl.expected.glsl | 5 vec4 res = ceil(vec4(0.0f, 0.0f, 0.0f, 0.0f)); 35 vec4 res = ceil(vec4(0.0f, 0.0f, 0.0f, 0.0f)); 55 vec4 res = ceil(vec4(0.0f, 0.0f, 0.0f, 0.0f));
|
/third_party/musl/src/math/i386/ |
D | floor.s | 27 .global ceil symbol 28 .type ceil,@function 29 ceil: label
|
/third_party/ffmpeg/libavfilter/dnn/ |
D | dnn_backend_native_layer_avgpool.c | 91 output_height = ceil(height / (kernel_strides * 1.0)); in ff_dnn_execute_layer_avg_pool() 92 output_width = ceil(width / (kernel_strides * 1.0)); in ff_dnn_execute_layer_avg_pool() 99 output_height = ceil((height - avgpool_params->kernel_size + 1) / (kernel_strides * 1.0)); in ff_dnn_execute_layer_avg_pool() 100 output_width = ceil((width - avgpool_params->kernel_size + 1) / (kernel_strides * 1.0)); in ff_dnn_execute_layer_avg_pool()
|
/third_party/ffmpeg/libavutil/ |
D | libm.h | 425 return x >= 0 ? floor(x + 0.5) : ceil(x - 0.5); in rint() 446 return (x > 0) ? floor(x + 0.5) : ceil(x - 0.5); in round() 453 return (x > 0) ? floor(x + 0.5) : ceil(x - 0.5); in roundf() 460 return (x > 0) ? floor(x) : ceil(x); in trunc() 467 return (x > 0) ? floor(x) : ceil(x); in truncf()
|
/third_party/rust/crates/num-traits/src/ |
D | float.rs | 329 fn ceil(self) -> Self { in ceil() method 818 Self::ceil(self) -> Self; 837 libm::ceilf as ceil(self) -> Self; 921 Self::ceil(self) -> Self; 940 libm::ceil as ceil(self) -> Self; 1186 fn ceil(self) -> Self; in ceil() method 1930 Self::ceil(self) -> Self; 2077 libm::ceilf as ceil(self) -> Self; 2125 libm::ceil as ceil(self) -> Self;
|
/third_party/ffmpeg/libavfilter/ |
D | af_aexciter.c | 45 double ceil; member 61 …{ "ceil", "set ceiling", OFFSET(ceil), AV_OPT_TYPE_DOUBLE, {.dbl=9999}, 9999, 20000… 83 double ceil) in set_params() argument 117 w0 = 2 * M_PI * ceil / srate; in set_params() 164 if (s->ceil >= 10000.) { in distortion_process() 270 s->freq, s->ceil); in config_input()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_compressed_texture_pixel_storage.txt | 167 UNPACK_COMPRESSED_BLOCK_SIZE * ceil(<width> / UNPACK_COMPRESSED_BLOCK_WIDTH) 169 …UNPACK_COMPRESSED_BLOCK_SIZE * ceil(<width> / UNPACK_COMPRESSED_BLOCK_WIDTH) * ceil(<height> / UNP… 171 …_COMPRESSED_BLOCK_SIZE * ceil(<width> / UNPACK_COMPRESSED_BLOCK_WIDTH) * ceil(<height> / UNPACK_CO… 181 * "l", the number of groups in a row, is ceil(UNPACK_ROW_LENGTH / 183 otherwise it's ceil(<length> / UNPACK_COMPRESSED_BLOCK_WIDTH) 190 UNPACK_COMPRESSED_BLOCK_HEIGHT) * "k" elements. Then ceil(<width> / 193 advanced by "k" elements. ceil(<height> / UNPACK_COMPRESSED_BLOCK_HEIGHT) 194 sets of ceil(<width> / UNPACK_COMPRESSED_BLOCK_WIDTH) blocks are obtained 199 the remaining ceil(UNPACK_IMAGE_HEIGHT / UNPACK_COMPRESSED_BLOCK_HEIGHT)
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_compressed_texture_pixel_storage.txt | 177 UNPACK_COMPRESSED_BLOCK_SIZE * ceil(<width> / UNPACK_COMPRESSED_BLOCK_WIDTH) 179 …UNPACK_COMPRESSED_BLOCK_SIZE * ceil(<width> / UNPACK_COMPRESSED_BLOCK_WIDTH) * ceil(<height> / UNP… 181 …_COMPRESSED_BLOCK_SIZE * ceil(<width> / UNPACK_COMPRESSED_BLOCK_WIDTH) * ceil(<height> / UNPACK_CO… 191 * "l", the number of groups in a row, is ceil(UNPACK_ROW_LENGTH / 193 otherwise it's ceil(<length> / UNPACK_COMPRESSED_BLOCK_WIDTH) 200 UNPACK_COMPRESSED_BLOCK_HEIGHT) * "k" elements. Then ceil(<width> / 203 advanced by "k" elements. ceil(<height> / UNPACK_COMPRESSED_BLOCK_HEIGHT) 204 sets of ceil(<width> / UNPACK_COMPRESSED_BLOCK_WIDTH) blocks are obtained 209 the remaining ceil(UNPACK_IMAGE_HEIGHT / UNPACK_COMPRESSED_BLOCK_HEIGHT)
|
/third_party/node/test/parallel/ |
D | test-fs-stat-bigint.js | 102 const allowableDelta = Math.ceil(Number(endTime - startTime) / 1e6); 157 const allowableDelta = Math.ceil(Number(endTime - startTime) / 1e6); 189 const allowableDelta = Math.ceil(Number(endTime - startTime) / 1e6); 212 const allowableDelta = Math.ceil(Number(endTime - startTime) / 1e6);
|
/third_party/vk-gl-cts/android/cts/master/src/ |
D | gles3-driver-issues.txt | 66 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.lowp_vertex.scalar 67 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.lowp_vertex.vec2 68 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.lowp_vertex.vec3 69 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.lowp_vertex.vec4 70 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.lowp_fragment.scalar 71 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.lowp_fragment.vec2 72 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.lowp_fragment.vec3 73 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.lowp_fragment.vec4 74 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.mediump_vertex.scalar 75 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.mediump_vertex.vec2 [all …]
|
/third_party/vk-gl-cts/android/cts/main/src/ |
D | gles3-driver-issues.txt | 66 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.lowp_vertex.scalar 67 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.lowp_vertex.vec2 68 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.lowp_vertex.vec3 69 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.lowp_vertex.vec4 70 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.lowp_fragment.scalar 71 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.lowp_fragment.vec2 72 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.lowp_fragment.vec3 73 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.lowp_fragment.vec4 74 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.mediump_vertex.scalar 75 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.mediump_vertex.vec2 [all …]
|
/third_party/ffmpeg/tests/ref/fate/ |
D | eval | 186 Evaluating 'ceil(123.123)' 187 'ceil(123.123)' -> 124.000000 189 Evaluating 'ceil(-123.123)' 190 'ceil(-123.123)' -> -123.000000
|
/third_party/skia/experimental/xps_to_png/ |
D | xps_to_png.cs | 22 static int ceil(double x) { return (int)System.Math.Ceiling(x); } in ceil() method in Program 53 ceil(scale * width), ceil(scale * height), dpi, dpi, in convert()
|
/third_party/flutter/skia/experimental/xps_to_png/ |
D | xps_to_png.cs | 22 static int ceil(double x) { return (int)System.Math.Ceiling(x); } in ceil() method in Program 53 ceil(scale * width), ceil(scale * height), dpi, dpi, in convert()
|
/third_party/openGLES/extensions/NV/ |
D | NV_texture_compression_vtc.txt | 240 ceil(w/4) * ceil(h/4) * d * blocksize, 250 blockIndex = blocksize * (ceil(w/4) * ceil(h/4) * 4*floor(d/4) + 252 ceil(w/4) * (floor(y/4) + 253 ceil(h/4) * (z-4*floor(d/4)) )); 256 ceil(w/4) * (floor(y/4) + 257 ceil(h/4) * floor(z/4)));
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_texture_compression_vtc.txt | 240 ceil(w/4) * ceil(h/4) * d * blocksize, 250 blockIndex = blocksize * (ceil(w/4) * ceil(h/4) * 4*floor(d/4) + 252 ceil(w/4) * (floor(y/4) + 253 ceil(h/4) * (z-4*floor(d/4)) )); 256 ceil(w/4) * (floor(y/4) + 257 ceil(h/4) * floor(z/4)));
|
/third_party/jerryscript/tests/unit-libm/ |
D | test-libm.inc.h | 251 check_double ("ceil (0.0)", ceil (0.0), 0.00000000000000000000E+00); 252 check_double ("ceil (-0.0)", ceil (-0.0), -0.00000000000000000000E+00); 253 check_double ("ceil (INFINITY)", ceil (INFINITY), INF); 254 check_double ("ceil (-INFINITY)", ceil (-INFINITY), -INF); 255 check_double ("ceil (NAN)", ceil (NAN), NAN); 256 check_double ("ceil (3.14)", ceil (3.14), 4.00000000000000000000E+00); 257 check_double ("ceil (-3.14)", ceil (-3.14), -3.00000000000000000000E+00); 258 check_double ("ceil (3.72e-09)", ceil (3.72e-09), 1.00000000000000000000E+00); 259 check_double ("ceil (-3.72e-09)", ceil (-3.72e-09), -0.00000000000000000000E+00); 260 check_double ("ceil (7.37e+19)", ceil (7.37e+19), 7.37000000000000000000E+19); [all …]
|
/third_party/jerryscript/tools/unit-tests/ |
D | gen-test-libm.c | 301 GEN_DBL_TEST (ceil (0.0)); in main() 302 GEN_DBL_TEST (ceil (-0.0)); in main() 303 GEN_DBL_TEST (ceil (INFINITY)); in main() 304 GEN_DBL_TEST (ceil (-INFINITY)); in main() 305 GEN_DBL_TEST (ceil (NAN)); in main() 306 GEN_DBL_TEST (ceil (3.14)); in main() 307 GEN_DBL_TEST (ceil (-3.14)); in main() 308 GEN_DBL_TEST (ceil (3.72e-09)); in main() 309 GEN_DBL_TEST (ceil (-3.72e-09)); in main() 310 GEN_DBL_TEST (ceil (7.37e+19)); in main() [all …]
|