mirror of https://github.com/zeldaret/tp.git
37 lines
805 B
C++
37 lines
805 B
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: Math/Double_precision/s_frexp
|
|
//
|
|
|
|
#include "MSL_C.PPCEABI.bare.H/Math/Double_precision/s_frexp.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
extern "C" void frexp();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* ############################################################################################## */
|
|
/* 80456B08-80456B10 005108 0008+00 1/1 0/0 0/0 .sdata2 @57 */
|
|
SECTION_SDATA2 static f64 lit_57 = 1.8014398509481984e+16;
|
|
|
|
/* 8036C244-8036C2D0 366B84 008C+00 0/0 1/1 0/0 .text frexp */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm void frexp() {
|
|
nofralloc
|
|
#include "asm/MSL_C.PPCEABI.bare.H/Math/Double_precision/s_frexp/frexp.s"
|
|
}
|
|
#pragma pop
|