OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:floatp
(Results
1 - 9
of
9
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/lsm9ds0/
jsupm_lsm9ds0.i
5
%pointer_functions(float,
floatp
);
pyupm_lsm9ds0.i
9
%pointer_functions(float,
floatp
);
/hardware/bsp/intel/peripheral/libupm/src/mpu9150/
jsupm_mpu9150.i
5
%pointer_functions(float,
floatp
);
pyupm_mpu9150.i
9
%pointer_functions(float,
floatp
);
/hardware/bsp/intel/peripheral/libupm/src/h3lis331dl/
jsupm_h3lis331dl.i
5
/* Send "int *" and "float *" to JavaScript as intp and
floatp
*/
7
%pointer_functions(float,
floatp
);
pyupm_h3lis331dl.i
5
/* Send "int *" and "float *" to python as intp and
floatp
*/
7
%pointer_functions(float,
floatp
);
/hardware/bsp/intel/peripheral/libupm/src/mma7660/
jsupm_mma7660.i
5
/* Send "int *" and "float *" to JavaScript as intp and
floatp
*/
7
%pointer_functions(float,
floatp
);
pyupm_mma7660.i
5
/* Send "int *" and "float *" to python as intp and
floatp
*/
7
%pointer_functions(float,
floatp
);
/external/clang/test/SemaCXX/
functional-cast.cpp
240
typedef float *
floatp
;
typedef
241
(void)
floatp
(l);
250
typedef float *
floatp
;
typedef
251
float *p2 =
floatp
(p1);
Completed in 303 milliseconds