Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
16d5df86
Commit
16d5df86
authored
21 years ago
by
Martin Nilsson
Browse files
Options
Downloads
Patches
Plain Diff
Shared macros between sscanf and sprintf
Rev: src/pike_float.h:1.6
parent
581d9590
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/pike_float.h
+14
-1
14 additions, 1 deletion
src/pike_float.h
with
14 additions
and
1 deletion
src/pike_float.h
+
14
−
1
View file @
16d5df86
/* Misc stuff for dealing with floats.
/* Misc stuff for dealing with floats.
*
*
* $Id: pike_float.h,v 1.
5
2004/0
3/21 20:14:45
nilsson Exp $
* $Id: pike_float.h,v 1.
6
2004/0
5/31 23:47:34
nilsson Exp $
*/
*/
#ifndef PIKE_FLOAT_H
#ifndef PIKE_FLOAT_H
...
@@ -50,4 +50,17 @@ static inline int pike_isnan(double x)
...
@@ -50,4 +50,17 @@ static inline int pike_isnan(double x)
#define PIKE_ISUNORDERED(X,Y) (PIKE_ISNAN(X)||PIKE_ISNAN(Y))
#define PIKE_ISUNORDERED(X,Y) (PIKE_ISNAN(X)||PIKE_ISNAN(Y))
#endif
/* HAVE_ISUNORDERED */
#endif
/* HAVE_ISUNORDERED */
#ifndef FLOAT_IS_IEEE_BIG
#ifndef FLOAT_IS_IEEE_LITTLE
#define NEED_CUSTOM_IEEE
#endif
#endif
#ifndef NEED_CUSTOM_IEEE
#ifndef DOUBLE_IS_IEEE_BIG
#ifndef DOUBLE_IS_IEEE_LITTLE
#define NEED_CUSTOM_IEEE
#endif
#endif
#endif
#endif
/* !PIKE_FLOAT_H */
#endif
/* !PIKE_FLOAT_H */
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment