mirror of
https://github.com/zeldaret/tp
synced 2026-07-03 21:10:33 -04:00
43 lines
761 B
C++
43 lines
761 B
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: Math/Double_precision/w_atan2
|
|
//
|
|
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
#include "MSL_C.PPCEABI.bare.H/Math/Double_precision/w_atan2.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
|
|
// False False
|
|
extern "C" void atan2();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
|
|
// False False
|
|
extern "C" void __ieee754_atan2();
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 8036C720-8036C740 0020+00 s=0 e=6 z=0 None .text atan2 */
|
|
// 8036C72C: 803696E8 (__ieee754_atan2)
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
// False False
|
|
extern "C" asm void atan2() {
|
|
nofralloc
|
|
#include "asm/MSL_C.PPCEABI.bare.H/Math/Double_precision/w_atan2/atan2.s"
|
|
}
|
|
#pragma pop
|
|
|
|
|