Home
last modified time | relevance | path

Searched refs:result (Results 5351 - 5375 of 11269) sorted by relevance

1...<<211212213214215216217218219220>>...451

/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgm107.asm9 // OUTPUT: $r0: result, $r1: modulus
54 // OUTPUT: $r0: result, $r1: modulus
115 // result for 0/inf/nan. $r2 holds the exponent value, which starts at
135 // NaN -> NaN, the next line sets the "quiet" bit of the result. This
165 // All numbers with -1 in $r3 have their result ready in $r0d, return them
172 // result in $r6d. The exponent will be recovered later.
187 // Step 4: convert result $r0 back to double, do newton-raphson steps
192 // 4 Newton-Raphson Steps, tmp in $r4d, result in $r0d
220 // added to the exponent extracted from the result above.
230 // (exponent-1) < 0x7fe (unsigned) means the result i
[all...]
H A Dgk110.asm9 // OUTPUT: $r0: result, $r1: modulus
48 // OUTPUT: $r0: result, $r1: modulus
102 // result for 0/inf/nan. $r2 holds the exponent value, which starts at
120 // NaN -> NaN, the next line sets the "quiet" bit of the result. This
143 // All numbers with -1 in $r3 have their result ready in $r0d, return them
149 // result in $r6d. The exponent will be recovered later.
162 // Step 4: convert result $r0 back to double, do newton-raphson steps
167 // 4 Newton-Raphson Steps, tmp in $r4d, result in $r0d
193 // added to the exponent extracted from the result above.
203 // (exponent-1) < 0x7fe (unsigned) means the result i
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMismatchedWriteOpTests.cpp141 virtual bool compare (tcu::PixelBufferAccess& result,
158 bool compare (tcu::PixelBufferAccess& result,
172 bool compare (tcu::PixelBufferAccess& result,
419 tcu::Vec4 result; in gluePixels() local
420 for (int i = 0; i < pivot; ++i) result[i] = a[i]; in gluePixels()
421 for (int i = pivot; i < 4; ++i) result[i] = b[i]; in gluePixels()
422 return result; in gluePixels()
498 std::vector<VkFormat> result; in findFormatsByChannelClass() local
502 result.emplace_back(f); in findFormatsByChannelClass()
504 DE_ASSERT(!result in findFormatsByChannelClass()
953 compare(tcu::PixelBufferAccess& result, tcu::PixelBufferAccess& reference) const compare() argument
983 compare(tcu::PixelBufferAccess& result, tcu::PixelBufferAccess& reference) const compare() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingWatertightnessTests.cpp102 const tcu::Vec3 result = a * alpha + b * (1.0f - alpha); in mixVec3() local
104 return result; in mixVec3()
292 "layout(r32ui, set = 0, binding = 0) uniform uimage2D result;\n" in initPrograms()
296 " imageStore(result, ivec2(gl_LaunchIDEXT.xy), color);\n" in initPrograms()
308 "layout(r32ui, set = 0, binding = 0) uniform uimage3D result;\n" in initPrograms()
314 " imageAtomicAdd(result, ivec3(gl_LaunchIDEXT.xy, " << zCoord << "), 1);\n" in initPrograms()
330 "layout(r32ui, set = 0, binding = 0) uniform uimage2D result;\n" in initPrograms()
334 " imageStore(result, ivec2(gl_LaunchIDEXT.xy), color);\n" in initPrograms()
344 "layout(r32ui, set = 0, binding = 0) uniform uimage3D result;\n" in initPrograms()
348 " imageAtomicAdd(result, ivec in initPrograms()
414 de::MovePtr<TopLevelAccelerationStructure> result = makeTopLevelAccelerationStructure(); initTopAccelerationStructure() local
432 de::MovePtr<BottomLevelAccelerationStructure> result = makeBottomLevelAccelerationStructure(); initBottomAccelerationStructure() local
500 vector<de::SharedPtr<BottomLevelAccelerationStructure> > result; initBottomAccelerationStructures() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMismatchedWriteOpTests.cpp144 virtual bool compare (tcu::PixelBufferAccess& result,
161 bool compare (tcu::PixelBufferAccess& result,
175 bool compare (tcu::PixelBufferAccess& result,
422 tcu::Vec4 result; in gluePixels() local
423 for (int i = 0; i < pivot; ++i) result[i] = a[i]; in gluePixels()
424 for (int i = pivot; i < 4; ++i) result[i] = b[i]; in gluePixels()
425 return result; in gluePixels()
501 std::vector<VkFormat> result; in findFormatsByChannelClass() local
505 result.emplace_back(f); in findFormatsByChannelClass()
507 DE_ASSERT(!result in findFormatsByChannelClass()
956 compare(tcu::PixelBufferAccess& result, tcu::PixelBufferAccess& reference) const compare() argument
986 compare(tcu::PixelBufferAccess& result, tcu::PixelBufferAccess& reference) const compare() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderVertexSpacing.cpp156 _tess_edges result; in getEdgesForIsolinesTessellation() local
174 for (edges_iterator = result.begin(); edges_iterator != result.end(); edges_iterator++) in getEdgesForIsolinesTessellation()
188 if (edges_iterator == result.end()) in getEdgesForIsolinesTessellation()
199 result.push_back(new_edge); in getEdgesForIsolinesTessellation()
204 for (_tess_edges_iterator edges_iterator = result.begin(); edges_iterator != result.end(); ++edges_iterator) in getEdgesForIsolinesTessellation()
212 return result; in getEdgesForIsolinesTessellation()
226 _tess_edges result; in getEdgesForQuadsTessellation() local
507 result in getEdgesForQuadsTessellation()
561 _tess_edges result; getEdgesForTrianglesTessellation() local
878 bool result = false; isPointOnLine() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackOverflowQueryTests.cpp924 target before running any test that uses such a query's result.
928 uses such a query's result.
1076 Render. If the expected result for the query is FALSE, expect
1082 the expected result for the query is TRUE, expect conditional render to
1085 * Finally, check using GetQueryObjectiv with QUERY_RESULT that the result
1086 of the query matches the expected result.
1088 * If GL 4.4 or ARB_query_buffer_object is supported then check the result
1089 of the query against the expected result also by having a query buffer
1095 bool result = true; in verifyQueryResult() local
1103 // was discarded then the PRIMITIVES_GENERATED query should have a result in verifyQueryResult()
1176 bool result = true; verifyQueryResults() local
1205 verifyQueryResults(GLboolean result) verifyQueryResults() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPlatform.cpp128 VkResult result = InstanceDriver::createDevice(physicalDevice, pCreateInfo, pAllocator, pDevice); in createDevice() local
138 if (result == VK_SUCCESS && !m_normalMode) in createDevice()
142 return result; in createDevice()
221 VkResult result = m_vk.createDescriptorSetLayout(device, pCreateInfo, pAllocator, pSetLayout); in createDescriptorSetLayoutHandlerNorm() local
223 return result; in createDescriptorSetLayoutHandlerNorm()
411 VkResult result = m_vk.createPipelineLayout(device, pCreateInfo, pAllocator, pPipelineLayout); in createPipelineLayoutHandlerNorm() local
413 return result; in createPipelineLayoutHandlerNorm()
527 const VkResult result = m_vk.createFramebuffer(device, pCreateInfo, pAllocator, pFramebuffer); in createFramebufferHandlerNorm() local
528 return result; in createFramebufferHandlerNorm()
557 VkResult result in createRenderPassHandlerNorm() local
597 VkResult result = m_vk.createRenderPass2(device, pCreateInfo, pAllocator, pRenderPass); createRenderPass2HandlerNorm() local
660 VkResult result = m_vk.createSampler(device, pCreateInfo, pAllocator, pSampler); createSamplerHandlerNorm() local
683 VkResult result = m_vk.createSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConversion); createSamplerYcbcrConversionHandlerNorm() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtransreg.cpp738 * range, the result of getAvailableID(0) is returned.
756 UnicodeString& result) const { in getAvailableSource()
766 result.truncate(0); in getAvailableSource()
768 result = *(UnicodeString*) e->key.pointer; in getAvailableSource()
770 return result; in getAvailableSource()
780 UnicodeString& result) const { in getAvailableTarget()
783 result.truncate(0); // invalid source in getAvailableTarget()
784 return result; in getAvailableTarget()
795 result.truncate(0); // invalid index in getAvailableTarget()
797 result in getAvailableTarget()
[all...]
/third_party/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py980 result = descriptor.MakeDescriptor(message_type)
981 self.assertEqual(result.fields[0].cpp_type,
983 self.assertEqual(result.fields[1].cpp_type,
985 self.assertEqual(result.fields[1].message_type.containing_type,
986 result)
987 self.assertEqual(result.nested_types[0].fields[0].full_name,
989 self.assertEqual(result.nested_types[0].fields[0].enum_type,
990 result.nested_types[0].enum_types[0])
991 self.assertFalse(result.has_options)
992 self.assertFalse(result
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingWatertightnessTests.cpp102 const tcu::Vec3 result = a * alpha + b * (1.0f - alpha); in mixVec3() local
104 return result; in mixVec3()
292 "layout(r32ui, set = 0, binding = 0) uniform uimage2D result;\n" in initPrograms()
296 " imageStore(result, ivec2(gl_LaunchIDEXT.xy), color);\n" in initPrograms()
308 "layout(r32ui, set = 0, binding = 0) uniform uimage3D result;\n" in initPrograms()
314 " imageAtomicAdd(result, ivec3(gl_LaunchIDEXT.xy, " << zCoord << "), 1);\n" in initPrograms()
330 "layout(r32ui, set = 0, binding = 0) uniform uimage2D result;\n" in initPrograms()
334 " imageStore(result, ivec2(gl_LaunchIDEXT.xy), color);\n" in initPrograms()
344 "layout(r32ui, set = 0, binding = 0) uniform uimage3D result;\n" in initPrograms()
348 " imageAtomicAdd(result, ivec in initPrograms()
414 de::MovePtr<TopLevelAccelerationStructure> result = makeTopLevelAccelerationStructure(); initTopAccelerationStructure() local
432 de::MovePtr<BottomLevelAccelerationStructure> result = makeBottomLevelAccelerationStructure(); initBottomAccelerationStructure() local
500 vector<de::SharedPtr<BottomLevelAccelerationStructure> > result; initBottomAccelerationStructures() local
[all...]
/third_party/tzdata/
H A Dzic.c513 char *result = malloc(strlen(str) + 1); in strdup() local
514 return result ? strcpy(result, str) : result; in strdup()
1378 /* If TEMPNAME, the result is in the temporary file TEMPNAME even
1406 char *result = NULL; in relname() local
1413 f = result = emalloc(linksize); in relname()
1414 memcpy(result, directory, len); in relname()
1415 result[len] = '/'; in relname()
1416 memcpy(result in relname()
2872 stringoffset(char *result, zic_t offset) stringoffset() argument
2903 stringrule(char *result, struct rule *const rp, zic_t save, zic_t stdoff) stringrule() argument
2990 stringzone(char *result, struct zone const *zpfirst, ptrdiff_t zonecount) stringzone() argument
[all...]
/third_party/python/Objects/
H A Dexceptions.c824 PyObject *result = PyObject_CallObject(PyExc_BaseExceptionGroup, args); in _PyExc_CreateExceptionGroup() local
826 return result; in _PyExc_CreateExceptionGroup()
900 PyBaseExceptionGroupObject *_orig, PyObject *excs, PyObject **result) in exceptiongroup_subset()
902 /* Sets *result to an ExceptionGroup wrapping excs with metadata from in exceptiongroup_subset()
903 * _orig. If excs is empty, sets *result to NULL. in exceptiongroup_subset()
912 *result = NULL; in exceptiongroup_subset()
973 *result = eg; in exceptiongroup_subset()
985 /* A set of the IDs of leaf exceptions to include in the result.
1074 _exceptiongroup_split_result *result) in exceptiongroup_split_recursive()
1076 result in exceptiongroup_split_recursive()
899 exceptiongroup_subset( PyBaseExceptionGroupObject *_orig, PyObject *excs, PyObject **result) exceptiongroup_subset() argument
1070 exceptiongroup_split_recursive(PyObject *exc, _exceptiongroup_split_matcher_type matcher_type, PyObject *matcher_value, bool construct_rest, _exceptiongroup_split_result *result) exceptiongroup_split_recursive() argument
1201 PyObject *result = PyTuple_Pack( BaseExceptionGroup_split() local
1232 PyObject *result = Py_NewRef( BaseExceptionGroup_subgroup() local
1316 PyObject *result = split_result.match ? exception_group_projection() local
1389 PyObject *result = NULL; _PyExc_PrepReraiseStar() local
2446 PyObject *result; SyntaxError_str() local
2906 PyObject *result = NULL; UnicodeEncodeError_str() local
3019 PyObject *result = NULL; UnicodeDecodeError_str() local
3116 PyObject *result = NULL; UnicodeTranslateError_str() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.cpp546 HRESULT result = S_OK; in initialize() local
574 result = mDevice->QueryInterface(__uuidof(IDXGIDevice2), (void **)&dxgiDevice2); in initialize()
575 if (FAILED(result)) in initialize()
595 result = mDevice->QueryInterface(__uuidof(IDXGIDevice), (void **)&dxgiDevice); in initialize()
597 if (FAILED(result)) in initialize()
602 result = dxgiDevice->GetParent(__uuidof(IDXGIAdapter), (void **)&mDxgiAdapter); in initialize()
604 if (FAILED(result)) in initialize()
621 result = dxgiAdapter2->GetDesc2(&adapterDesc2); in initialize()
622 if (SUCCEEDED(result)) in initialize()
640 result in initialize()
739 HRESULT result = CreateDXGIFactory1(IID_PPV_ARGS(&factory)); callD3D11On12CreateDevice() local
784 HRESULT result = S_OK; initializeD3DDevice() local
1042 HRESULT result = mDevice->CheckFeatureSupport(D3D11_FEATURE_D3D11_OPTIONS, &d3d11Options, populateRenderer11DeviceCaps() local
1055 HRESULT result = mDevice->CheckFeatureSupport(D3D11_FEATURE_D3D11_OPTIONS3, &d3d11Options3, populateRenderer11DeviceCaps() local
1356 HRESULT result = S_OK; finish() local
1637 HRESULT result = mDevice->OpenSharedResource(shareHandle, __uuidof(ID3D11Resource), validateShareHandle() local
2153 HRESULT result = mDevice->GetDeviceRemovedReason(); testDeviceLost() local
2181 HRESULT result = D3D11CreateDevice( testDeviceResettable() local
2258 egl::Error result = initialize(); resetDevice() local
[all...]
/drivers/external_device_manager/test/unittest/driver_extension_context_test/
H A Ddriver_extension_context_test.cpp58 ErrCode result = driverExtensionContextTest.UpdateDriverState(); in HWTEST_F() local
59 EXPECT_EQ(ERR_OK, result); in HWTEST_F()
/drivers/external_device_manager/test/xts/hats/hdf/driver_extension/extension/
H A Ddriver_extension_context_test.cpp58 ErrCode result = driverExtensionContextTest.UpdateDriverState(); in HWTEST_F() local
59 EXPECT_EQ(ERR_OK, result); in HWTEST_F()
/drivers/peripheral/camera/hal_c/include/
H A Dcamera_device_c_if.h29 void (*OnResult)(uint64_t timestamp, CameraResultCIF* result);
36 int (*GetEnabledResults)(MetaTypeCIF** result, int* count);
/drivers/peripheral/camera/test/common/callback/src/
H A Dcamera_device_callback.cpp29 int32_t CameraDeviceCallback::OnResult(uint64_t timestamp, const std::vector<uint8_t>& result) in OnResult() argument
32 (void)result; in OnResult()
/third_party/elfutils/libdw/
H A Ddwarf_addrdie.c38 dwarf_addrdie (Dwarf *dbg, Dwarf_Addr addr, Dwarf_Die *result) in dwarf_addrdie() argument
50 return INTUSE(dwarf_offdie) (dbg, off, result); in dwarf_addrdie()
/third_party/ffmpeg/libavutil/tests/
H A Dcolor_utils.c38 double result = func(test_data[j]); in main() local
40 i, test_data[j], result); in main()
/third_party/node/test/parallel/
H A Dtest-vm-property-not-on-sandbox.js34 var result = foo === this;`; variable
37 assert.strictEqual(sandbox.result, true);
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dexpectation.py21 def _result_for(self, test, subtest, result):
22 self._send_result(test, result)
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_memrchr_chk_test.cpp21 const char* result = reinterpret_cast<const char*>(__memrchr_chk(src, 'r', strlen(src), strlen(src))); in HWTEST_F() local
22 EXPECT_STREQ("r test.", result); in HWTEST_F()
H A Dfortify_strlen_chk_test.cpp21 int result = __strlen_chk(str, sizeof(str)); in HWTEST_F() local
22 EXPECT_EQ(STR_SIZE, result); in HWTEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Depoll_wait.c42 int result = epoll_wait(epoll_fd, events, 1, 1); in epoll_wait_0100() local
43 if (result != 0) { in epoll_wait_0100()

Completed in 32 milliseconds

1...<<211212213214215216217218219220>>...451