OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vec_floor
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Headers/
vecintrin.h
9209
/*--
vec_floor
--------------------------------------------------------------*/
9213
vec_floor
(__vector float __a) {
function
9214
// On this platform,
vec_floor
never triggers the IEEE-inexact exception.
9220
vec_floor
(__vector double __a) {
function
9221
// On this platform,
vec_floor
never triggers the IEEE-inexact exception.
altivec.h
3958
/*
vec_floor
*/
3960
static __inline__ vector float __ATTRS_o_ai
vec_floor
(vector float __a) {
function
3969
static __inline__ vector double __ATTRS_o_ai
vec_floor
(vector double __a) {
function
3976
return
vec_floor
(__a);
3981
return
vec_floor
(__a);
/src/external/gpl3/gcc/dist/gcc/config/s390/
vecintrin.h
105
#define
vec_floor
(X) __builtin_s390_vfi((X), 4, 7)
macro
/src/external/gpl3/gcc.old/dist/gcc/config/s390/
vecintrin.h
105
#define
vec_floor
(X) __builtin_s390_vfi((X), 4, 7)
macro
/src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h
597
/*
vec_floor
(vector floor)
600
static inline vec_float4
vec_floor
(vec_float4 a)
function
Completed in 84 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026