Home
last modified time | relevance | path

Searched refs:ceiling (Results 1 – 25 of 93) sorted by relevance

1234

/third_party/icu/icu4c/source/test/testdata/
Ddcfmtest.txt33 # ceiling
75 format 0.00 ceiling "32.045" "32.05"
84 format 0.00 ceiling "-32.045" "-32.04"
93 format @@@ ceiling "1235.00" "1240"
102 format @@@ ceiling "-1235.00" "-1230"
111 format 0.000E0 ceiling "12345" "1.235E4"
144 format 0.0 ceiling "-1.00" "-1.0"
151 format 0.0 ceiling "-0.99" "-0.9"
158 format 0.0 ceiling "-0.98" "-0.9"
165 format 0.0 ceiling "-0.97" "-0.9"
[all …]
/third_party/libxml2/test/XPath/expr/
Dfunctions17 ceiling(0.1)
18 ceiling(-0.1)
19 ceiling(-0)
20 ceiling(0)
21 ceiling(5.2)
22 ceiling(-5.2)
23 ceiling(100000000000000000000)
24 ceiling(-100000000000000000000)
25 ceiling(0 div 0)
26 ceiling(1 div 0)
[all …]
Dfloats44 1 div ceiling(0.1)
45 1 div ceiling(-0.1)
46 1 div ceiling(-0)
47 1 div ceiling(0)
/third_party/libxml2/result/XPath/expr/
Dfunctions67 Expression: ceiling(0.1)
71 Expression: ceiling(-0.1)
75 Expression: ceiling(-0)
79 Expression: ceiling(0)
83 Expression: ceiling(5.2)
87 Expression: ceiling(-5.2)
91 Expression: ceiling(100000000000000000000)
95 Expression: ceiling(-100000000000000000000)
99 Expression: ceiling(0 div 0)
103 Expression: ceiling(1 div 0)
[all …]
Dfloats175 Expression: 1 div ceiling(0.1)
179 Expression: 1 div ceiling(-0.1)
183 Expression: 1 div ceiling(-0)
187 Expression: 1 div ceiling(0)
/third_party/glslang/SPIRV/
Ddoc.h201 ceiling(0), bitmask(false), getName(0), enumParams(0), operandParams(0) { } in EnumDefinition()
204 ceiling = ceil;
210 int ceiling; // ceiling of enumerants variable
/third_party/ffmpeg/libavfilter/
Daf_loudnorm.c170 double ceiling; in detect_peak() local
175 ceiling = s->target_tp; in detect_peak()
193 if ((s->prev_smp[c] <= this) && (next <= this) && (this > ceiling) && (n > 0)) { in detect_peak()
233 double ceiling, peak_value; in true_peak_limiter() local
237 ceiling = s->target_tp; in true_peak_limiter()
252 if (max > ceiling) { in true_peak_limiter()
253 s->gain_reduction[1] = ceiling / max; in true_peak_limiter()
279 s->gain_reduction[1] = ceiling / peak_value; in true_peak_limiter()
331 gain_reduction = ceiling / peak_value; in true_peak_limiter()
398 if (fabs(out[c]) > ceiling) { in true_peak_limiter()
[all …]
/third_party/gstreamer/gstplugins_bad/gst/gaudieffects/
Dgstsolarize.c295 static const guint ceiling = 255; in transform() local
322 color[c] = param * ceiling; in transform()
326 color[c] *= ceiling; in transform()
/third_party/musl/src/thread/
Dpthread_mutex_getprioceiling.c3 int pthread_mutex_getprioceiling(const pthread_mutex_t *restrict m, int *restrict ceiling) in pthread_mutex_getprioceiling() argument
Dpthread_mutex_setprioceiling.c3 int pthread_mutex_setprioceiling(pthread_mutex_t *restrict m, int ceiling, int *restrict old) in pthread_mutex_setprioceiling() argument
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_mutex_getprioceiling.c4 int pthread_mutex_getprioceiling(const pthread_mutex_t *restrict m, int *restrict ceiling) in pthread_mutex_getprioceiling() argument
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c872 unsigned period, uint64_t max_value, uint64_t ceiling, in hud_pane_create() argument
894 pane->ceiling = ceiling; in hud_pane_create()
957 value = value > gr->pane->ceiling ? gr->pane->ceiling : value; in hud_graph_add_value()
1087 uint64_t * const ceiling, boolean * const dyn_ceiling, in read_pane_settings() argument
1129 *ceiling = tmp > 10 ? tmp : 10; in read_pane_settings()
1190 uint64_t ceiling = UINT64_MAX; in hud_parse_env_var() local
1221 name = read_pane_settings(name_a, &x, &y, &width, &height, &ceiling, in hud_parse_env_var()
1233 period, 10, ceiling, dyn_ceiling, sort_items); in hud_parse_env_var()
1488 ceiling = UINT64_MAX; in hud_parse_env_var()
Dhud_private.h136 uint64_t ceiling; member
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_impact_pixel_texture.txt26 new filter functions for the "q" dimension only, ceiling and floor, in
59 the two passes. The two passes use ceiling and floor functions,
/third_party/openGLES/extensions/SGIX/
DSGIX_impact_pixel_texture.txt26 new filter functions for the "q" dimension only, ceiling and floor, in
59 the two passes. The two passes use ceiling and floor functions,
/third_party/python/Lib/test/decimaltestdata/
Drounding.decTest233 rounding: ceiling
459 rounding: ceiling
566 rounding: ceiling
701 rounding: ceiling
852 rounding: ceiling
965 rounding: ceiling
995 rounding: ceiling
1073 rounding: ceiling
Dtointegral.decTest224 rounding: ceiling
/third_party/ltp/tools/genload/
DREADME55 ceiling.
/third_party/openGLES/extensions/ARB/
DARB_texture_non_power_of_two.txt203 This is a "floor" convention. An alternative is a "ceiling"
209 Also, the "ceiling" convention potentially implies one more mipmap
212 Some regard the "ceiling" convention to have nicer properties with
256 impractical to implement". The "ceiling" convention adds one more
258 "ceiling" convention may be somewhat sharper than ideal (whereas
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_non_power_of_two.txt193 This is a "floor" convention. An alternative is a "ceiling"
199 Also, the "ceiling" convention potentially implies one more mipmap
202 Some regard the "ceiling" convention to have nicer properties with
246 impractical to implement". The "ceiling" convention adds one more
248 "ceiling" convention may be somewhat sharper than ideal (whereas
/third_party/boost/libs/math/doc/distributions/
Dnegative_binomial.qbk94 and take integer values (floor or ceiling) from functions that return
294 want to take either the floor or ceiling of the real result. For example:
301 want to take either the floor or ceiling of the real result. For example:
/third_party/boost/libs/sort/doc/
Dhtml4_symbols.qbk136 [template lceil[]'''&#x2308;'''] [/ ? left ceiling = APL upstile]
137 [template rceil[]'''&#x2309;'''] [/ ? right ceiling]
/third_party/boost/libs/multiprecision/doc/
Dhtml4_symbols.qbk147 [template lceil[]'''&#x2308;'''] [/ ? left ceiling = APL upstile]
148 [template rceil[]'''&#x2309;'''] [/ ? right ceiling]
/third_party/boost/libs/math/doc/
Dhtml4_symbols.qbk147 [template lceil[]'''&#x2308;'''] [/ ? left ceiling = APL upstile]
148 [template rceil[]'''&#x2309;'''] [/ ? right ceiling]
/third_party/python/Doc/library/
Dresource.rst195 The ceiling for the process's nice level (calculated as 20 - rlim_cur).
204 The ceiling of the real-time priority.

1234