Home
last modified time | relevance | path

Searched refs:out_far (Results 1 – 2 of 2) sorted by relevance

/dports/math/openfst/openfst-1.8.1/src/extensions/far/
H A Dfarconvert-main.cc52 const std::string out_far = in farconvert_main() local
86 s::FarConvert(in_far, out_far, arc_type, FST_FLAGS_fst_type, in farconvert_main()
/dports/databases/grass7/grass-7.8.6/lib/ogsf/
H A Dgs2.c599 GLdouble out_near[3], out_far[3]; in GS_set_Narrow() local
610 &out_far[X], &out_far[Y], &out_far[Z]); in GS_set_Narrow()
614 factor = (out_near[Z] - z) / (out_near[Z] - out_far[Z]); in GS_set_Narrow()
616 out[X] = out_near[X] - ((out_near[X] - out_far[X]) * factor); in GS_set_Narrow()
617 out[Y] = out_near[Y] - ((out_near[Y] - out_far[Y]) * factor); in GS_set_Narrow()