/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | psconv.c | 202 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/ |
D | psconv.c | 203 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/ |
D | psconv.c | 202 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/ |
D | Fixed1616.java | 25 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/ |
D | Fixed1616.java | 25 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/ |
D | fixed1616.h | 34 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/ |
D | fixed1616.h | 34 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/ |
D | IR.rst | 40 * .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/ |
D | SkBlurMF.cpp | 958 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 | .gitignore | 4 /integral
|
/third_party/libxml2/ |
D | trionan.c | 409 double integral, fraction; 423 (fraction = modf(number, &integral), 424 integral == fraction)));
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_gpu_shader5.txt | 76 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/ |
D | OES_gpu_shader5.txt | 86 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/ |
D | EXT_gpu_shader5.txt | 75 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/ |
D | EXT_gpu_shader5.txt | 75 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/ |
D | AMD_gpu_shader_int16.txt | 171 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/ |
D | AMD_gpu_shader_int16.txt | 171 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/ |
D | 1081.wgsl.expected.wgsl | 1 bug/tint/1081.wgsl:9:25 warning: integral user-defined fragment inputs must have a flat interpolati…
|
D | 1081.wgsl.expected.msl | 1 bug/tint/1081.wgsl:9:25 warning: integral user-defined fragment inputs must have a flat interpolati…
|
D | 1081.wgsl.expected.hlsl | 1 bug/tint/1081.wgsl:9:25 warning: integral user-defined fragment inputs must have a flat interpolati…
|
D | 1081.wgsl.expected.glsl | 3 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/ |
D | origin-trial-changes.md | 44 …)` attribute can now be specified on integral user-defined IO. It will eventually become an error …
|
/third_party/libexif/m4m/ |
D | stdint.m4 | 659 /* 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/ |
D | ant.properties | 4 # integral to the build system of your project.
|
D | build.properties | 4 # integral to the build system of your project.
|