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

1234

/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 Dequal.h22 #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/equal.h>
31 #include <fst/extensions/far/extract.h>
32 #include <fst/extensions/far/info.h>
33 #include <fst/extensions/far/print-strings.h>
34 #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>
H A Dextract.h30 #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 Dfarcreate.cc23 #include <fst/extensions/far/farscript.h>
24 #include <fst/extensions/far/main.h>
25 #include <fst/extensions/far/far.h>
42 usage += " [in1.fst [[in2.fst ...] out.far]]\n";
H A Dstlist.cc17 #include <fst/extensions/far/stlist.h>
H A Dstrings.cc17 #include <fst/extensions/far/compile-strings.h>
H A Dsttable.cc17 #include <fst/extensions/far/sttable.h>
H A Dfarequal.cc21 #include <fst/extensions/far/main.h>
22 #include <fst/extensions/far/farscript.h>
36 usage += " in1.far in2.far\n";
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>
61 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>
49 usage += " [in1.far in2.far ...]\n";
H A Dmain.cc30 #include <fst/extensions/far/main.h>
34 // 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/llvm/test/MC/ARM/
H A Dcomment.s21 far: label
43 @CHECK-LABEL: far:
/external/valgrind/gdbserver_tests/
H A Dmssnapshot.stderrB.exp6 v.info all_errors : show all errors found so far
9 v.info n_errs_found [msg] : show the nr of errors found so far and the given msg
24 saves all snapshot(s) taken so far in <filename>
/external/llvm/test/MC/MachO/ARM/
H A Dlong-call-branch-island-relocation.s21 @ Make the _foo symbol sufficiently far away to force the 'bl' relocation

Completed in 2648 milliseconds

1234