Home
last modified time | relevance | path

Searched defs:max_c (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/examples/train_lenet_cpp/src/
Dinference.cc117 int max_c = 0; in main() local
/third_party/skia/third_party/externals/angle2/src/common/
Dmathutil.cpp53 const float max_c = std::max<float>(std::max<float>(red_c, green_c), blue_c); in convertRGBFloatsTo999E5() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/
Droi_pooling_fp32.c24 int ROIPooling(const float *in_ptr, float *out_ptr, const float *roi, float *max_c, int tid, in ROIPooling()
/third_party/skia/third_party/externals/swiftshader/tests/MathUnitTests/
Dunittests.cpp71 const float max_c = fmax(fmax(red_c, green_c), blue_c); in RGB9E5_reference() local
/third_party/curl/src/
Dtool_urlglob.h46 char max_c; member
Dtool_urlglob.c206 char max_c; in glob_range() local
/third_party/toybox/toys/pending/
Dtcpsvd.c372 char max_c[32]; in tcpsvd_main() local
/third_party/rust/rust/compiler/rustc_session/src/
Dconfig.rs2189 let max_c = matches in parse_opt_level() localVariable
2219 let max_c = matches in select_debuginfo() localVariable
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcInternalformatTests.cpp700 GLfloat max_c = deFloatMax(deFloatMax(red_c, green_c), blue_c); in convertUint_5_9_9_9_rev() local
DglcPackedPixelsTests.cpp1424 GLfloat max_c = deFloatMax(deFloatMax(red_c, green_c), blue_c); in unpack_UNSIGNED_INT_5_9_9_9_REV() local
/third_party/skia/m133/third_party/externals/libyuv/unit_test/
Dplanar_test.cc3834 float max_c, max_opt = 0.f; in TestScaleMaxSamples() local