Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/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.cpp356 GLfloat zero_float = 0; in TEST_F() local
372 glClearBufferfv(GL_DEPTH, 0, &zero_float); in TEST_F()
/external/protobuf/src/google/protobuf/
Dunittest.proto549 optional float zero_float = 7 [default = 0]; field
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc195 EXPECT_EQ(0.0f, extreme_default.zero_float()); in TEST()