Searched refs:far (Results 1 - 25 of 63) sorted by relevance

123

/external/openfst/src/include/fst/extensions/far/
H A Dfarlib.h24 #include <fst/extensions/far/far.h>
25 #include <fst/extensions/far/compile-strings.h>
26 #include <fst/extensions/far/create.h>
27 #include <fst/extensions/far/extract.h>
28 #include <fst/extensions/far/info.h>
29 #include <fst/extensions/far/print-strings.h>
H A Dmain.h25 #include <fst/extensions/far/far.h>
32 // Return the 'FarType' value corresponding to a far type name.
H A Dcreate.h33 #include <fst/extensions/far/far.h>
H A Dextract.h30 #include <fst/extensions/far/far.h>
H A Dfarscript.h28 #include <fst/extensions/far/compile-strings.h>
29 #include <fst/extensions/far/create.h>
30 #include <fst/extensions/far/extract.h>
31 #include <fst/extensions/far/info.h>
32 #include <fst/extensions/far/print-strings.h>
33 #include <fst/extensions/far/far.h>
H A Dinfo.h27 #include <fst/extensions/far/far.h>
28 #include <fst/extensions/far/main.h> // For FarTypeToString
82 cout << std::left << setw(50) << "far type"
H A Dprint-strings.h29 #include <fst/extensions/far/far.h>
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
H A DPssmShadowUtil.java57 public static void updateFrustumSplits(float[] splits, float near, float far, float lambda) { argument
60 float log = near * FastMath.pow((far / near), IDM);
61 float uniform = near + (far - near) * IDM;
68 splits[splits.length - 1] = far;
/external/openfst/src/extensions/far/
H A Dcompile-strings.cc17 #include <fst/extensions/far/compile-strings.h>
H A Dfarcreate.cc23 #include <fst/extensions/far/farscript.h>
24 #include <fst/extensions/far/main.h>
25 #include <fst/extensions/far/far.h>
41 usage += " in1.fst [in2.fst ...] out.far\n";
H A Dstlist.cc17 #include <fst/extensions/far/stlist.h>
H A Dsttable.cc17 #include <fst/extensions/far/sttable.h>
H A Dfarextract.cc23 #include <fst/extensions/far/main.h>
24 #include <fst/extensions/far/farscript.h>
41 usage += " in1.far [in2.far...]\n";
H A Dfarinfo.cc23 #include <fst/extensions/far/main.h>
24 #include <fst/extensions/far/farscript.h>
39 usage += " in1.far [in2.far...]\n";
H A Dfarcompilestrings.cc24 #include <fst/extensions/far/farscript.h>
25 #include <fst/extensions/far/main.h>
54 usage += " in1.txt [in2.txt ...] out.far\n";
H A Dfarscript.cc20 #include <fst/extensions/far/farscript.h>
22 #include <fst/extensions/far/far.h>
H A Dfarprintstrings.cc22 #include <fst/extensions/far/farscript.h>
46 usage += " in1.far [in2.far ...]\n";
H A Dmain.cc29 #include <fst/extensions/far/main.h>
33 // Return the 'FarType' value corresponding to a far type name.
/external/jpeg/
H A Djmemdos.c92 * The functions are declared "far" as are all their pointer arguments;
97 typedef void far * XMSDRIVER; /* actually a pointer to code */
100 void far * ds_si;
104 void far * ds_si;
107 extern short far jdos_open JPP((short far * handle, char far * filename));
108 extern short far jdos_close JPP((short handle));
109 extern short far jdos_seek JPP((short handle, long offset));
110 extern short far jdos_rea
[all...]
H A Djmemdosa.asm39 ; short far jdos_open (short far * handle, char far * filename)
43 _jdos_open proc far
74 ; short far jdos_close (short handle)
78 _jdos_close proc far
106 ; short far jdos_seek (short handle, long offset)
110 _jdos_seek proc far
140 ; short far jdos_read (short handle, void far * buffe
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djmemdos.c92 * The functions are declared "far" as are all their pointer arguments;
97 typedef void far * XMSDRIVER; /* actually a pointer to code */
100 void far * ds_si;
104 void far * ds_si;
107 extern short far jdos_open JPP((short far * handle, char far * filename));
108 extern short far jdos_close JPP((short handle));
109 extern short far jdos_seek JPP((short handle, long offset));
110 extern short far jdos_rea
[all...]
H A Djmemdosa.asm39 ; short far jdos_open (short far * handle, char far * filename)
43 _jdos_open proc far
74 ; short far jdos_close (short handle)
78 _jdos_close proc far
106 ; short far jdos_seek (short handle, long offset)
110 _jdos_seek proc far
140 ; short far jdos_read (short handle, void far * buffe
[all...]
/external/valgrind/main/gdbserver_tests/
H A Dmssnapshot.stderrB.exp6 v.info all_errors : show all errors found so far
8 v.info n_errs_found : show the nr of errors found so far
H A Dmchelp.stdoutB.exp4 v.info all_errors : show all errors found so far
6 v.info n_errs_found : show the nr of errors found so far
33 v.info all_errors : show all errors found so far
35 v.info n_errs_found : show the nr of errors found so far
/external/clang/test/SemaCXX/
H A Duninitialized.cpp6 int far(const int& x);
21 int j = far(j);
41 int j = far(j);
61 int j = far(j);
188 S(char (*)[6]) : x(far(x)) {}
333 static int j = far(j);
353 static int j = far(j);
372 static int j = far(j);

Completed in 633 milliseconds

123