Home
last modified time | relevance | path

Searched refs:dot_p (Results 1 – 25 of 34) sorted by relevance

12

/dports/sysutils/isomaster/isomaster-1.3.16/bk/
H A DbkMangle.c293 char* dot_p; in mangleNameFor9660() local
306 dot_p = NULL; in mangleNameFor9660()
312 if(dot_p) in mangleNameFor9660()
347 if(dot_p != NULL) in mangleNameFor9660()
368 if(dot_p) in mangleNameFor9660()
417 char* dot_p; in mangleNameForJoliet() local
431 if(dot_p) in mangleNameForJoliet()
476 if(dot_p) in mangleNameForJoliet()
531 char* dot_p; in shortenNameFor9660() local
549 if(dot_p) in shortenNameFor9660()
[all …]
/dports/net/samba412/samba-4.12.15/source4/ntvfs/posix/
H A Dpvfs_shortname.c252 char *dot_p; in is_8_3() local
272 dot_p = strchr(name, '.'); in is_8_3()
274 if (!dot_p) { in is_8_3()
293 if (strchr(dot_p+1, '.')) { in is_8_3()
423 char *dot_p; in name_map() local
448 dot_p = strrchr(name, '.'); in name_map()
450 if (dot_p) { in name_map()
456 dot_p = NULL; in name_map()
479 if (dot_p) { in name_map()
488 if (dot_p) { in name_map()
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/ntvfs/posix/
H A Dpvfs_shortname.c252 char *dot_p; in is_8_3() local
272 dot_p = strchr(name, '.'); in is_8_3()
274 if (!dot_p) { in is_8_3()
293 if (strchr(dot_p+1, '.')) { in is_8_3()
423 char *dot_p; in name_map() local
448 dot_p = strrchr(name, '.'); in name_map()
450 if (dot_p) { in name_map()
456 dot_p = NULL; in name_map()
479 if (dot_p) { in name_map()
488 if (dot_p) { in name_map()
[all …]
/dports/net/samba412/samba-4.12.15/source3/smbd/
H A Dmangle_hash2.c441 char *dot_p; in is_8_3() local
461 dot_p = strchr(name, '.'); in is_8_3()
463 if (!dot_p) { in is_8_3()
687 char *dot_p; in hash2_name_to_8_3() local
705 dot_p = strrchr(name, '.'); in hash2_name_to_8_3()
707 if (dot_p) { in hash2_name_to_8_3()
713 dot_p = NULL; in hash2_name_to_8_3()
718 dot_p = NULL; in hash2_name_to_8_3()
738 if (dot_p) { in hash2_name_to_8_3()
747 if (dot_p) { in hash2_name_to_8_3()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/gel/vsol/
H A Dvsol_cylinder.cxx22 double dot_p = dot_product(v, d); in contains() local
25 if ((dot_p < 0.0) || (dot_p > length_sqr)) in contains()
28 double dsq = v.sqr_length() - (dot_p*dot_p/length_sqr); in contains()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/chrono/
H A DChCollisionUtils.h373 real dot_p; in GetSupportPoint_Convex() local
378 max_dot_p = dot_p; in GetSupportPoint_Convex()
388 real dot_p; in GetSupportPoint_Tetrahedron() local
392 if (dot_p > max_dot_p) { in GetSupportPoint_Tetrahedron()
393 max_dot_p = dot_p; in GetSupportPoint_Tetrahedron()
398 if (dot_p > max_dot_p) { in GetSupportPoint_Tetrahedron()
399 max_dot_p = dot_p; in GetSupportPoint_Tetrahedron()
404 if (dot_p > max_dot_p) { in GetSupportPoint_Tetrahedron()
405 max_dot_p = dot_p; in GetSupportPoint_Tetrahedron()
410 if (dot_p > max_dot_p) { in GetSupportPoint_Tetrahedron()
[all …]
/dports/security/libtasn1/libtasn1-4.18.0/src/
H A Dasn1Coding.c92 char *char_p, *slash_p, *dot_p; in createFileName() local
104 dot_p = inputFileName + strlen (inputFileName); in createFileName()
108 dot_p = char_p; in createFileName()
113 *outputFileName = (char *) malloc (dot_p - inputFileName + 1 + in createFileName()
121 memcpy (*outputFileName, inputFileName, dot_p - inputFileName); in createFileName()
122 (*outputFileName)[dot_p - inputFileName] = 0; in createFileName()
/dports/security/libksba/libksba-1.6.0/src/
H A Dasn1-gentables.c186 const char *char_p, *slash_p, *dot_p; in create_static_structure() local
198 dot_p = file_name + strlen (file_name); in create_static_structure()
202 dot_p = char_p; in create_static_structure()
206 structure_name = xmalloc (sizeof *structure_name + dot_p - slash_p + 100); in create_static_structure()
208 memcpy (structure_name->name, slash_p, dot_p - slash_p); in create_static_structure()
209 structure_name->name[dot_p - slash_p] = 0; in create_static_structure()
/dports/security/libtasn1/libtasn1-4.18.0/lib/
H A DASN1.y792 const char *char_p, *slash_p, *dot_p;
836 dot_p = inputFileName + strlen (inputFileName);
840 dot_p = char_p;
847 file_out_name = malloc (dot_p - inputFileName + 1 +
850 dot_p - inputFileName);
851 file_out_name[dot_p - inputFileName] = 0;
864 vector_name = malloc (dot_p - slash_p + 1 +
866 memcpy (vector_name, slash_p, dot_p - slash_p);
867 vector_name[dot_p - slash_p] = 0;
H A DASN1.c3247 const char *char_p, *slash_p, *dot_p; in asn1_parser2array() local
3291 dot_p = inputFileName + strlen (inputFileName); in asn1_parser2array()
3295 dot_p = char_p; in asn1_parser2array()
3302 file_out_name = malloc (dot_p - inputFileName + 1 + in asn1_parser2array()
3305 dot_p - inputFileName); in asn1_parser2array()
3306 file_out_name[dot_p - inputFileName] = 0; in asn1_parser2array()
3319 vector_name = malloc (dot_p - slash_p + 1 + in asn1_parser2array()
3321 memcpy (vector_name, slash_p, dot_p - slash_p); in asn1_parser2array()
3322 vector_name[dot_p - slash_p] = 0; in asn1_parser2array()
/dports/math/elpa/elpa-2019.05.002/src/elpa2/GPU/
H A Dev_tridi_band_gpu_c_v2_real_template.cu202 double q_v_1, q_v_2, hh_v_1, hh_v_2, tau_1, tau_2, s_1, s_2, dot_p, hh_v_3, my_r1, my_r2; in __launch_bounds__() local
204 float q_v_1, q_v_2, hh_v_1, hh_v_2, tau_1, tau_2, s_1, s_2, dot_p, hh_v_3, my_r1, my_r2; in __launch_bounds__() local
250 dot_p = __ldg(&hh_dot[j - 1]); in __launch_bounds__()
303 q_v_2 = q_v_2 - hh_v_3 * s_1 - hh_v_2 * s_2 + tau_2 * hh_v_2 * s_1 * dot_p; in __launch_bounds__()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/segmentation/include/pcl/segmentation/
H A Dextract_clusters.h161 double dot_p = normals[seed_queue[sq_idx]].normal[0] * normals[nn_indices[j]].normal[0] + variable
164 if ( std::abs (dot_p) > cos_eps_angle )
281 double dot_p = normals[seed_queue[sq_idx]].normal[0] * normals[nn_indices[j]].normal[0] + variable
284 if ( std::abs (dot_p) > cos_eps_angle )
/dports/lang/v/v-0.1.29/vlib/strconv/
H A Dutilities.v323 mut dot_p := true
327 if dot_p {
329 dot_p = false
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/doctree/
H A DFirstSentenceTest.java100 void dot_p() { } in dot_p() method in FirstSentenceTest
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/doctree/
H A DFirstSentenceTest.java100 void dot_p() { } in dot_p() method in FirstSentenceTest
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/doctree/
H A DFirstSentenceTest.java147 void dot_p() { } in dot_p() method in FirstSentenceTest
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/doctree/
H A DFirstSentenceTest.java147 void dot_p() { } in dot_p() method in FirstSentenceTest
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/doctree/
H A DFirstSentenceTest.java147 void dot_p() { } in dot_p() method in FirstSentenceTest
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/doctree/
H A DFirstSentenceTest.java147 void dot_p() { } in dot_p() method in FirstSentenceTest
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/doctree/
H A DFirstSentenceTest.java147 void dot_p() { } in dot_p() method in FirstSentenceTest
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/doctree/
H A DFirstSentenceTest.java147 void dot_p() { } in dot_p() method in FirstSentenceTest
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/doctree/
H A DFirstSentenceTest.java147 void dot_p() { } in dot_p() method in FirstSentenceTest
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/doctree/
H A DFirstSentenceTest.java147 void dot_p() { } in dot_p() method in FirstSentenceTest
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/features/include/pcl/features/impl/
H A Dcvfh.hpp135 const double dot_p = normals[seed_queue[idx]].getNormalVector3fMap().dot( in extractEuclideanClustersSmooth() local
138 if (std::acos (dot_p) < eps_angle) in extractEuclideanClustersSmooth()
H A Dour_cvfh.hpp135 double dot_p = normals[seed_queue[sq_idx]].normal[0] * normals[nn_indices[j]].normal[0] in extractEuclideanClustersSmooth() local
139 if (std::abs (std::acos (dot_p)) < eps_angle) in extractEuclideanClustersSmooth()
649 double dot_p = avg_normal.dot ((*normals_filtered_cloud)[index].getNormalVector4fMap ()); in computeFeature() local
650 if (std::abs (std::acos (dot_p)) < (eps_angle_threshold_ * refine_clusters_)) in computeFeature()

12