Home
last modified time | relevance | path

Searched defs:angleA (Results 1 – 4 of 4) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
DInt16Mat2D.c89 struct bts_Int16Mat2D bts_Int16Mat2D_createRotation( phase16 angleA ) in bts_Int16Mat2D_createRotation()
104 struct bts_Int16Mat2D bts_Int16Mat2D_createRigid( phase16 angleA, struct flt16 scaleA ) in bts_Int16Mat2D_createRigid()
DFlt16Mat2D.c190 struct bts_Flt16Mat2D bts_Flt16Mat2D_createRotation( phase16 angleA ) in bts_Flt16Mat2D_createRotation()
214 struct bts_Flt16Mat2D bts_Flt16Mat2D_createRigid( phase16 angleA, int32 scaleA, int32 scaleBbpA ) in bts_Flt16Mat2D_createRigid()
DFlt16Alt2D.c153 struct bts_Flt16Alt2D bts_Flt16Alt2D_createRotation( phase16 angleA, in bts_Flt16Alt2D_createRotation()
176 struct bts_Flt16Alt2D bts_Flt16Alt2D_createRigid( phase16 angleA, in bts_Flt16Alt2D_createRigid()
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2Cap.java284 double angleA = Math.asin(sinA / sinC); in getRectBound() local