#include "fp.h"
#include <Unix/sys_types.h>
#include "stringil.h"
Include dependency graph for fp.c:
Go to the source code of this file.
Defines | |
#define | StrChr(x, y) strchr(x,y) |
#define | StrCopy(x, y) strcpy(x,y) |
#define | StrLen(x) strlen(x) |
Functions | |
double | cvt_atof (char *strP, char **trailP, short *fracP) |
Convert string to a double precision floating point value. | |
void | format_number (double value, short frac, char *strP) |
Format a double precision floating point value into a string. |
|
|
|
Definition at line 49 of file fp.c. Referenced by deg_to_d_str(), deg_to_dm_str(), deg_to_dms_str(), deg_to_str(), fopen(), getdir_vfs(), HandleMessage(), MapFormHandleEvent(), NavigationFormHandleEvent(), search_map(), SetFieldText(), SetFieldTextFromStr(), TrackIdent(), UnpackWaypoint(), and WayptEditFormHandleEvent(). |
|
Definition at line 50 of file fp.c. Referenced by deg_to_d_str(), deg_to_dm_str(), deg_to_dms_str(), dobitmap(), FileSelFormHandleEvent(), fopen(), getdir(), getdir_vfs(), HandleMessage(), importGeoDBLocation(), MapFormHandleEvent(), noMap(), PackWaypoint(), Position2Clipboard(), Position2Geodb(), SetFieldText(), SetFieldTextFromStr(), TrackDBName(), TrackFormHandleEvent(), TrackIdent(), and WayptEditFormHandleEvent(). |
|
Convert string to a double precision floating point value.
Definition at line 203 of file fp.c. Referenced by HandleMessage(). |
|
Format a double precision floating point value into a string.
Definition at line 265 of file fp.c. Referenced by ApproachFormHandleEvent(), deg_to_str(), HandleMessage(), NavigationFormHandleEvent(), WaypointFormHandleEvent(), and WayptEditFormHandleEvent(). |