Mario Kart 64
Loading...
Searching...
No Matches
llconv.c File Reference

Typedefs

typedef signed long long int s64
 
typedef unsigned long long int u64
 

Functions

s64 __d_to_ll (double d)
 
s64 __f_to_ll (float f)
 
u64 __d_to_ull (double d)
 
u64 __f_to_ull (float f)
 
double __ll_to_d (s64 s)
 
float __ll_to_f (s64 s)
 
double __ull_to_d (u64 u)
 
float __ull_to_f (u64 u)
 

Typedef Documentation

◆ s64

typedef signed long long int s64

◆ u64

typedef unsigned long long int u64

Function Documentation

◆ __d_to_ll()

s64 __d_to_ll ( double d)

◆ __d_to_ull()

u64 __d_to_ull ( double d)

◆ __f_to_ll()

s64 __f_to_ll ( float f)

◆ __f_to_ull()

u64 __f_to_ull ( float f)

◆ __ll_to_d()

double __ll_to_d ( s64 s)

◆ __ll_to_f()

float __ll_to_f ( s64 s)

◆ __ull_to_d()

double __ull_to_d ( u64 u)

◆ __ull_to_f()

float __ull_to_f ( u64 u)