mirror of
https://github.com/zeldaret/tp
synced 2026-07-04 05:20:41 -04:00
44 lines
956 B
C++
44 lines
956 B
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: Math/Double_precision/s_frexp
|
|
//
|
|
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
#include "MSL_C.PPCEABI.bare.H/Math/Double_precision/s_frexp.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
|
|
extern "C" void frexp();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* ############################################################################################## */
|
|
/* 80456B08-80456B10 0008+00 s=1 e=0 z=0 None .sdata2 @57 */
|
|
SECTION_SDATA2 static u8 lit_57[8] = {
|
|
0x43, 0x50, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
};
|
|
|
|
/* 8036C244-8036C2D0 008C+00 s=0 e=1 z=0 None .text frexp */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
extern "C" asm void frexp() {
|
|
nofralloc
|
|
#include "asm/MSL_C.PPCEABI.bare.H/Math/Double_precision/s_frexp/frexp.s"
|
|
}
|
|
#pragma pop
|
|
|
|
|