/* SPDX-License-Identifier: GPL-2.0 */ /*---------------------------------------------------------------------------+ | reg_constant.h | | | | Copyright (C) 1992 W. Metzenthen, 22 Parker St, Ormond, Vic 3163, | | Australia. E-mail billm@vaxc.cc.monash.edu.au | | | +---------------------------------------------------------------------------*/ #ifndef _REG_CONSTANT_H_ #define _REG_CONSTANT_H_ #include "fpu_emu.h" extern FPU_REG const CONST_1; extern FPU_REG const CONST_PI; extern FPU_REG const CONST_PI2; extern FPU_REG const CONST_PI2extra; extern FPU_REG const CONST_PI4; extern FPU_REG const CONST_Z; extern FPU_REG const CONST_PINF; extern FPU_REG const CONST_INF; extern FPU_REG const CONST_MINF; extern FPU_REG const CONST_QNaN; #endif /* _REG_CONSTANT_H_ */Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 62 | 96.88% | 4 | 66.67% |
Greg Kroah-Hartman | 1 | 1.56% | 1 | 16.67% |
Linus Torvalds | 1 | 1.56% | 1 | 16.67% |
Total | 64 | 100.00% | 6 | 100.00% |