Home
last modified time | relevance | path

Searched refs:value_mask (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/core/base/
Dfloat16.h37 static constexpr uint16_t value_mask = 0x7fff;
69 explicit operator bool() const { return (value_ & value_mask) != 0; }
112 f32.u = (static_cast<uint32_t>(f16.value_ & value_mask) << exponent_bits); in ToFloat32()
286 inline bool(isinf)(const float16 &a) { return (a.int_value() & float16::value_mask) == float16::inf…
287 inline bool(isnan)(const float16 &a) { return (a.int_value() & float16::value_mask) > float16::inf_…
289 inline float16 abs(const float16 &a) { return float16::FromRaw(a.int_value() & float16::value_mask)…
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DlibXCB.hpp25 …connection_t *c, xcb_gcontext_t cid, xcb_drawable_t drawable, uint32_t value_mask, const void *val…
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/xcb/
Dgstvkwindow_xcb.c215 uint32_t value_mask, value_list[32]; in gst_vulkan_window_xcb_create_window() local
229 value_mask = XCB_CW_BACK_PIXEL | XCB_CW_EVENT_MASK; in gst_vulkan_window_xcb_create_window()
237 screen->root_visual, value_mask, value_list); in gst_vulkan_window_xcb_create_window()
/third_party/gstreamer/gstreamer/gst/
Dgststructure.h336 guint * value_mask);
Dgststructure.c1979 const gchar * fieldname, guint * value_flags, guint * value_mask) in gst_structure_get_flagset() argument
1993 if (value_mask) in gst_structure_get_flagset()
1994 *value_mask = gst_value_get_flagset_mask (&field->value); in gst_structure_get_flagset()
/third_party/weston/xwayland/
Dwindow-manager.c798 if (configure_request->value_mask & XCB_CONFIG_WINDOW_WIDTH) in weston_wm_handle_configure_request()
800 if (configure_request->value_mask & XCB_CONFIG_WINDOW_HEIGHT) in weston_wm_handle_configure_request()
817 if (configure_request->value_mask & XCB_CONFIG_WINDOW_SIBLING) { in weston_wm_handle_configure_request()
821 if (configure_request->value_mask & XCB_CONFIG_WINDOW_STACK_MODE) { in weston_wm_handle_configure_request()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp508 uint32_t value_mask, value_list[32]; in init_window() local
512 value_mask = XCB_CW_BACK_PIXEL | XCB_CW_EVENT_MASK; in init_window()
518 info.screen->root_visual, value_mask, value_list); in init_window()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp516 uint32_t value_mask, value_list[32]; in init_window() local
520 value_mask = XCB_CW_BACK_PIXEL | XCB_CW_EVENT_MASK; in init_window()
526 info.screen->root_visual, value_mask, value_list); in init_window()