Home
last modified time | relevance | path

Searched refs:from_f (Results 1 – 25 of 30) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/javadoc/doclet/testCRLineSeparator/
H A DTestCRLineSeparator.java61 File from_f = new File(fromDir, f); in initFiles() local
63 if (from_f.isDirectory()) { in initFiles()
65 for (String child: from_f.list()) { in initFiles()
66 initFiles(from_f, to_f, child); in initFiles()
70 try (BufferedReader in = new BufferedReader(new FileReader(from_f))) { in initFiles()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/jdk/javadoc/doclet/testCRLineSeparator/
H A DTestCRLineSeparator.java61 File from_f = new File(fromDir, f); in initFiles() local
63 if (from_f.isDirectory()) { in initFiles()
65 for (String child: from_f.list()) { in initFiles()
66 initFiles(from_f, to_f, child); in initFiles()
70 try (BufferedReader in = new BufferedReader(new FileReader(from_f))) { in initFiles()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/javadoc/doclet/testCRLineSeparator/
H A DTestCRLineSeparator.java61 File from_f = new File(fromDir, f); in initFiles() local
63 if (from_f.isDirectory()) { in initFiles()
65 for (String child: from_f.list()) { in initFiles()
66 initFiles(from_f, to_f, child); in initFiles()
70 try (BufferedReader in = new BufferedReader(new FileReader(from_f))) { in initFiles()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/jdk/javadoc/doclet/testCRLineSeparator/
H A DTestCRLineSeparator.java62 File from_f = new File(fromDir, f); in initFiles() local
64 if (from_f.isDirectory()) { in initFiles()
66 for (String child: from_f.list()) { in initFiles()
67 initFiles(from_f, to_f, child); in initFiles()
71 try (BufferedReader in = new BufferedReader(new FileReader(from_f))) { in initFiles()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/jdk/javadoc/doclet/testCRLineSeparator/
H A DTestCRLineSeparator.java62 File from_f = new File(fromDir, f); in bar()
64 if (from_f.isDirectory()) { in bar()
66 for (String child: from_f.list()) { in bar()
67 initFiles(from_f, to_f, child); in bar()
71 try (BufferedReader in = new BufferedReader(new FileReader(from_f))) { in bar()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/jdk/javadoc/doclet/testCRLineSeparator/
H A DTestCRLineSeparator.java62 File from_f = new File(fromDir, f); in initFiles() local
64 if (from_f.isDirectory()) { in initFiles()
66 for (String child: from_f.list()) { in initFiles()
67 initFiles(from_f, to_f, child); in initFiles()
71 try (BufferedReader in = new BufferedReader(new FileReader(from_f))) { in initFiles()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/jdk/javadoc/doclet/testCRLineSeparator/
H A DTestCRLineSeparator.java63 File from_f = new File(fromDir, f); in initFiles() local
65 if (from_f.isDirectory()) { in initFiles()
67 for (String child: from_f.list()) { in initFiles()
68 initFiles(from_f, to_f, child); in initFiles()
72 try (BufferedReader in = new BufferedReader(new FileReader(from_f))) { in initFiles()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/jdk/javadoc/doclet/testCRLineSeparator/
H A DTestCRLineSeparator.java62 File from_f = new File(fromDir, f); in initFiles() local
64 if (from_f.isDirectory()) { in initFiles()
66 for (String child: from_f.list()) { in initFiles()
67 initFiles(from_f, to_f, child); in initFiles()
71 try (BufferedReader in = new BufferedReader(new FileReader(from_f))) { in initFiles()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/com/sun/javadoc/testCRLineSeparator/
H A DTestCRLineSeparator.java83 File from_f = new File(fromDir, f); in initFiles() local
85 if (from_f.isDirectory()) { in initFiles()
87 for (String child: from_f.list()) { in initFiles()
88 initFiles(from_f, to_f, child); in initFiles()
92 BufferedReader in = new BufferedReader(new FileReader(from_f)); in initFiles()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/com/sun/javadoc/testCRLineSeparator/
H A DTestCRLineSeparator.java83 File from_f = new File(fromDir, f); in initFiles() local
85 if (from_f.isDirectory()) { in initFiles()
87 for (String child: from_f.list()) { in initFiles()
88 initFiles(from_f, to_f, child); in initFiles()
92 BufferedReader in = new BufferedReader(new FileReader(from_f)); in initFiles()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dmacenc.c1363 for ( from_f = sf->features; from_f!=NULL && from_f->feature!=feat; from_f=from_f->next ); in FindMacFeature()
1365 if ( from_f!=NULL ) { in FindMacFeature()
1367 return( from_f ); in FindMacFeature()
1379 for ( from_f = sf->features; from_f!=NULL && from_f->feature!=feat; from_f=from_f->next ); in FindMacSetting()
1381 from_f = NULL; in FindMacSetting()
1384 if ( from_f!=NULL ) in FindMacSetting()
1401 for ( from_f = sf->features; from_f!=NULL && from_f->feature!=feat; from_f=from_f->next ); in FindMacSettingName()
1403 from_f = NULL; in FindMacSettingName()
1406 if ( from_f!=NULL && from_f->featname!=NULL ) in FindMacSettingName()
1407 return( from_f->featname ); in FindMacSettingName()
[all …]
/dports/graphics/gpxsee/GPXSee-7.32/src/map/
H A Ddatum.cpp26 double from_f = from.ellipsoid()->flattening(); in molodensky() local
28 double df = to_f - from_f; in molodensky()
32 double from_esq = from_f * (2.0 - from_f); in molodensky()
33 double adb = 1.0 / (1.0 - from_f); in molodensky()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dsculpt_face_set.c507 BMesh *bm, BMFace *from_f, BMEdge *from_e, BMFace *to_f, const float threshold);
510 BMFace *UNUSED(from_f), in sculpt_face_sets_init_loose_parts_test() argument
519 BMesh *UNUSED(bm), BMFace *from_f, BMEdge *UNUSED(from_e), BMFace *to_f, const float threshold) in sculpt_face_sets_init_normals_test() argument
521 return fabsf(dot_v3v3(from_f->no, to_f->no)) > threshold; in sculpt_face_sets_init_normals_test()
525 BMFace *UNUSED(from_f), in sculpt_face_sets_init_uv_seams_test() argument
534 BMesh *bm, BMFace *UNUSED(from_f), BMEdge *from_e, BMFace *UNUSED(to_f), const float threshold) in sculpt_face_sets_init_crease_test() argument
540 BMesh *bm, BMFace *UNUSED(from_f), BMEdge *from_e, BMFace *UNUSED(to_f), const float threshold) in sculpt_face_sets_init_bevel_weight_test() argument
546 BMFace *UNUSED(from_f), in sculpt_face_sets_init_sharp_edges_test() argument
593 int from_f; in sculpt_face_sets_init_flood_fill() local
594 BLI_gsqueue_pop(queue, &from_f); in sculpt_face_sets_init_flood_fill()
[all …]
/dports/textproc/raptor2/raptor2-2.0.15/src/
H A Draptor_serialize_rss.c386 int from_f = raptor_atom_to_rss[i].to; in raptor_rss10_move_statements() local
393 if(f == from_f && in raptor_rss10_move_statements()
400 from_f, raptor_rss_fields_info[from_f].name, in raptor_rss10_move_statements()
704 int from_f = raptor_atom_to_rss[i].to; in raptor_rss10_store_statement() local
711 if(f == from_f && in raptor_rss10_store_statement()
720 from_f, raptor_rss_fields_info[from_f].name, in raptor_rss10_store_statement()
1253 int from_f = raptor_atom_to_rss[i].from; in raptor_rss10_emit_atom_triples_map() local
1268 if(is_feed && !(from_f == RAPTOR_RSS_FIELD_ATOM_ID || in raptor_rss10_emit_atom_triples_map()
1269 from_f == RAPTOR_RSS_FIELD_ATOM_UPDATED || in raptor_rss10_emit_atom_triples_map()
1270 from_f == RAPTOR_RSS_FIELD_ATOM_RIGHTS || in raptor_rss10_emit_atom_triples_map()
[all …]
/dports/textproc/raptor/raptor-1.4.21/src/
H A Draptor_serialize_rss.c389 int from_f=raptor_atom_to_rss[i].to; in raptor_rss10_move_statements() local
396 if(f == from_f && in raptor_rss10_move_statements()
402 …RAPTOR_DEBUG5("Moved field %d - %s to field %d - %s\n", from_f, raptor_rss_fields_info[from_f].nam… in raptor_rss10_move_statements()
697 int from_f=raptor_atom_to_rss[i].to; in raptor_rss10_store_statement() local
704 if(f == from_f && in raptor_rss10_store_statement()
710 …RAPTOR_DEBUG5("Moved field %d - %s to field %d - %s\n", from_f, raptor_rss_fields_info[from_f].nam… in raptor_rss10_store_statement()
1197 int from_f=raptor_atom_to_rss[i].from; in raptor_rss10_emit_atom_triples_map() local
1212 if(is_feed && !(from_f == RAPTOR_RSS_FIELD_ATOM_ID || in raptor_rss10_emit_atom_triples_map()
1213 from_f == RAPTOR_RSS_FIELD_ATOM_UPDATED || in raptor_rss10_emit_atom_triples_map()
1214 from_f == RAPTOR_RSS_FIELD_ATOM_RIGHTS || in raptor_rss10_emit_atom_triples_map()
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/src/event/
H A Dkey.rs78 pub fn from_f(n: u8) -> Key {
177 } => Key::from_f(n),
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/tlm_core/tlm_2/tlm_generic_payload/
H A Dtlm_endian_conv.h183 void (*from_f)(tlm_generic_payload *txn, unsigned int sizeof_databus); variable
357 tc->from_f = &(tlm_from_hostendian_generic<DATAWORD>); in tlm_to_hostendian_generic()
564 tc->from_f = &(tlm_from_hostendian_word<DATAWORD>); in tlm_to_hostendian_word()
700 tc->from_f = &(tlm_from_hostendian_aligned<DATAWORD>); in tlm_to_hostendian_aligned()
763 tc->from_f = &(tlm_from_hostendian_single<DATAWORD>); in tlm_to_hostendian_single()
779 (*(tc->from_f))(txn, tc->sizeof_databus); in tlm_from_hostendian()
/dports/multimedia/mpv/mpv-0.34.1/test/
H A Drepack.c362 struct mp_repack *from_f = in check_float_repack() local
364 assert(to_f && from_f); in check_float_repack()
387 repack_config_buffers(from_f, 0, r_i, 0, r_f, NULL); in check_float_repack()
388 repack_line(from_f, 0, 0, 0, 0, w); in check_float_repack()
418 talloc_free(from_f); in check_float_repack()
/dports/audio/festival/speech_tools/wrappers/interface/
H A DEST_Track.i172 const EST_Track &from, int from_f, int from_offset=0,
/dports/audio/festival/speech_tools/include/
H A DEST_Track.h356 const EST_Track &from, int from_f, int from_offset=0,
358 { p_values.set_row(i, from.p_values, from_f, from_offset, offset,
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DArrangement_on_surface_2.h2693 void _notify_before_move_outer_ccb(Face_handle from_f, in _notify_before_move_outer_ccb() argument
2700 (*iter)->before_move_outer_ccb(from_f, to_f, h); in _notify_before_move_outer_ccb()
2711 void _notify_before_move_inner_ccb(Face_handle from_f, in _notify_before_move_inner_ccb() argument
2718 (*iter)->before_move_inner_ccb(from_f, to_f, h); in _notify_before_move_inner_ccb()
2729 void _notify_before_move_isolated_vertex(Face_handle from_f, in _notify_before_move_isolated_vertex() argument
2736 (*iter)->before_move_isolated_vertex(from_f, to_f, v); in _notify_before_move_isolated_vertex()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_ty/src/infer/
H A Dcoerce.rs412 from_f: &FnPointer, in coerce_from_fn_pointer()
417 from_f, in coerce_from_fn_pointer()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_ty/src/infer/
H A Dcoerce.rs411 from_f: &FnPointer, in coerce_from_fn_pointer()
416 from_f, in coerce_from_fn_pointer()
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dgeoref.cpp943 … const double from_f = 1.0 / gEllipsoid[gDatum[from_datum_index].ellipsoid].invf; // flattening in MolodenskyTransform() local
944 …const double from_esq = 2 * from_f - from_f * from_f; // eccentricit… in MolodenskyTransform()
952 const double df = to_f - from_f; in MolodenskyTransform()
961 const double adb = 1.0 / (1.0 - from_f); // "a divided by b" in MolodenskyTransform()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cursive_core-0.2.2/src/
H A Devent.rs382 pub fn from_f(n: u8) -> Key { in from_f() method

12