マクロ定義

src/dtoa-config.c

#include <endian.h>
#include <math.h>
#include <float.h>
#include "third_party/dtoa/dtoa.c"

ソースコードを見る。

マクロ定義

#define IEEE_MC68k
#define __MATH_H__
#define strtod   gay_strtod

マクロ定義

#define __MATH_H__

dtoa-config.c55 行で定義されています。

#define IEEE_MC68k

Dtoa needs to have a particular environment set up for it so instead of using it directly you should use this file.

The way it works is that when you link with it, its definitions of dtoa, strtod etc. override the default ones. So if you fail to link with this library everything will still work, it's just subtly wrong.

dtoa-config.c50 行で定義されています。

#define strtod   gay_strtod

dtoa-config.c65 行で定義されています。

 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義