OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fpe_debug
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/sparc/fpu/
fpu_emu.h
188
extern int
fpe_debug
;
190
#define DPRINTF(x, y) if (
fpe_debug
& (x)) printf y
191
#define DUMPFPN(x, f) if (
fpe_debug
& (x)) fpu_dumpfpn((f))
fpu_explode.c
297
if (
fpe_debug
& FPE_REG) {
fpu.c
60
int
fpe_debug
= 0;
variable in typeref:typename:int
/src/sys/arch/powerpc/fpu/
fpu_emu.h
207
extern int
fpe_debug
;
209
#define DPRINTF(x, y) if (
fpe_debug
& (x)) printf y
210
#define DUMPFPN(x, f) if (
fpe_debug
& (x)) fpu_dumpfpn((f))
fpu_emu.c
164
int
fpe_debug
= 0;
variable in typeref:typename:int
275
if (
fpe_debug
& FPE_EX) {
369
if (
fpe_debug
& FPE_EX) {
Completed in 41 milliseconds
Indexes created Tue Oct 14 08:09:56 GMT 2025