OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_cos
(Results
1 - 5
of
5
) sorted by null
/bionic/libm/
sincos.c
38
void sincos(double x, double* p_sin, double*
p_cos
) {
40
*
p_cos
= cos(x);
/external/bluetooth/bluedroid/bta/av/
bta_av_aact.c
[
all
...]
bta_av_int.h
469
const tBTA_AV_CO_FUNCTS *
p_cos
; /* the associated callout functions */
member in struct:__anon5083
bta_av_main.c
629
p_scb->
p_cos
= &bta_av_a2d_cos;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h
199
void __cdecl sincos (double __x, double *p_sin, double *
p_cos
);
200
void __cdecl sincosl (long double __x, long double *p_sin, long double *
p_cos
);
201
void __cdecl sincosf (float __x, float *p_sin, float *
p_cos
);
Completed in 5148 milliseconds