PSP2SDK
dirty-f9e4f2d
The free SDK for PSP2
|
00001 00012 #ifndef _PSP2_FPU_H_ 00013 #define _PSP2_FPU_H_ 00014 00015 #ifdef __cplusplus 00016 extern "C" { 00017 #endif 00018 00019 float sceFpuLog2f(float x); 00020 float sceFpuSinf(float x); 00021 float sceFpuExp10f(float x); 00022 float sceFpuAsinf(float x); 00023 float sceFpuAtanf(float x); 00024 float sceFpuAcosf(float x); 00025 float sceFpuTanf(float x); 00026 float sceFpuLogf(float x); 00027 float sceFpuExp2f(float x); 00028 float sceFpuLog10f(float x); 00029 float sceFpuAtan2f(float y, float x); 00030 float sceFpuCosf(float x); 00031 float sceFpuPowf(float base, float exponent); 00032 float sceFpuExpf(float x); 00033 00034 #ifdef __cplusplus 00035 } 00036 #endif 00037 00038 #endif /* _PSP2_FPU_H_ */