mirror of https://github.com/zeldaret/tp.git
42 lines
897 B
C++
42 lines
897 B
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: Math/Double_precision/s_tan
|
|
//
|
|
|
|
#include "MSL_C.PPCEABI.bare.H/Math/Double_precision/s_tan.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
extern "C" void tan();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
extern "C" void __ieee754_rem_pio2();
|
|
extern "C" void __kernel_tan();
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* ############################################################################################## */
|
|
/* 80456B40-80456B48 005140 0008+00 1/1 0/0 0/0 .sdata2 @58 */
|
|
SECTION_SDATA2 static u8 lit_58[8] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
};
|
|
|
|
/* 8036C668-8036C6E0 366FA8 0078+00 0/0 7/7 4/4 .text tan */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm void tan() {
|
|
nofralloc
|
|
#include "asm/MSL_C.PPCEABI.bare.H/Math/Double_precision/s_tan/tan.s"
|
|
}
|
|
#pragma pop
|