OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:storeu
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fvec.h
119
inline void
storeu
(float *p,const F32vec4 &a) { _mm_storeu_ps(p,a); }
function
dvec.h
823
inline void
storeu
(double *p,const F64vec2 &a) { _mm_storeu_pd(p,a); }
function
[
all
...]
Completed in 62 milliseconds