OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vec_abs
(Results
1 - 6
of
6
) sorted by null
/external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h
186
a1 =
vec_abs
(a);
187
b1 =
vec_abs
(b);
347
template<> EIGEN_STRONG_INLINE Packet4f pabs(const Packet4f& a) { return
vec_abs
(a); }
348
template<> EIGEN_STRONG_INLINE Packet4i pabs(const Packet4i& a) { return
vec_abs
(a); }
/external/valgrind/main/none/tests/ppc32/
testVMX.stdout.exp
3
Function
vec_abs
[type char] ===> OK
4
Function
vec_abs
[type short] ===> OK
5
Function
vec_abs
[type integer] ===> OK
testVMX.c
483
/* Function
vec_abs
*/
486
Caux1.v =
vec_abs
( Ccons1 );
492
printf("Function
vec_abs
[type char] ===> Error\n");
494
printf("Function
vec_abs
[type char] ===> OK\n");
497
Saux1.v =
vec_abs
( Scons1 );
503
printf("Function
vec_abs
[type short] ===> Error\n");
505
printf("Function
vec_abs
[type short] ===> OK\n");
508
Iaux1.v =
vec_abs
( Icons1 );
514
printf("Function
vec_abs
[type integer] ===> Error\n");
516
printf("Function
vec_abs
[type integer] ===> OK\n")
[
all
...]
/external/clang/test/CodeGen/
builtins-ppc-altivec.c
47
/*
vec_abs
*/
48
vsc =
vec_abs
(vsc); // CHECK: sub <16 x i8> zeroinitializer
51
vs =
vec_abs
(vs); // CHECK: sub <8 x i16> zeroinitializer
54
vi =
vec_abs
(vi); // CHECK: sub <4 x i32> zeroinitializer
57
vf =
vec_abs
(vf); // CHECK: and <4 x i32>
59
/*
vec_abs
*/
[
all
...]
/external/clang/lib/Headers/
altivec.h
76
/*
vec_abs
*/
78
#define __builtin_altivec_abs_v16qi
vec_abs
79
#define __builtin_altivec_abs_v8hi
vec_abs
80
#define __builtin_altivec_abs_v4si
vec_abs
83
vec_abs
(vector signed char __a)
function
89
vec_abs
(vector signed short __a)
function
95
vec_abs
(vector signed int __a)
function
101
vec_abs
(vector float __a)
function
[
all
...]
/prebuilts/sdk/renderscript/clang-include/
altivec.h
76
/*
vec_abs
*/
78
#define __builtin_altivec_abs_v16qi
vec_abs
79
#define __builtin_altivec_abs_v8hi
vec_abs
80
#define __builtin_altivec_abs_v4si
vec_abs
83
vec_abs
(vector signed char __a)
function
89
vec_abs
(vector signed short __a)
function
95
vec_abs
(vector signed int __a)
function
101
vec_abs
(vector float __a)
function
[
all
...]
Completed in 386 milliseconds