Home
last modified time | relevance | path

Searched refs:has_d (Results 1 – 25 of 47) sorted by relevance

12

/dports/sysutils/f3/f3-8.0/
H A Dlibutils.c65 int has_d, has_h, has_m, has_s; in usec_to_str() local
69 has_d = usec >= USEC_IN_A_DAY; in usec_to_str()
70 if (has_d) { in usec_to_str()
83 has_d ? " " : "", (int)div.quot); in usec_to_str()
108 else if (has_d) in usec_to_str()
117 if (has_d || has_h || has_m || has_s) in usec_to_str()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkscrollbar.c106 gboolean has_a, has_b, has_c, has_d; in gtk_scrollbar_style_set() local
114 "has-forward-stepper", &has_d, in gtk_scrollbar_style_set()
123 range->has_stepper_d = has_d; in gtk_scrollbar_style_set()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkscrollbar.c156 gboolean has_a, has_b, has_c, has_d; in gtk_scrollbar_update_style() local
165 "has-forward-stepper", &has_d, in gtk_scrollbar_update_style()
169 _gtk_range_set_steppers (range, has_a, has_b, has_c, has_d); in gtk_scrollbar_update_style()
H A Dgtkrangeprivate.h50 gboolean has_d);
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/scons/scons-local-2.3.3/SCons/Tool/
H A Dlink.py54 has_d = isD(env, source)
55 if has_cplusplus and has_fortran and not has_d:
65 elif has_d:
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/
H A Dlink.py53 has_d = isD(env, source)
54 if has_cplusplus and has_fortran and not has_d:
64 elif has_d:
/dports/devel/scons/SCons-4.2.0/SCons/Tool/linkCommon/
H A D__init__.py136 has_d = isD(env, source)
137 if has_cplusplus and has_fortran and not has_d:
147 elif has_d:
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/scons-2.5.0/scons-local-2.5.0/SCons/Tool/
H A Dlink.py55 has_d = isD(env, source)
56 if has_cplusplus and has_fortran and not has_d:
66 elif has_d:
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/
H A Dlink.py59 has_d = isD(env, source)
60 if has_cplusplus and has_fortran and not has_d:
70 elif has_d:
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/
H A Dxe_hp_conv_data_kernel.cpp768 if (has_d) { in xe_hp_conv_data_kernel_t()
889 if (has_d) { in allocate_registers()
913 if (has_d) { in allocate_registers()
1066 if (has_d) { in loop_v1()
1191 if (has_d) { in loop_v1()
1415 if (has_d) in precompute_src_off_bwd_v2()
1433 if (has_d) { in precompute_src_off_bwd_v2()
1779 if (has_d) { in init_src_off_tg_4n4c()
1803 if (has_d) { in init_src_off_tg_Xn32c()
2820 if (has_d) { in read_update_write_dst()
[all …]
/dports/cad/yosys/yosys-yosys-0.12/passes/sat/
H A Dsim.cc285 bool has_a, has_b, has_c, has_d, has_s, has_y; in update_cell() local
290 has_d = cell->hasPort(ID::D); in update_cell()
297 if (has_d) sig_d = cell->getPort(ID::D); in update_cell()
305 if (has_a && !has_c && !has_d && !has_s && has_y) { in update_cell()
311 if (has_a && has_b && has_c && !has_d && !has_s && has_y) { in update_cell()
317 if (has_a && has_b && !has_c && !has_d && has_s && has_y) { in update_cell()
/dports/audio/murmur/mumble-1.3.3/src/tests/
H A DProtoBuf.cpp235 …if (u.has_a() || u.has_b() || u.has_c() || u.has_d() || u.has_e() || u.has_f() || u.has_g() || u.h… in main()
/dports/audio/mumble/mumble-1.3.3/src/tests/
H A DProtoBuf.cpp235 …if (u.has_a() || u.has_b() || u.has_c() || u.has_d() || u.has_e() || u.has_f() || u.has_g() || u.h… in main()
/dports/devel/ignition-common/ignitionrobotics-ign-common-a5c4d5a35bb8/graphics/src/
H A Dtiny_obj_loader.h984 bool has_d = false; in LoadMtl() local
1034 has_d = false; in LoadMtl()
1134 has_d = true; in LoadMtl()
1139 if (has_d) { in LoadMtl()
/dports/devel/boost-docs/boost_1_72_0/libs/numeric/ublas/test/tensor/
H A Dtest_multi_index_utility.cpp47 constexpr auto has_d = has_index<decltype(_d),decltype(tuple)>::value; in BOOST_AUTO_TEST_CASE() local
53 BOOST_CHECK( has_d ); in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-python-libs/boost_1_72_0/libs/numeric/ublas/test/tensor/
H A Dtest_multi_index_utility.cpp47 constexpr auto has_d = has_index<decltype(_d),decltype(tuple)>::value; in BOOST_AUTO_TEST_CASE() local
53 BOOST_CHECK( has_d ); in BOOST_AUTO_TEST_CASE()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/numeric/ublas/test/tensor/
H A Dtest_multi_index_utility.cpp47 constexpr auto has_d = has_index<decltype(_d),decltype(tuple)>::value; in BOOST_AUTO_TEST_CASE() local
53 BOOST_CHECK( has_d ); in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-libs/boost_1_72_0/libs/numeric/ublas/test/tensor/
H A Dtest_multi_index_utility.cpp47 constexpr auto has_d = has_index<decltype(_d),decltype(tuple)>::value; in BOOST_AUTO_TEST_CASE() local
53 BOOST_CHECK( has_d ); in BOOST_AUTO_TEST_CASE()
/dports/devel/hyperscan/boost_1_75_0/libs/numeric/ublas/test/tensor/
H A Dtest_multi_index_utility.cpp47 constexpr auto has_d = has_index<decltype(_d),decltype(tuple)>::value; in BOOST_AUTO_TEST_CASE() local
53 BOOST_CHECK( has_d ); in BOOST_AUTO_TEST_CASE()
/dports/x11-toolkits/pangolin/Pangolin-0.6/include/tinyobj/
H A Dtiny_obj_loader.h1336 bool has_d = false; in LoadMtl() local
1388 has_d = false; in LoadMtl()
1489 has_d = true; in LoadMtl()
1494 if (has_d) { in LoadMtl()
/dports/databases/percona57-server/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/
H A Dtest_util_lite.cc224 EXPECT_TRUE(message.optional_import_message ().has_d()); in ExpectAllFieldsSet()
448 EXPECT_FALSE(message.optional_import_message ().has_d()); in ExpectClear()
989 …EXPECT_TRUE(message.GetExtension(unittest::optional_import_message_extension_lite ).has_d()); in ExpectAllExtensionsSet()
1222 …EXPECT_FALSE(message.GetExtension(unittest::optional_import_message_extension_lite ).has_d()… in ExpectExtensionsClear()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/
H A Dtest_util_lite.cc224 EXPECT_TRUE(message.optional_import_message ().has_d()); in ExpectAllFieldsSet()
448 EXPECT_FALSE(message.optional_import_message ().has_d()); in ExpectClear()
989 …EXPECT_TRUE(message.GetExtension(unittest::optional_import_message_extension_lite ).has_d()); in ExpectAllExtensionsSet()
1222 …EXPECT_FALSE(message.GetExtension(unittest::optional_import_message_extension_lite ).has_d()… in ExpectExtensionsClear()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/extra/protobuf/protobuf-2.6.1/src/google/protobuf/
H A Dtest_util_lite.cc224 EXPECT_TRUE(message.optional_import_message ().has_d()); in ExpectAllFieldsSet()
448 EXPECT_FALSE(message.optional_import_message ().has_d()); in ExpectClear()
989 …EXPECT_TRUE(message.GetExtension(unittest::optional_import_message_extension_lite ).has_d()); in ExpectAllExtensionsSet()
1222 …EXPECT_FALSE(message.GetExtension(unittest::optional_import_message_extension_lite ).has_d()… in ExpectExtensionsClear()
/dports/databases/mysql57-client/mysql-5.7.36/extra/protobuf/protobuf-2.6.1/src/google/protobuf/
H A Dtest_util_lite.cc224 EXPECT_TRUE(message.optional_import_message ().has_d()); in ExpectAllFieldsSet()
448 EXPECT_FALSE(message.optional_import_message ().has_d()); in ExpectClear()
989 …EXPECT_TRUE(message.GetExtension(unittest::optional_import_message_extension_lite ).has_d()); in ExpectAllExtensionsSet()
1222 …EXPECT_FALSE(message.GetExtension(unittest::optional_import_message_extension_lite ).has_d()… in ExpectExtensionsClear()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/extra/protobuf/protobuf-2.6.1/src/google/protobuf/
H A Dtest_util_lite.cc224 EXPECT_TRUE(message.optional_import_message ().has_d()); in ExpectAllFieldsSet()
448 EXPECT_FALSE(message.optional_import_message ().has_d()); in ExpectClear()
989 …EXPECT_TRUE(message.GetExtension(unittest::optional_import_message_extension_lite ).has_d()); in ExpectAllExtensionsSet()
1222 …EXPECT_FALSE(message.GetExtension(unittest::optional_import_message_extension_lite ).has_d()… in ExpectExtensionsClear()

12