/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_aos.c | 226 LLVMValueRef shifted, casted, scaled, masked; in lp_build_unpack_arith_rgba_aos() local 334 …casted = LLVMBuildSIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context),… in lp_build_unpack_arith_rgba_aos() 336 …casted = LLVMBuildUIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context),… in lp_build_unpack_arith_rgba_aos() 347 scaled = LLVMBuildFMul(builder, casted, LLVMConstVector(scales, 4), ""); in lp_build_unpack_arith_rgba_aos() 349 scaled = casted; in lp_build_unpack_arith_rgba_aos() 372 LLVMValueRef shifted, casted, scaled, unswizzled; in lp_build_pack_rgba_aos() local 431 …casted = LLVMBuildFPToSI(builder, scaled, LLVMVectorType(LLVMInt32TypeInContext(gallivm->context),… in lp_build_pack_rgba_aos() 433 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), ""); in lp_build_pack_rgba_aos()
|
/third_party/node/deps/cares/ |
D | NEWS | 20 * Casted arguments to ctype macros casted to unsigned char, since not
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 650 PyObject* casted = PyNumber_Long(arg); in CheckAndGetInteger() local 651 if (PROTOBUF_PREDICT_FALSE(casted == nullptr)) { in CheckAndGetInteger() 655 ulong_result = PyLong_AsUnsignedLongLong(casted); in CheckAndGetInteger() 656 Py_DECREF(casted); in CheckAndGetInteger() 675 PyObject* casted = PyNumber_Long(arg); in CheckAndGetInteger() local 676 if (PROTOBUF_PREDICT_FALSE(casted == nullptr)) { in CheckAndGetInteger() 680 long_result = PyLong_AsLongLong(casted); in CheckAndGetInteger() 681 Py_DECREF(casted); in CheckAndGetInteger()
|
/third_party/vk-gl-cts/doc/testspecs/GLES3/ |
D | functional.shaders.int_op.txt | 69 from the operation are casted back to floating-point values and scaled to range
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fShaderAtomicOpTests.cpp | 366 static bool intEqualsAfterUintCast (deInt32 value, deUint32 casted, glu::Precision precision) in intEqualsAfterUintCast() argument 379 if ((reference & preciseMask) != (casted & preciseMask)) in intEqualsAfterUintCast() 387 if ((signBits & ~preciseMask) == (casted & ~preciseMask)) in intEqualsAfterUintCast()
|
/third_party/libfuse/ |
D | meson.build | 85 # casted to void. This makes -Wunused-result pretty useless, since there is no
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.c | 212 nir_ssa_def *casted[2]; in lower_64bit_uint_attribs_instr() local 214 casted[i] = nir_pack_64_2x32(b, nir_channels(b, load, BITFIELD_RANGE(i * 2, 2))); in lower_64bit_uint_attribs_instr() 215 nir_ssa_def_rewrite_uses(&intr->dest.ssa, nir_vec(b, casted, num_components)); in lower_64bit_uint_attribs_instr() 1095 nir_ssa_def *casted = nir_pack_64_2x32_split(b, load[0], load[1]); in rewrite_bo_access_instr() local 1096 nir_ssa_def_rewrite_uses(&intr->dest.ssa, casted); in rewrite_bo_access_instr() 1115 nir_ssa_def *casted = nir_pack_64_2x32_split(b, load[0], load[1]); in rewrite_bo_access_instr() local 1116 nir_ssa_def_rewrite_uses(&intr->dest.ssa, casted); in rewrite_bo_access_instr()
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
D | generator_impl.cc | 1016 bool casted = false; in EmitTextureCall() local 1019 casted = true; in EmitTextureCall() 1041 if (casted) { in EmitTextureCall()
|
/third_party/skia/third_party/externals/swiftshader/docs/ |
D | Reactor.md | 142 … of it as storing the value in memory and then loading from that same address into the casted type.
|
/third_party/cJSON/ |
D | CHANGELOG.md | 403 * Compiler warning if const is casted away, Thanks @gatzka, see [#83](https://github.com/DaveGamble…
|
/third_party/python/Doc/c-api/ |
D | memory.rst | 309 successfully casted to a Python object when intercepting the allocating
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | ChangeLog.20 | 380 constant casted to FT_Fixed, and will link a math library instead.
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.20 | 380 constant casted to FT_Fixed, and will link a math library instead.
|
/third_party/freetype/docs/oldlogs/ |
D | ChangeLog.20 | 380 constant casted to FT_Fixed, and will link a math library instead.
|
/third_party/openssl/ |
D | CHANGES.md | 18423 * Convert various additional casted stacks to type-safe STACK_OF() variants.
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 2084 a value should be casted to. 2085 However, this broke the case where the value is explicitly casted 2845 ranges, which can only be casted to numeric types. 81811 It is casted rather than changing the format because the
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 31902 # devices when the tab is being casted and other conditions are met.
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 122051 casted to an int *. Fixes bug #571153.
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 45436 subformat_guid[0] is a guint32 and that is then casted implicitely to a
|