Home
last modified time | relevance | path

Searched refs:zero_float (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcublas_gemm_pad_for_tensor_cores.cc84 HloInstruction* zero_float = parent->AddInstruction( in PadForTensorCores() local
86 zero_float->set_metadata(dot->metadata()); in PadForTensorCores()
89 HloInstruction::CreatePad(new_lshape, lhs, zero_float, l_padding_config)); in PadForTensorCores()
93 HloInstruction::CreatePad(new_rshape, rhs, zero_float, r_padding_config)); in PadForTensorCores()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dforce_render_red.cpp227 opt::Operand zero_float = {SPV_OPERAND_TYPE_ID, {zero_one_float_ids.first}}; in ForceRenderRed() local
230 one_float, zero_float, zero_float, one_float}; in ForceRenderRed()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dforce_render_red.cpp225 opt::Operand zero_float = {SPV_OPERAND_TYPE_ID, {zero_one_float_ids.first}}; in ForceRenderRed() local
228 one_float, zero_float, zero_float, one_float}; in ForceRenderRed()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dforce_render_red.cpp227 opt::Operand zero_float = {SPV_OPERAND_TYPE_ID, {zero_one_float_ids.first}}; in ForceRenderRed() local
230 one_float, zero_float, zero_float, one_float}; in ForceRenderRed()
/external/llvm-project/llvm/test/CodeGen/X86/
Davx512-scalar.ll129 define float @zero_float(float %a) {
130 ; AVX512-KNL-LABEL: zero_float:
136 ; AVX512-SKX-LABEL: zero_float:
142 ; AVX-LABEL: zero_float:
/external/deqp/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleGLCoverageTests.cpp725 glw::GLfloat zero_float = 0.0f; in iterate() local
729 gl.texParameterfv(GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_BASE_LEVEL, &zero_float); in iterate()
739 gl.texParameterfv(GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES, GL_TEXTURE_BASE_LEVEL, &zero_float); in iterate()
/external/swiftshader/tests/GLESUnitTests/
Dunittests.cpp507 GLfloat zero_float = 0; in TEST_F() local
523 glClearBufferfv(GL_DEPTH, 0, &zero_float); in TEST_F()
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto507 optional float zero_float = 7 [default = 0]; field
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest.proto507 optional float zero_float = 7 [default = 0]; field
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto507 optional float zero_float = 7 [default = 0]; field
/external/protobuf/src/google/protobuf/
Dunittest.proto617 optional float zero_float = 7 [default = 0]; field
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc178 EXPECT_EQ(0.0f, extreme_default.zero_float());