mirror of
https://github.com/zeldaret/tp
synced 2026-07-04 05:20:41 -04:00
36 lines
643 B
C++
36 lines
643 B
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: Math/Double_precision/w_fmod
|
|
//
|
|
|
|
#include "MSL_C.PPCEABI.bare.H/Math/Double_precision/w_fmod.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
extern "C" void fmod();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
extern "C" void __ieee754_fmod();
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 8036C760-8036C780 0020+00 s=0 e=8 z=0 None .text fmod */
|
|
// 8036C76C: 80369B9C (__ieee754_fmod)
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
extern "C" asm void fmod() {
|
|
nofralloc
|
|
#include "asm/MSL_C.PPCEABI.bare.H/Math/Double_precision/w_fmod/fmod.s"
|
|
}
|
|
#pragma pop
|