Home
last modified time | relevance | path

Searched refs:typecast (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/src/sksl/ir/
DSkSLConstructor.cpp60 std::unique_ptr<Expression> typecast = ConstructorScalarCast::Convert( in convert_compound_constructor() local
62 if (!typecast) { in convert_compound_constructor()
68 ? ConstructorDiagonalMatrix::Make(context, line, type, std::move(typecast)) in convert_compound_constructor()
69 : ConstructorSplat::Make(context, line, type, std::move(typecast)); in convert_compound_constructor()
/third_party/mindspore/mindspore/lite/examples/unified_api/src/
Dnet_runner.cc169 TypeCast typecast(mindspore::DataType::kNumberTypeInt32); in CalculateAccuracy() local
170 test_ds_ = test_ds_->Map({&typecast}, {"label"}); in CalculateAccuracy()
186 TypeCast typecast(mindspore::DataType::kNumberTypeInt32); in InitDB() local
187 train_ds_ = train_ds_->Map({&typecast}, {"label"}); in InitDB()
/third_party/mindspore/mindspore/lite/examples/train_lenet/src/
Dnet_runner.cc183 TypeCast typecast(mindspore::DataType::kNumberTypeInt32); in CalculateAccuracy() local
184 test_ds_ = test_ds_->Map({&typecast}, {"label"}); in CalculateAccuracy()
202 TypeCast typecast(mindspore::DataType::kNumberTypeInt32); in InitDB() local
203 train_ds_ = train_ds_->Map({&typecast}, {"label"}); in InitDB()
/third_party/openGLES/extensions/NV/
DNV_shader_buffer_load.txt708 3.5 typecast () right to left
711 dereferences and typecast operators are not supported)
806 The typecast operator may be used to convert an expression from one type
808 constructors. The typecast operator specifies a new data type in
819 typecast operates identically to an equivalent constructor. A scalar
820 expression may be typecast to any scalar, vector, or matrix data type. A
821 vector expression may be typecast any vector type, except vectors with a
824 typecast to any other matrix data type.
826 Expressions with structure type may only be typecast to a structure of
830 Note that the typecast operator takes only a single expression. Unlike
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_shader_buffer_load.txt708 3.5 typecast () right to left
711 dereferences and typecast operators are not supported)
806 The typecast operator may be used to convert an expression from one type
808 constructors. The typecast operator specifies a new data type in
819 typecast operates identically to an equivalent constructor. A scalar
820 expression may be typecast to any scalar, vector, or matrix data type. A
821 vector expression may be typecast any vector type, except vectors with a
824 typecast to any other matrix data type.
826 Expressions with structure type may only be typecast to a structure of
830 Note that the typecast operator takes only a single expression. Unlike
[all …]
/third_party/mindspore/mindspore/lite/tools/dataset/cropper/
Dassociations.txt1 …: "mindspore/ccsrc/minddata/dataset/kernels/ir/data/transforms_ir.cc", "typecast": "mindspore/ccsr…
/third_party/curl/
DRELEASE-NOTES88 o formdata: correct typecast in curl_mime_data call [137]
/third_party/freetype/
DChangeLog.212324 typecast to the proper PFR_XXX types within the function.
2329 arguments which are typecast to the proper PFR_XXX types within the
2354 are typecast to the proper PCF_XXX types within the function.
2358 PCF_XXX but FT_XXX arguments which are typecast to the proper
2374 are typecast to the proper BDF_XXX types within the function.
2381 Don't use CFF_XXX but FT_XXX arguments which are typecast to the
2390 Don't use CFF_XXX but FT_XXX arguments which are typecast to the
2398 Don't use CID_XXX but FT_XXX arguments which are typecast to the
2404 Don't use CID_XXX but FT_XXX arguments which are typecast to the
2409 Don't use CID_XXX but FT_XXX arguments which are typecast to the
[all …]
DChangeLog.25236 * src/autofit/afhints.c (AF_INDEX_NUM): Use `int' typecast. Our
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.212324 typecast to the proper PFR_XXX types within the function.
2329 arguments which are typecast to the proper PFR_XXX types within the
2354 are typecast to the proper PCF_XXX types within the function.
2358 PCF_XXX but FT_XXX arguments which are typecast to the proper
2374 are typecast to the proper BDF_XXX types within the function.
2381 Don't use CFF_XXX but FT_XXX arguments which are typecast to the
2390 Don't use CFF_XXX but FT_XXX arguments which are typecast to the
2398 Don't use CID_XXX but FT_XXX arguments which are typecast to the
2404 Don't use CID_XXX but FT_XXX arguments which are typecast to the
2409 Don't use CID_XXX but FT_XXX arguments which are typecast to the
[all …]
DChangeLog.25236 * src/autofit/afhints.c (AF_INDEX_NUM): Use `int' typecast. Our
/third_party/libpng/
DCHANGES1151 Changed typecast of "size" argument to png_size_t in pngmem.c calls to
1593 Fixed an incorrect typecast in pngrutil.c
1819 Add "png_bytep" typecast to profile while calculating length in pngwutil.c
1988 Added "(unsigned long)" typecast on png_uint_32 variables in printf lists.
2057 Add a typecast to stifle compiler warning in pngrutil.c
2073 Added a typecast in png_zalloc().
2077 Add "png_bytep" typecast to profile while calculating length in pngwutil.c
2403 Changed typecast of filler from png_byte to png_uint_16 in png_set_filler().
2960 Added a typecast in png_get_int_32() in png.h and pngrutil.h to avoid
5157 Added "& 0xff" to many instances of expressions that are typecast
[all …]
Dlibpng-manual.txt5382 "?". We don't put a space between a typecast and the expression
/third_party/skia/third_party/externals/libpng/
DCHANGES1151 Changed typecast of "size" argument to png_size_t in pngmem.c calls to
1593 Fixed an incorrect typecast in pngrutil.c
1819 Add "png_bytep" typecast to profile while calculating length in pngwutil.c
1988 Added "(unsigned long)" typecast on png_uint_32 variables in printf lists.
2057 Add a typecast to stifle compiler warning in pngrutil.c
2073 Added a typecast in png_zalloc().
2077 Add "png_bytep" typecast to profile while calculating length in pngwutil.c
2403 Changed typecast of filler from png_byte to png_uint_16 in png_set_filler().
2960 Added a typecast in png_get_int_32() in png.h and pngrutil.h to avoid
5157 Added "& 0xff" to many instances of expressions that are typecast
[all …]
Dlibpng-manual.txt5382 "?". We don't put a space between a typecast and the expression
/third_party/flutter/skia/third_party/externals/libpng/
DCHANGES1151 Changed typecast of "size" argument to png_size_t in pngmem.c calls to
1593 Fixed an incorrect typecast in pngrutil.c
1819 Add "png_bytep" typecast to profile while calculating length in pngwutil.c
1988 Added "(unsigned long)" typecast on png_uint_32 variables in printf lists.
2057 Add a typecast to stifle compiler warning in pngrutil.c
2073 Added a typecast in png_zalloc().
2077 Add "png_bytep" typecast to profile while calculating length in pngwutil.c
2403 Changed typecast of filler from png_byte to png_uint_16 in png_set_filler().
2960 Added a typecast in png_get_int_32() in png.h and pngrutil.h to avoid
5157 Added "& 0xff" to many instances of expressions that are typecast
[all …]
Dlibpng-manual.txt5382 "?". We don't put a space between a typecast and the expression
/third_party/openGLES/extensions/ARB/
DARB_texture_cube_map_array.txt811 one texture target to be "typecast" or viewed as if specified with
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_cube_map_array.txt801 one texture target to be "typecast" or viewed as if specified with
/third_party/libexif/
DChangeLog1316 * libexif/olympus/mnote-olympus-entry.c: typecast.
/third_party/node/deps/cares/
DCHANGES3248 is ignored, and this added typecast to (void) makes it explicit.
5017 - Remove typecast
/third_party/flutter/skia/third_party/externals/freetype/
DChangeLog.25236 * src/autofit/afhints.c (AF_INDEX_NUM): Use `int' typecast. Our
/third_party/gstreamer/gstreamer/docs/random/old/
DChangeLog.gstreamer3780 * gst/gstpad.h: Fixed a bug in the typecast macros for
/third_party/gstreamer/gstplugins_base/
DChangeLog55069 audiointerleave: typecast bit-mask to guint64 to fix segmentation fault
81631 There is no more 'fourcc' typecast for format.
/third_party/gstreamer/gstplugins_bad/
DChangeLog19956 srtobject: typecast SRTO_LINGER to linger
86373 audiointerleave: typecast bit-mask to guint64 to fix segmentation fault

12