Home
last modified time | relevance | path

Searched refs:ceiling (Results 1 – 25 of 82) 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/glslang/SPIRV/
Ddoc.h202ceiling(0), bitmask(false), getName(nullptr), enumParams(nullptr), operandParams(nullptr) { } in EnumDefinition()
205 ceiling = ceil;
211 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/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/musl/src/thread/
Dpthread_mutex_setprioceiling.c3 int pthread_mutex_setprioceiling(pthread_mutex_t *restrict m, int ceiling, int *restrict old) in pthread_mutex_setprioceiling() argument
Dpthread_mutex_getprioceiling.c4 int pthread_mutex_getprioceiling(const pthread_mutex_t *restrict m, int *restrict ceiling) in pthread_mutex_getprioceiling() 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/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
Dadd.decTest592 rounding: ceiling
607 rounding: ceiling
622 rounding: ceiling
637 rounding: ceiling
652 rounding: ceiling
667 rounding: ceiling
1115 rounding: ceiling
1484 rounding: ceiling
2296 rounding: ceiling
2567 rounding: ceiling
Dtointegralx.decTest224 rounding: ceiling
DddAdd.decTest813 rounding: ceiling
1029 rounding: ceiling
1061 rounding: ceiling
1233 rounding: ceiling
DddToIntegral.decTest226 rounding: ceiling
DdqToIntegral.decTest226 rounding: 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/ltp/tools/genload/
DREADME55 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.
/third_party/glslang/Test/
DspecExamples.frag223 const float ceiling = a + b; // a and b not necessarily constants
/third_party/glslang/Test/baseResults/
DspecExamples.frag.out266 0:223 'ceiling' ( const (read only) float)
541 0:223 'ceiling' ( const (read only) float)
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_packed_pixels.txt183 \ a/s * ceiling(snl/a) s < a
316 k = a * ceiling(nl/8a)
/third_party/openGLES/extensions/EXT/
DEXT_packed_pixels.txt183 \ a/s * ceiling(snl/a) s < a
316 k = a * ceiling(nl/8a)

1234