Searched defs:veclen (Results 1 – 7 of 7) sorted by relevance
/external/OpenCL-CTS/test_conformance/commonfns/ |
D | test_stepf.cpp | 78 verify_step( cl_float *inptrA, cl_float *inptrB, cl_float *outptr, int n, int veclen) in verify_step() 347 verify_step_double(cl_double *inptrA, cl_double *inptrB, cl_double *outptr, int n, int veclen) in verify_step_double()
|
D | test_fminf.cpp | 68 verify_fmin(float *inptrA, float *inptrB, float *outptr, int n, int veclen) in verify_fmin()
|
D | test_fmaxf.cpp | 68 verify_fmax(float *inptrA, float *inptrB, float *outptr, int n, int veclen) in verify_fmax()
|
D | test_smoothstepf.cpp | 52 int n, int veclen) in verify_smoothstep()
|
/external/webrtc/modules/audio_coding/codecs/ilbc/ |
D | cb_construct.c | 44 size_t veclen) { /* (i) Length of vector */ in WebRtcIlbcfix_CbConstruct()
|
/external/tcpdump/ |
D | in_cksum.c | 57 in_cksum(const struct cksum_vec *vec, int veclen) in in_cksum()
|
/external/vm_tools/p9/src/protocol/ |
D | wire_format.rs | 550 let veclen = item.c.len() as u16; in struct_encode() localVariable 587 let veclen = expected.c.len() as u16; in struct_decode() localVariable
|