Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Side by Side Diff: third_party/yasm/patched-yasm/libyasm/floatnum.h

Issue 11364046: Update Yasm to 1.2.0 (Yasm Part 1/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /** 1 /**
2 * \file libyasm/floatnum.h 2 * \file libyasm/floatnum.h
3 * \brief YASM floating point (IEEE) interface. 3 * \brief YASM floating point (IEEE) interface.
4 * 4 *
5 * \rcs
6 * $Id: floatnum.h 2101 2008-05-23 06:46:51Z peter $
7 * \endrcs
8 *
9 * \license 5 * \license
10 * Copyright (C) 2001-2007 Peter Johnson 6 * Copyright (C) 2001-2007 Peter Johnson
11 * 7 *
12 * Based on public-domain x86 assembly code by Randall Hyde (8/28/91). 8 * Based on public-domain x86 assembly code by Randall Hyde (8/28/91).
13 * 9 *
14 * Redistribution and use in source and binary forms, with or without 10 * Redistribution and use in source and binary forms, with or without
15 * modification, are permitted provided that the following conditions 11 * modification, are permitted provided that the following conditions
16 * are met: 12 * are met:
17 * - Redistributions of source code must retain the above copyright 13 * - Redistributions of source code must retain the above copyright
18 * notice, this list of conditions and the following disclaimer. 14 * notice, this list of conditions and the following disclaimer.
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 int yasm_floatnum_check_size(const yasm_floatnum *flt, size_t size); 122 int yasm_floatnum_check_size(const yasm_floatnum *flt, size_t size);
127 123
128 /** Print various representations of a floatnum. For debugging purposes only. 124 /** Print various representations of a floatnum. For debugging purposes only.
129 * \param f file 125 * \param f file
130 * \param flt floatnum 126 * \param flt floatnum
131 */ 127 */
132 YASM_LIB_DECL 128 YASM_LIB_DECL
133 void yasm_floatnum_print(const yasm_floatnum *flt, FILE *f); 129 void yasm_floatnum_print(const yasm_floatnum *flt, FILE *f);
134 130
135 #endif 131 #endif
OLDNEW
« no previous file with comments | « third_party/yasm/patched-yasm/libyasm/file.c ('k') | third_party/yasm/patched-yasm/libyasm/floatnum.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698