HomeSort by relevance Sort by last modified time
    Searched refs:sincos (Results 26 - 28 of 28) sorted by null

12

  /frameworks/compile/libbcc/lib/ScriptCRT/
rs_cl.c 543 extern float __attribute__((overloadable)) sincos(float v, float *cosptr) { function
547 extern float2 __attribute__((overloadable)) sincos(float2 v, float2 *cosptr) { function
551 extern float3 __attribute__((overloadable)) sincos(float3 v, float3 *cosptr) { function
555 extern float4 __attribute__((overloadable)) sincos(float4 v, float4 *cosptr) { function
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
c++config.h 610 /* Define to 1 if you have the `sincos' function. */
1358 # define sincos macro
    [all...]
  /prebuilt/sdk/14/renderscript/include/
rs_cl.rsh 602 _RS_RUNTIME float __attribute__((overloadable)) sincos(float v, float *cosptr);
603 FN_FUNC_FN_PFN(sincos);

Completed in 131 milliseconds

12