Home
last modified time | relevance | path

Searched refs:sinx (Results 1 – 2 of 2) sorted by relevance

/external/eigen/demos/opengl/
Dtrackball.cpp47 double sinx = sin(M_PI * x * 0.5); in mapToSphere() local
49 double sinx2siny2 = sinx * sinx + siny * siny; in mapToSphere()
51 v3.x() = sinx; in mapToSphere()
/external/llvm-project/libc/src/math/
Dsincosf.h14 void sincosf(float x, float *sinx, float *cosx);