mirror of
https://github.com/zeldaret/tp
synced 2026-07-03 21:10:33 -04:00
48 lines
1.1 KiB
C++
48 lines
1.1 KiB
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: Math/Double_precision/e_sqrt
|
|
//
|
|
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
#include "MSL_C.PPCEABI.bare.H/Math/Double_precision/e_sqrt.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
|
|
extern "C" void __ieee754_sqrt();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
extern "C" extern u32 __float_nan;
|
|
extern "C" extern u8 errno[4 + 4 /* padding */];
|
|
|
|
extern "C" extern u32 __float_nan;
|
|
extern "C" extern u8 errno[4 + 4 /* padding */];
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* ############################################################################################## */
|
|
/* 80456B48-80456B50 0008+00 s=1 e=0 z=0 None .sdata2 @164 */
|
|
SECTION_SDATA2 static u8 lit_164[8] = {
|
|
0x3F, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
};
|
|
|
|
/* 8036C7A0-8036C9C4 0224+00 s=0 e=1 z=0 None .text __ieee754_sqrt */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
extern "C" asm void __ieee754_sqrt() {
|
|
nofralloc
|
|
#include "asm/MSL_C.PPCEABI.bare.H/Math/Double_precision/e_sqrt/__ieee754_sqrt.s"
|
|
}
|
|
#pragma pop
|
|
|
|
|