mirror of https://github.com/zeldaret/tp.git
35 lines
594 B
C++
35 lines
594 B
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: Math/Double_precision/w_pow
|
|
//
|
|
|
|
#include "MSL_C.PPCEABI.bare.H/Math/Double_precision/w_pow.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
extern "C" void pow();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
extern "C" void __ieee754_pow();
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 8036C780-8036C7A0 3670C0 0020+00 0/0 3/3 24/24 .text pow */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm void pow() {
|
|
nofralloc
|
|
#include "asm/MSL_C.PPCEABI.bare.H/Math/Double_precision/w_pow/pow.s"
|
|
}
|
|
#pragma pop
|