Home
last modified time | relevance | path

Searched refs:integral (Results 1 – 25 of 239) sorted by relevance

12345678910

/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsconv.c202 FT_Fixed integral = 0; in PS_Conv_ToFixed() local
231 integral = PS_Conv_ToInt( &p, limit ); in PS_Conv_ToFixed()
236 if ( integral > 0x7FFF ) in PS_Conv_ToFixed()
239 integral = (FT_Fixed)( (FT_UInt32)integral << 16 ); in PS_Conv_ToFixed()
265 if ( !integral && power_ten > 0 ) in PS_Conv_ToFixed()
298 if ( !integral && !decimal ) in PS_Conv_ToFixed()
308 if ( integral >= 0xCCCCCCCL ) in PS_Conv_ToFixed()
310 integral *= 10; in PS_Conv_ToFixed()
326 integral /= 10; in PS_Conv_ToFixed()
332 if ( !integral && !decimal ) in PS_Conv_ToFixed()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dpsconv.c203 FT_Fixed integral = 0; in PS_Conv_ToFixed() local
232 integral = PS_Conv_ToInt( &p, limit ); in PS_Conv_ToFixed()
237 if ( integral > 0x7FFF ) in PS_Conv_ToFixed()
240 integral = (FT_Fixed)( (FT_UInt32)integral << 16 ); in PS_Conv_ToFixed()
266 if ( !integral && power_ten > 0 ) in PS_Conv_ToFixed()
299 if ( !integral && !decimal ) in PS_Conv_ToFixed()
309 if ( integral >= 0xCCCCCCCL ) in PS_Conv_ToFixed()
311 integral *= 10; in PS_Conv_ToFixed()
327 integral /= 10; in PS_Conv_ToFixed()
333 if ( !integral && !decimal ) in PS_Conv_ToFixed()
[all …]
/third_party/freetype/src/psaux/
Dpsconv.c202 FT_Fixed integral = 0; in PS_Conv_ToFixed() local
231 integral = PS_Conv_ToInt( &p, limit ); in PS_Conv_ToFixed()
236 if ( integral > 0x7FFF ) in PS_Conv_ToFixed()
239 integral = (FT_Fixed)( (FT_UInt32)integral << 16 ); in PS_Conv_ToFixed()
265 if ( !integral && power_ten > 0 ) in PS_Conv_ToFixed()
298 if ( !integral && !decimal ) in PS_Conv_ToFixed()
308 if ( integral >= 0xCCCCCCCL ) in PS_Conv_ToFixed()
310 integral *= 10; in PS_Conv_ToFixed()
326 integral /= 10; in PS_Conv_ToFixed()
332 if ( !integral && !decimal ) in PS_Conv_ToFixed()
[all …]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/math/
DFixed1616.java25 public static int integral(int fixed) { in integral() method in Fixed1616
33 public static int fixed(int integral, int fractional) { in fixed() argument
34 return ((integral & 0xffff) << 16) | (fractional & 0xffff); in fixed()
47 sb.append(Fixed1616.integral(fixed)); in toString()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/math/
DFixed1616.java25 public static int integral(int fixed) { in integral() method in Fixed1616
33 public static int fixed(int integral, int fractional) { in fixed() argument
34 return ((integral & 0xffff) << 16) | (fractional & 0xffff); in fixed()
47 sb.append(Fixed1616.integral(fixed)); in toString()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/math/
Dfixed1616.h34 static inline int32_t Fixed(int32_t integral, int32_t fractional) { in Fixed() argument
35 return ((integral & 0xffff) << 16) | (fractional & 0xffff); in Fixed()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/math/
Dfixed1616.h34 static inline int32_t Fixed(int32_t integral, int32_t fractional) { in Fixed() argument
35 return ((integral & 0xffff) << 16) | (fractional & 0xffff); in Fixed()
/third_party/ltp/tools/sparse/sparse-src/Documentation/
DIR.rst40 * .type: type of .cond, must be an integral type
47 * .type: type of .cond, must be an integral type
63 * .target: result of the operation (must be an integral type)
120 * .type: type of .target, must be an integral type
136 * .type: type of .target, must be an integral type
232 * .type: type of .target, must be an integral type
238 * .target: result of the operation (must be an integral type)
308 * .src1: condition, must be of integral type
/third_party/skia/src/core/
DSkBlurMF.cpp958 std::unique_ptr<GrFragmentProcessor> integral = make_rect_integral_fp(context, sixSigma); in make_rect_blur() local
959 if (!integral) { in make_rect_blur()
1028 "integral", GrSkSLFP::IgnoreOptFlags(std::move(integral)), in make_rect_blur()
1133 static uint8_t eval_V(float top, int y, const uint8_t* integral, int integralSize, float sixSigma) { in eval_V() argument
1150 return integral[lower] * (1.0f - frac) + integral[lower + 1] * frac; in eval_V()
1159 const uint8_t* integral, in eval_H() argument
1173 accum += kernel[i] * eval_V(topVec[xSampleLoc], y, integral, integralSize, sixSigma); in eval_H()
1203 SkBitmap integral; in create_mask_on_cpu() local
1204 if (!SkGpuBlurUtils::CreateIntegralTable(6 * xformedSigma, &integral)) { in create_mask_on_cpu()
1239 integral.getAddr8(0, 0), in create_mask_on_cpu()
[all …]
/third_party/ffmpeg/libavfilter/tests/
D.gitignore4 /integral
/third_party/libxml2/
Dtrionan.c409 double integral, fraction;
423 (fraction = modf(number, &integral),
424 integral == fraction)));
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_gpu_shader5.txt76 using only constant integral expressions;
149 indexed with a dynamically uniform integral expression (see section
175 a shader storage block array must be constant integral expressions. A
177 integral expression, otherwise results are undefined.
332 integral expressions.
388 with constant integral expressions.
433 RESOLVED: Only allowing 'constant integral expression' instead of
/third_party/openGLES/extensions/OES/
DOES_gpu_shader5.txt86 using only constant integral expressions;
159 indexed with a dynamically uniform integral expression (see section
185 a shader storage block array must be constant integral expressions. A
187 integral expression, otherwise results are undefined.
342 integral expressions.
398 with constant integral expressions.
443 RESOLVED: Only allowing 'constant integral expression' instead of
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_gpu_shader5.txt75 using only constant integral expressions;
148 indexed with a dynamically uniform integral expression (see section
174 a shader storage block array must be constant integral expressions. A
176 integral expression, otherwise results are undefined.
331 integral expressions.
387 with constant integral expressions.
432 RESOLVED: Only allowing 'constant integral expression' instead of
/third_party/openGLES/extensions/EXT/
DEXT_gpu_shader5.txt75 using only constant integral expressions;
148 indexed with a dynamically uniform integral expression (see section
174 a shader storage block array must be constant integral expressions. A
176 integral expression, otherwise results are undefined.
331 integral expressions.
387 with constant integral expressions.
432 RESOLVED: Only allowing 'constant integral expression' instead of
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_gpu_shader_int16.txt171 following types: integral promotions, floating-point promotions,
172 integral conversions, floating-point conversions, and
173 floating-integral conversions.
175 The following table shows allowed integral promotions:
193 The following table shows allowed integral conversions:
209 The following table shows allowed floating-integral conversions:
246 - Otherwise, the integral promotions shall be performed on both
460 …| out genI16Type exp) | range [0.5, 1.0) and an integral exponent of t…
560 * the table describing floating-integral conversions is discarded.
/third_party/openGLES/extensions/AMD/
DAMD_gpu_shader_int16.txt171 following types: integral promotions, floating-point promotions,
172 integral conversions, floating-point conversions, and
173 floating-integral conversions.
175 The following table shows allowed integral promotions:
193 The following table shows allowed integral conversions:
209 The following table shows allowed floating-integral conversions:
246 - Otherwise, the integral promotions shall be performed on both
460 …| out genI16Type exp) | range [0.5, 1.0) and an integral exponent of t…
560 * the table describing floating-integral conversions is discarded.
/third_party/skia/third_party/externals/tint/test/bug/tint/
D1081.wgsl.expected.wgsl1 bug/tint/1081.wgsl:9:25 warning: integral user-defined fragment inputs must have a flat interpolati…
D1081.wgsl.expected.msl1 bug/tint/1081.wgsl:9:25 warning: integral user-defined fragment inputs must have a flat interpolati…
D1081.wgsl.expected.hlsl1 bug/tint/1081.wgsl:9:25 warning: integral user-defined fragment inputs must have a flat interpolati…
D1081.wgsl.expected.glsl3 bug/tint/1081.wgsl:9:25 warning: integral user-defined fragment inputs must have a flat interpolati…
/third_party/skia/third_party/externals/tint/docs/
Dorigin-trial-changes.md44 …)` attribute can now be specified on integral user-defined IO. It will eventually become an error …
/third_party/libexif/m4m/
Dstdint.m4659 /* Minimum of signed integral types. */
664 /* Maximum of signed integral types. */
670 /* Maximum of unsigned integral types. */
676 /* Minimum of signed integral types having a minimum size. */
681 /* Maximum of signed integral types having a minimum size. */
687 /* Maximum of unsigned integral types having a minimum size. */
/third_party/flutter/skia/third_party/externals/sdl/android-project/
Dant.properties4 # integral to the build system of your project.
Dbuild.properties4 # integral to the build system of your project.

12345678910