Home
last modified time | relevance | path

Searched refs:acosf (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-2.1/include/win32/
Dwin32.h32 #define acosf (float)acos macro
/RvlSDK-2.1/build/demos/gxdemo/src/TexGen/
Dtg-light-fx.c761 r = acosf(VECDotProduct(&vview, &vhalf)); // rotation amounts in SetTexGenMtx2()
/RvlSDK-2.1/build/libraries/mtx/src/
Dquat.c890 theta = acosf(cos_th); in C_QUATSlerp()