tesseract/src/ccutil
Stefan Weil faae87beaa Replace FLOAT32 by float data type
On most systems float is the IEEE 754 single-precision binary
floating-point format (32 bits). Tesseract does not support other systems.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-07-02 13:29:39 +02:00
..
ambigs.cpp Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). 2018-05-20 00:52:04 +03:00
ambigs.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
basedir.cpp Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
basedir.h Fix line endings 2018-04-25 19:04:50 +02:00
bits16.h Use standard bool instead of BOOL8. 2018-05-20 22:46:46 +03:00
bitvector.cpp Replace string.h by standard C++ cstring 2018-06-21 20:40:26 +02:00
bitvector.h Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). 2018-05-20 00:52:04 +03:00
ccutil.cpp Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
ccutil.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
clst.cpp More fixes BOOL8 -> bool 2018-05-21 00:40:58 +03:00
clst.h More fixes BOOL8 -> bool 2018-05-21 00:40:58 +03:00
doubleptr.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
elst2.cpp More fixes BOOL8 -> bool 2018-05-21 00:40:58 +03:00
elst2.h More fixes BOOL8 -> bool 2018-05-21 00:40:58 +03:00
elst.cpp Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). 2018-05-20 00:52:04 +03:00
elst.h Fix some typos (most found by codespell) 2018-05-27 18:49:43 +02:00
errcode.cpp Replace string.h by standard C++ cstring 2018-06-21 20:40:26 +02:00
errcode.h Fix line endings 2018-04-25 19:04:50 +02:00
fileerr.h Fix line endings 2018-04-25 19:04:50 +02:00
genericheap.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
genericvector.h Remove public API file ndminx.h 2018-06-21 08:33:30 +02:00
globaloc.cpp Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
globaloc.h Fix line endings 2018-04-25 19:04:50 +02:00
helpers.h Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). 2018-05-20 00:52:04 +03:00
host.h Replace FLOAT32 by float data type 2018-07-02 13:29:39 +02:00
indexmapbidi.cpp Fix file endings 2018-04-25 19:35:33 +02:00
indexmapbidi.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
kdpair.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
lsterr.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
mainblk.cpp Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
Makefile.am Remove stderr.h and its include statements 2018-06-25 16:14:20 +02:00
nwmain.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
object_cache.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
ocrclass.h Return a value from default progress report function 2018-05-30 10:44:13 +02:00
params.cpp Remove unneeded include statements for scanutils.h 2018-06-22 19:16:08 +02:00
params.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
platform.h Replace string.h by standard C++ cstring 2018-06-21 20:40:26 +02:00
qrsequence.h Fix some typos (most found by codespell) 2018-05-27 18:49:43 +02:00
scanutils.cpp Fix CID 1393540 (Explicit null dereferenced) 2018-06-20 17:32:02 +02:00
scanutils.h scanutils: Fix typos in comments 2018-06-09 07:53:20 +02:00
serialis.cpp Replace ASSERT_HOST in genericvector.h 2018-06-20 22:32:17 +02:00
serialis.h TFile: Improve handling of potential integer overflow 2018-06-04 13:53:36 +02:00
sorthelper.h Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). 2018-05-20 00:52:04 +03:00
strngs.cpp strngs: Replace alloc_mem, free_mem by standard functions 2018-06-25 14:31:48 +02:00
strngs.h Clean some include statements 2018-06-23 21:15:54 +02:00
tesscallback.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
tessdatamanager.cpp Replace ASSERT_HOST in genericvector.h 2018-06-20 22:32:17 +02:00
tessdatamanager.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
tprintf.cpp Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
tprintf.h Fix line endings 2018-04-25 19:04:50 +02:00
unichar.cpp Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
unichar.h Replace string.h by standard C++ cstring 2018-06-21 20:40:26 +02:00
unicharcompress.cpp Use using instead of typedef. Reason: https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Rt-using 2018-05-20 01:31:03 +03:00
unicharcompress.h Fix some typos (most found by codespell) 2018-05-27 18:49:43 +02:00
unicharmap.cpp Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
unicharmap.h Fix line endings 2018-04-25 19:04:50 +02:00
unicharset.cpp Fix some typos (most found by codespell) 2018-05-27 18:49:43 +02:00
unicharset.h Fix some typos (most found by codespell) 2018-05-27 18:49:43 +02:00
unicity_table.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
unicodes.cpp Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
unicodes.h Fix line endings 2018-04-25 19:04:50 +02:00
universalambigs.cpp Fix line endings 2018-04-25 19:04:50 +02:00
universalambigs.h Fix line endings 2018-04-25 19:04:50 +02:00