/third_party/ffmpeg/libavfilter/ |
D | vf_geq.c | 96 AVFILTER_DEFINE_CLASS(geq); 101 GEQContext *geq = priv; in getpix() local 102 AVFrame *picref = geq->picref; in getpix() 105 …const int w = (plane == 1 || plane == 2) ? AV_CEIL_RSHIFT(picref->width, geq->hsub) : picref->wid… in getpix() 106 …const int h = (plane == 1 || plane == 2) ? AV_CEIL_RSHIFT(picref->height, geq->vsub) : picref->hei… in getpix() 111 if (geq->interpolation == INTERP_BILINEAR) { in getpix() 118 if (geq->bps > 8 && geq->bps <= 16) { in getpix() 124 } else if (geq->bps == 32) { in getpix() 130 } else if (geq->bps == 8) { in getpix() 138 if (geq->bps > 8 && geq->bps <= 16) { in getpix() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
D | UnitPreferences.java | 154 private final BigDecimal geq; field in UnitPreferences.UnitPreference 158 public UnitPreference(String unit, String geq, String skeleton) { in UnitPreference() argument 160 … this.geq = geq == null ? BigDecimal.valueOf( Double.MIN_VALUE) /* -inf */ : new BigDecimal(geq); in UnitPreference() 169 return geq; in getGeq() 222 String geq = "1"; in put() local 230 geq = value.getString(); in put() 238 unitPreferences.add(new UnitPreference(unit, geq, skeleton)); in put()
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/asm/frag/ |
D | unordered-compare.asm.frag | 12 bvec4 geq = not(lessThan(A, B)); 15 return ((((vec4(le) + vec4(leq)) + vec4(ge)) + vec4(geq)) + vec4(eq)) + vec4(neq); 23 bool geq = !(A.x < B.x); 26 return ((((float(le) + float(leq)) + float(ge)) + float(geq)) + float(eq)) + float(neq);
|
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl-no-opt/asm/frag/ |
D | unordered-compare.asm.frag | 20 OpName %geq "geq" 26 OpName %geq_0 "geq" 69 %geq = OpVariable %_ptr_Function_v4bool Function 87 OpStore %geq %35 104 %56 = OpLoad %v4bool %geq
|
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/asm/frag/ |
D | unordered-compare.asm.frag | 20 OpName %geq "geq" 26 OpName %geq_0 "geq" 69 %geq = OpVariable %_ptr_Function_v4bool Function 87 OpStore %geq %35 104 %56 = OpLoad %v4bool %geq
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | units.txt | 1131 geq{"3.0"} 1160 geq{"3.0"} 1184 geq{"3.0"} 1223 geq{"3.0"} 1256 geq{"0.9"} 1260 geq{"300.0"} 1265 geq{"10"} 1276 geq{"0.5"} 1280 geq{"100.0"} 1285 geq{"10"} [all …]
|
/third_party/icu/icu4c/source/data/misc/ |
D | units.txt | 1138 geq{"3.0"} 1167 geq{"3.0"} 1191 geq{"3.0"} 1230 geq{"3.0"} 1263 geq{"0.9"} 1267 geq{"300.0"} 1272 geq{"10"} 1283 geq{"0.5"} 1287 geq{"100.0"} 1292 geq{"10"} [all …]
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/asm/frag/ |
D | unordered-compare.asm.frag | 21 bool4 geq = bool4(!(A.x < B.x), !(A.y < B.y), !(A.z < B.z), !(A.w < B.w)); 24 return ((((float4(le) + float4(leq)) + float4(ge)) + float4(geq)) + float4(eq)) + float4(neq); 32 bool geq = !(A.x < B.x); 35 return ((((float(le) + float(leq)) + float(ge)) + float(geq)) + float(eq)) + float(neq);
|
/third_party/icu/icu4c/source/i18n/ |
D | units_data.h | 98 UnitPreference() : geq(1.0) {} in UnitPreference() 100 double geq; member 106 this->geq = other.geq; in UnitPreference()
|
D | units_data.cpp | 213 CharString geq; in put() local 214 geq.appendInvariantChars(g, length, status); in put() 216 dq.setToDecNumber(geq.data(), status); in put() 217 up->geq = dq.toDouble(); in put()
|
D | units_router.cpp | 103 preference->geq, std::move(precision), in init()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | units_data.h | 99 UnitPreference() : geq(1.0) {} in UnitPreference() 101 double geq; member 107 this->geq = other.geq; in UnitPreference()
|
D | units_data.cpp | 219 CharString geq; in put() local 220 geq.appendInvariantChars(g, length, status); in put() 222 dq.setToDecNumber(geq.data(), status); in put() 223 up->geq = dq.toDouble(); in put()
|
D | units_router.cpp | 103 preference->geq, std::move(precision), in init()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | units_data.cpp | 211 CharString geq; in put() local 212 geq.appendInvariantChars(g, length, status); in put() 214 dq.setToDecNumber(geq.data(), status); in put() 215 up->geq = dq.toDouble(); in put()
|
D | units_data.h | 98 UnitPreference() : geq(1.0) {} in UnitPreference() 100 double geq; member
|
D | units_router.cpp | 106 preference.geq, std::move(precision), in init()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/resources/ |
D | ldml2icu_supplemental.txt | 178 …eData/unitPreferences[@category="(%W)"][@usage="(%A)"]/unitPreference[@regions="(%A)"][@geq="(%A)"] 180 ; /unitPreferenceData/"$1"/"$2"/$3/<FIFO>/geq ; values=$4 186 …ferences[@category="(%W)"][@usage="(%A)"]/unitPreference[@regions="(%A)"][@geq="(%A)"][@skeleton="… 188 ; /unitPreferenceData/"$1"/"$2"/$3/<FIFO>/geq ; values=$4
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/ |
D | mathtest.txt | 314 D_{ref} \geq D & \text{for GEQUAL} \\ 597 q, & level_{base} + \lambda \geq q \\ 602 q, & level_{base} + \lambda \geq q \\ 671 n & \text{for}\ n \geq 0 \\ 804 & \text{when}\ \rho_{y} \geq \rho_{x}
|
D | mathtest.adoc | 314 D_{ref} \geq D & \text{for GEQUAL} \\ 597 q, & level_{base} + \lambda \geq q \\ 602 q, & level_{base} + \lambda \geq q \\ 671 n & \text{for}\ n \geq 0 \\ 804 & \text{when}\ \rho_{y} \geq \rho_{x}
|
D | attribs.txt | 30 :geq: ≥
|
D | attribs.adoc | 31 :geq: ≥
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_EXT_blend_operation_advanced/ |
D | advanced_blend.txt | 394 … 1 & C_d \gt 0 \text{ and } C_s \geq 1 406 1 & C_d \geq 1 \\ 512 1 & C_s \geq 1 539 … 2C_s-1 & 2C_s-1 \gt C_d \text{ and } C_s \geq 0.5 \\ 541 … C_d & 2C_s-1 \leq C_d \text{ and } C_s \geq 0.5C_d
|
D | advanced_blend.adoc | 478 … 1 & C_d \gt 0 \text{ and } C_s \geq 1 490 1 & C_d \geq 1 \\ 596 1 & C_s \geq 1 623 … 2C_s-1 & 2C_s-1 \gt C_d \text{ and } C_s \geq 0.5 \\ 625 … C_d & 2C_s-1 \leq C_d \text{ and } C_s \geq 0.5C_d
|
/third_party/skia/site/docs/dev/design/conical/ |
D | _index.md | 258 **When $x \geq 0$:** 295 $-x$ so we get the same equation of $||C_f P_1||$ for both $x \geq 0$ and 356 1. either $||C_f H|| + ||H P_1||$ or $||C_f H|| - ||H P_1||$ if $x \geq 0$,
|