Home
last modified time | relevance | path

Searched defs:v (Results 251 – 275 of 83862) sorted by relevance

1...<<11121314151617181920>>...3355

/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_dpi_arg_input_unpack.cpp170 bool check_1d(const char** v) { in check_1d()
173 bool check_2d(const char** v) { in check_2d()
263 static int v; in get_non_null() local
267 void i_byte_0d(char v) { in i_byte_0d()
293 void i_shortint_0d(short v) { in i_shortint_0d()
319 void i_int_0d(int v) { in i_int_0d()
322 void i_int_1d(const int* v) { in i_int_1d()
325 void i_int_2d(const int* v) { in i_int_2d()
328 void i_int_3d(const int* v) { in i_int_3d()
401 void i_real_0d(double v) { in i_real_0d()
[all …]
H A Dt_dpi_arg_inout_unpack.cpp310 static int v; in get_non_null() local
314 void i_byte_0d(char* v) { in i_byte_0d()
317 void i_byte_1d(char* v) { in i_byte_1d()
320 void i_byte_2d(char* v) { in i_byte_2d()
323 void i_byte_3d(char* v) { in i_byte_3d()
366 void i_int_0d(int* v) { in i_int_0d()
369 void i_int_1d(int* v) { in i_int_1d()
372 void i_int_2d(int* v) { in i_int_2d()
375 void i_int_3d(int* v) { in i_int_3d()
460 void i_chandle_0d(void** v) { in i_chandle_0d()
[all …]
/dports/databases/pointcloud/pointcloud-1.2.1/lib/
H A Dpc_val.c58 uint8_t v; in pc_double_from_ptr() local
64 uint16_t v; in pc_double_from_ptr() local
70 uint32_t v; in pc_double_from_ptr() local
76 uint64_t v; in pc_double_from_ptr() local
82 int8_t v; in pc_double_from_ptr() local
88 int16_t v; in pc_double_from_ptr() local
94 int32_t v; in pc_double_from_ptr() local
100 int64_t v; in pc_double_from_ptr() local
106 float v; in pc_double_from_ptr() local
112 double v; in pc_double_from_ptr() local
[all …]
/dports/databases/p5-BSON-XS/BSON-XS-v0.8.4/bson/
H A Dbson-endian.h85 # define BSON_UINT16_FROM_LE(v) ((uint16_t)v) argument
86 # define BSON_UINT16_TO_LE(v) ((uint16_t)v) argument
89 # define BSON_UINT32_FROM_LE(v) ((uint32_t)v) argument
90 # define BSON_UINT32_TO_LE(v) ((uint32_t)v) argument
93 # define BSON_UINT64_FROM_LE(v) ((uint64_t)v) argument
94 # define BSON_UINT64_TO_LE(v) ((uint64_t)v) argument
97 # define BSON_DOUBLE_FROM_LE(v) ((double)v) argument
98 # define BSON_DOUBLE_TO_LE(v) ((double)v) argument
136 __bson_uint16_swap_slow (uint16_t v) /* IN */ in __bson_uint16_swap_slow()
160 __bson_uint32_swap_slow (uint32_t v) /* IN */ in __bson_uint32_swap_slow()
[all …]
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libbson/src/bson/
H A Dbson-endian.h83 #define BSON_UINT16_FROM_LE(v) ((uint16_t) v) argument
84 #define BSON_UINT16_TO_LE(v) ((uint16_t) v) argument
87 #define BSON_UINT32_FROM_LE(v) ((uint32_t) v) argument
88 #define BSON_UINT32_TO_LE(v) ((uint32_t) v) argument
91 #define BSON_UINT64_FROM_LE(v) ((uint64_t) v) argument
92 #define BSON_UINT64_TO_LE(v) ((uint64_t) v) argument
95 #define BSON_DOUBLE_FROM_LE(v) ((double) v) argument
96 #define BSON_DOUBLE_TO_LE(v) ((double) v) argument
134 __bson_uint16_swap_slow (uint16_t v) /* IN */ in __bson_uint16_swap_slow()
157 __bson_uint32_swap_slow (uint32_t v) /* IN */ in __bson_uint32_swap_slow()
[all …]
/dports/devel/libbson/libbson-1.8.1/src/bson/
H A Dbson-endian.h86 #define BSON_UINT16_FROM_LE(v) ((uint16_t) v) argument
87 #define BSON_UINT16_TO_LE(v) ((uint16_t) v) argument
90 #define BSON_UINT32_FROM_LE(v) ((uint32_t) v) argument
91 #define BSON_UINT32_TO_LE(v) ((uint32_t) v) argument
94 #define BSON_UINT64_FROM_LE(v) ((uint64_t) v) argument
95 #define BSON_UINT64_TO_LE(v) ((uint64_t) v) argument
98 #define BSON_DOUBLE_FROM_LE(v) ((double) v) argument
99 #define BSON_DOUBLE_TO_LE(v) ((double) v) argument
137 __bson_uint16_swap_slow (uint16_t v) /* IN */ in __bson_uint16_swap_slow()
160 __bson_uint32_swap_slow (uint32_t v) /* IN */ in __bson_uint32_swap_slow()
[all …]
/dports/biology/vcflib/vcflib-1.0.2/src/simde/
H A Dsimde-math.h215 #define simde_math_abs(v) __builtin_abs(v) argument
225 #define simde_math_absf(v) __builtin_absf(v) argument
235 #define simde_math_acos(v) __builtin_acos(v) argument
255 #define simde_math_cbrt(v) __builtin_cbrt(v) argument
295 #define simde_math_asin(v) __builtin_asin(v) argument
415 #define simde_math_cos(v) __builtin_cos(v) argument
455 #define simde_math_erf(v) __builtin_erf(v) argument
495 #define simde_math_exp(v) __builtin_exp(v) argument
627 #define simde_math_log(v) __builtin_log(v) argument
787 #define simde_math_sin(v) __builtin_sin(v) argument
[all …]
/dports/biology/freebayes/freebayes-1.3.5/vcflib/src/simde/
H A Dsimde-math.h215 #define simde_math_abs(v) __builtin_abs(v) argument
225 #define simde_math_absf(v) __builtin_absf(v) argument
235 #define simde_math_acos(v) __builtin_acos(v) argument
255 #define simde_math_cbrt(v) __builtin_cbrt(v) argument
295 #define simde_math_asin(v) __builtin_asin(v) argument
415 #define simde_math_cos(v) __builtin_cos(v) argument
455 #define simde_math_erf(v) __builtin_erf(v) argument
495 #define simde_math_exp(v) __builtin_exp(v) argument
627 #define simde_math_log(v) __builtin_log(v) argument
787 #define simde_math_sin(v) __builtin_sin(v) argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/
H A Dbyte_order.h53 #define htole16(v) (v) argument
54 #define htole32(v) (v) argument
55 #define htole64(v) (v) argument
56 #define le16toh(v) (v) argument
57 #define le32toh(v) (v) argument
58 #define le64toh(v) (v) argument
69 #define htobe16(v) (v) argument
70 #define htobe32(v) (v) argument
71 #define be16toh(v) (v) argument
72 #define be32toh(v) (v) argument
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/
H A Dbyte_order.h53 #define htole16(v) (v) argument
54 #define htole32(v) (v) argument
55 #define htole64(v) (v) argument
56 #define le16toh(v) (v) argument
57 #define le32toh(v) (v) argument
58 #define le64toh(v) (v) argument
69 #define htobe16(v) (v) argument
70 #define htobe32(v) (v) argument
71 #define be16toh(v) (v) argument
72 #define be32toh(v) (v) argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/
H A Dbyte_order.h53 #define htole16(v) (v) argument
54 #define htole32(v) (v) argument
55 #define htole64(v) (v) argument
56 #define le16toh(v) (v) argument
57 #define le32toh(v) (v) argument
58 #define le64toh(v) (v) argument
69 #define htobe16(v) (v) argument
70 #define htobe32(v) (v) argument
71 #define be16toh(v) (v) argument
72 #define be32toh(v) (v) argument
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/
H A Dbyte_order.h53 #define htole16(v) (v) argument
54 #define htole32(v) (v) argument
55 #define htole64(v) (v) argument
56 #define le16toh(v) (v) argument
57 #define le32toh(v) (v) argument
58 #define le64toh(v) (v) argument
69 #define htobe16(v) (v) argument
70 #define htobe32(v) (v) argument
71 #define be16toh(v) (v) argument
72 #define be32toh(v) (v) argument
[all …]
/dports/math/igraph/igraph-0.9.5/examples/simple/
H A Digraph_degree.c45 VECTOR(v)[0] = 0; in main() local
46 VECTOR(v)[1] = 1; in main() local
47 VECTOR(v)[2] = 1; in main() local
48 VECTOR(v)[3] = 2; in main() local
49 VECTOR(v)[4] = 2; in main() local
50 VECTOR(v)[5] = 3; in main() local
51 VECTOR(v)[6] = 2; in main() local
52 VECTOR(v)[7] = 2; in main() local
89 VECTOR(v)[0] = 0; in main() local
90 VECTOR(v)[1] = 1; in main() local
[all …]
/dports/databases/libgda5-mysql/libgda-5.2.10/tools/browser/data-manager/
H A Dmarshal.list6 # BOOLEAN for boolean types (gboolean)
7 # CHAR for signed char types (gchar)
8 # UCHAR for unsigned char types (guchar)
9 # INT for signed integer types (gint)
10 # UINT for unsigned integer types (guint)
11 # LONG for signed long integer types (glong)
13 # ENUM for enumeration types (gint)
14 # FLAGS for flag enumeration types (guint)
17 # STRING for string types (gchar*)
22 # NONE deprecated alias for VOID
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/tests/unittest/uidescription/uiviewcreator/
H A Dcsegmentbuttoncreator_test.cpp20 …Attribute<CSegmentButton>(kCSegmentButton, kAttrFont, kFontName, &uidesc, [&] (CSegmentButton* v) { in __anon4cdaddb00102()
27 …ibute<CSegmentButton>(kCSegmentButton, kAttrStyle, "horizontal", &uidesc, [&] (CSegmentButton* v) { in __anon4cdaddb00202()
30 …tribute<CSegmentButton>(kCSegmentButton, kAttrStyle, "vertical", &uidesc, [&] (CSegmentButton* v) { in __anon4cdaddb00302()
37 …e<CSegmentButton>(kCSegmentButton, kAttrSelectionMode, "Single", &uidesc, [&] (CSegmentButton* v) { in __anon4cdaddb00402()
47 …ute<CSegmentButton>(kCSegmentButton, kAttrTextColor, kColorName, &uidesc, [&] (CSegmentButton* v) { in __anon4cdaddb00602()
68 …tAttribute<CSegmentButton>(kCSegmentButton, kAttrFrameWidth, 5., &uidesc, [&] (CSegmentButton* v) { in __anon4cdaddb00902()
75 …ttribute<CSegmentButton>(kCSegmentButton, kAttrRoundRadius, 15., &uidesc, [&] (CSegmentButton* v) { in __anon4cdaddb00a02()
82 …ibute<CSegmentButton>(kCSegmentButton, kAttrIconTextMargin, 15., &uidesc, [&] (CSegmentButton* v) { in __anon4cdaddb00b02()
126 …ibute<CSegmentButton>(kCSegmentButton, kAttrTruncateMode, "head", &uidesc, [] (CSegmentButton* v) { in __anon4cdaddb01202()
129 …ibute<CSegmentButton>(kCSegmentButton, kAttrTruncateMode, "tail", &uidesc, [] (CSegmentButton* v) { in __anon4cdaddb01302()
[all …]
/dports/misc/usd/USD-21.11/pxr/base/gf/
H A Dgamma.cpp47 GfVec3f GfApplyGamma(const GfVec3f &v, double g) { in GfApplyGamma()
51 GfVec3d GfApplyGamma(const GfVec3d &v, double g) { in GfApplyGamma()
55 GfVec3h GfApplyGamma(const GfVec3h &v, double g) { in GfApplyGamma()
62 GfVec4f GfApplyGamma(const GfVec4f &v, double g) { in GfApplyGamma()
66 GfVec4d GfApplyGamma(const GfVec4d &v, double g) { in GfApplyGamma()
70 GfVec4h GfApplyGamma(const GfVec4h &v, double g) { in GfApplyGamma()
78 float GfApplyGamma(const float &v, double g) in GfApplyGamma()
83 unsigned char GfApplyGamma(const unsigned char &v, double g) in GfApplyGamma()
90 static T Gf_ConvertLinearToDisplay(const T& v) { in Gf_ConvertLinearToDisplay()
95 static T Gf_ConvertDisplayToLinear(const T& v) { in Gf_ConvertDisplayToLinear()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/variant2/test/
H A Dvariant_value_construct.cpp26 variant<int> v( 1 ); in main() local
33 variant<int> v( 'a' ); in main() local
40 variant<int> v( X{} ); in main() local
47 variant<int const> v( 1 ); in main() local
54 variant<int const> v( 'a' ); in main() local
61 variant<int const> v( X{} ); in main() local
68 variant<int, float, std::string> v( 1 ); in main() local
76 variant<int, float, std::string> v( 'a' ); in main() local
84 variant<int, float, std::string> v( X{} ); in main() local
92 variant<int, float, std::string> v( 3.14f ); in main() local
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/variant2/test/
H A Dvariant_value_construct.cpp26 variant<int> v( 1 ); in main() local
33 variant<int> v( 'a' ); in main() local
40 variant<int> v( X{} ); in main() local
47 variant<int const> v( 1 ); in main() local
54 variant<int const> v( 'a' ); in main() local
61 variant<int const> v( X{} ); in main() local
68 variant<int, float, std::string> v( 1 ); in main() local
76 variant<int, float, std::string> v( 'a' ); in main() local
84 variant<int, float, std::string> v( X{} ); in main() local
92 variant<int, float, std::string> v( 3.14f ); in main() local
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/variant2/test/
H A Dvariant_value_construct.cpp26 variant<int> v( 1 ); in main() local
33 variant<int> v( 'a' ); in main() local
40 variant<int> v( X{} ); in main() local
47 variant<int const> v( 1 ); in main() local
54 variant<int const> v( 'a' ); in main() local
61 variant<int const> v( X{} ); in main() local
68 variant<int, float, std::string> v( 1 ); in main() local
76 variant<int, float, std::string> v( 'a' ); in main() local
84 variant<int, float, std::string> v( X{} ); in main() local
92 variant<int, float, std::string> v( 3.14f ); in main() local
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/variant2/test/
H A Dvariant_value_construct.cpp26 variant<int> v( 1 ); in main() local
33 variant<int> v( 'a' ); in main() local
40 variant<int> v( X{} ); in main() local
47 variant<int const> v( 1 ); in main() local
54 variant<int const> v( 'a' ); in main() local
61 variant<int const> v( X{} ); in main() local
68 variant<int, float, std::string> v( 1 ); in main() local
76 variant<int, float, std::string> v( 'a' ); in main() local
84 variant<int, float, std::string> v( X{} ); in main() local
92 variant<int, float, std::string> v( 3.14f ); in main() local
[all …]
/dports/lang/mosml/mosml-ver-2.10.1/src/compiler/test/
H A DA.sml24 structure a = struct val v = "a" end; value
30 and f = struct val v = "f" end value
31 and g = struct val v = "g" end value
32 and h = struct val v = "h" end; value
35 and j = struct val v = "_j" end value
36 and k = struct val v = "_k" end value
37 and l = struct val v = "_l" end; value
41 and j = struct val v = "j" end value
42 and k = struct val v = "k" end value
43 and l = struct val v = "l" end; value
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Dapi_arrayelt.c96 VertexAttrib1NbvNV(GLuint index, const GLbyte *v) in VertexAttrib1NbvNV()
102 VertexAttrib1bvNV(GLuint index, const GLbyte *v) in VertexAttrib1bvNV()
108 VertexAttrib2NbvNV(GLuint index, const GLbyte *v) in VertexAttrib2NbvNV()
114 VertexAttrib2bvNV(GLuint index, const GLbyte *v) in VertexAttrib2bvNV()
120 VertexAttrib3NbvNV(GLuint index, const GLbyte *v) in VertexAttrib3NbvNV()
128 VertexAttrib3bvNV(GLuint index, const GLbyte *v) in VertexAttrib3bvNV()
134 VertexAttrib4NbvNV(GLuint index, const GLbyte *v) in VertexAttrib4NbvNV()
143 VertexAttrib4bvNV(GLuint index, const GLbyte *v) in VertexAttrib4bvNV()
332 VertexAttrib1ivNV(GLuint index, const GLint *v) in VertexAttrib1ivNV()
345 VertexAttrib2ivNV(GLuint index, const GLint *v) in VertexAttrib2ivNV()
[all …]
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Dapi_arrayelt.c96 VertexAttrib1NbvNV(GLuint index, const GLbyte *v) in VertexAttrib1NbvNV()
102 VertexAttrib1bvNV(GLuint index, const GLbyte *v) in VertexAttrib1bvNV()
108 VertexAttrib2NbvNV(GLuint index, const GLbyte *v) in VertexAttrib2NbvNV()
114 VertexAttrib2bvNV(GLuint index, const GLbyte *v) in VertexAttrib2bvNV()
120 VertexAttrib3NbvNV(GLuint index, const GLbyte *v) in VertexAttrib3NbvNV()
128 VertexAttrib3bvNV(GLuint index, const GLbyte *v) in VertexAttrib3bvNV()
134 VertexAttrib4NbvNV(GLuint index, const GLbyte *v) in VertexAttrib4NbvNV()
143 VertexAttrib4bvNV(GLuint index, const GLbyte *v) in VertexAttrib4bvNV()
332 VertexAttrib1ivNV(GLuint index, const GLint *v) in VertexAttrib1ivNV()
345 VertexAttrib2ivNV(GLuint index, const GLint *v) in VertexAttrib2ivNV()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dapi_arrayelt.c96 VertexAttrib1NbvNV(GLuint index, const GLbyte *v) in VertexAttrib1NbvNV()
102 VertexAttrib1bvNV(GLuint index, const GLbyte *v) in VertexAttrib1bvNV()
108 VertexAttrib2NbvNV(GLuint index, const GLbyte *v) in VertexAttrib2NbvNV()
114 VertexAttrib2bvNV(GLuint index, const GLbyte *v) in VertexAttrib2bvNV()
120 VertexAttrib3NbvNV(GLuint index, const GLbyte *v) in VertexAttrib3NbvNV()
128 VertexAttrib3bvNV(GLuint index, const GLbyte *v) in VertexAttrib3bvNV()
134 VertexAttrib4NbvNV(GLuint index, const GLbyte *v) in VertexAttrib4NbvNV()
143 VertexAttrib4bvNV(GLuint index, const GLbyte *v) in VertexAttrib4bvNV()
332 VertexAttrib1ivNV(GLuint index, const GLint *v) in VertexAttrib1ivNV()
345 VertexAttrib2ivNV(GLuint index, const GLint *v) in VertexAttrib2ivNV()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Dapi_arrayelt.c96 VertexAttrib1NbvNV(GLuint index, const GLbyte *v) in VertexAttrib1NbvNV()
102 VertexAttrib1bvNV(GLuint index, const GLbyte *v) in VertexAttrib1bvNV()
108 VertexAttrib2NbvNV(GLuint index, const GLbyte *v) in VertexAttrib2NbvNV()
114 VertexAttrib2bvNV(GLuint index, const GLbyte *v) in VertexAttrib2bvNV()
120 VertexAttrib3NbvNV(GLuint index, const GLbyte *v) in VertexAttrib3NbvNV()
128 VertexAttrib3bvNV(GLuint index, const GLbyte *v) in VertexAttrib3bvNV()
134 VertexAttrib4NbvNV(GLuint index, const GLbyte *v) in VertexAttrib4NbvNV()
143 VertexAttrib4bvNV(GLuint index, const GLbyte *v) in VertexAttrib4bvNV()
332 VertexAttrib1ivNV(GLuint index, const GLint *v) in VertexAttrib1ivNV()
345 VertexAttrib2ivNV(GLuint index, const GLint *v) in VertexAttrib2ivNV()
[all …]

1...<<11121314151617181920>>...3355