Home
last modified time | relevance | path

Searched defs:t_value (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Drgb_to_hsv_cpu_kernel.cc73 auto t_value = std::max(std::max(t_red, t_blue), t_green); in ComputeFloat() local
101 auto t_value = std::max(std::max(t_red, t_blue), t_green); in ComputeHalf() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPixelStorageModesTests.cpp301 const T t_value = (T)d_value; in writeToUnsignedChannel() local
315 const T t_value = (T)d_value; in writeToSignedChannel() local
324 const glw::GLfloat t_value = (glw::GLfloat)col; in writeToFloatChannel() local
379 const T t_value = (T)d_value; in write3Channel() local
433 const T t_value = (T)d_value; in write4Channel() local
528 const T t_value = (T)d_value; in setUnsignedRefcolour() local
550 const T t_value = (T)d_value; in setSignedRefcolour() local
570 unsigned int t_value = (unsigned int)d_value; in setRGB10A2Refcolour() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Drgb_to_hsv.cc56 auto t_value = std::max(std::max(t_red, t_blue), t_green); in DoCompute() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp1656 const T t_value = ptr[channel]; in readBaseTypeFromUnsignedChannel() local
1679 const T t_value = ptr[channel]; in readBaseTypeFromSignedChannel() local
1696 const GLfloat t_value = ptr[channel]; in readBaseTypeFromFloatChannel() local
1743 const T t_value = ptr[0]; in read3Channel() local
1804 const T t_value = ptr[0]; in read4Channel() local
1903 const T t_value = (T)d_value; in writeBaseTypeToUnsignedChannel() local
1927 const T t_value = (T)d_value; in writeBaseTypeToSignedChannel() local
1942 const GLfloat t_value = (GLfloat)value; in writeBaseTypeToFloatChannel() local
2016 const T t_value = (T)d_value; in write3Channel() local
2083 const T t_value = (T)d_value; in write4Channel() local
/third_party/ncurses/test/
Ddemo_forms.c53 static char *t_value = 0; variable