HomeSort by relevance Sort by last modified time
    Searched refs:vec_max (Results 1 - 12 of 12) sorted by null

  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 243 template<> EIGEN_STRONG_INLINE Packet4f pmax<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_max(a, b); }
244 template<> EIGEN_STRONG_INLINE Packet4i pmax<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_max(a, b); }
464 b = vec_max(a, vec_sld(a, a, 8));
465 res = vec_max(b, vec_sld(b, b, 4));
472 b = vec_max(a, vec_sld(a, a, 8));
473 res = vec_max(b, vec_sld(b, b, 4));
  /external/clang/test/CodeGen/
builtins-ppc-altivec.c     [all...]
  /external/valgrind/main/none/tests/ppc32/
testVMX.stdout.exp 123 Function vec_max [type char] ===> OK
124 Function vec_max [type unsigned char] ===> OK
125 Function vec_max [type short] ===> OK
126 Function vec_max [type unsigned short] ===> OK
127 Function vec_max [type integer] ===> OK
128 Function vec_max [type unsigned int] ===> OK
testVMX.c     [all...]
  /external/clang/lib/Headers/
altivec.h 2378 vec_max(vector signed char __a, vector signed char __b) function
2384 vec_max(vector bool char __a, vector signed char __b) function
2390 vec_max(vector signed char __a, vector bool char __b) function
2396 vec_max(vector unsigned char __a, vector unsigned char __b) function
2402 vec_max(vector bool char __a, vector unsigned char __b) function
2408 vec_max(vector unsigned char __a, vector bool char __b) function
2414 vec_max(vector short __a, vector short __b) function
2420 vec_max(vector bool short __a, vector short __b) function
2426 vec_max(vector short __a, vector bool short __b) function
2432 vec_max(vector unsigned short __a, vector unsigned short __b) function
2438 vec_max(vector bool short __a, vector unsigned short __b) function
2444 vec_max(vector unsigned short __a, vector bool short __b) function
2450 vec_max(vector int __a, vector int __b) function
2456 vec_max(vector bool int __a, vector int __b) function
2462 vec_max(vector int __a, vector bool int __b) function
2468 vec_max(vector unsigned int __a, vector unsigned int __b) function
2474 vec_max(vector bool int __a, vector unsigned int __b) function
2480 vec_max(vector unsigned int __a, vector bool int __b) function
2486 vec_max(vector float __a, vector float __b) function
    [all...]
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
altivec.h 2375 vec_max(vector signed char __a, vector signed char __b) function
2381 vec_max(vector bool char __a, vector signed char __b) function
2387 vec_max(vector signed char __a, vector bool char __b) function
2393 vec_max(vector unsigned char __a, vector unsigned char __b) function
2399 vec_max(vector bool char __a, vector unsigned char __b) function
2405 vec_max(vector unsigned char __a, vector bool char __b) function
2411 vec_max(vector short __a, vector short __b) function
2417 vec_max(vector bool short __a, vector short __b) function
2423 vec_max(vector short __a, vector bool short __b) function
2429 vec_max(vector unsigned short __a, vector unsigned short __b) function
2435 vec_max(vector bool short __a, vector unsigned short __b) function
2441 vec_max(vector unsigned short __a, vector bool short __b) function
2447 vec_max(vector int __a, vector int __b) function
2453 vec_max(vector bool int __a, vector int __b) function
2459 vec_max(vector int __a, vector bool int __b) function
2465 vec_max(vector unsigned int __a, vector unsigned int __b) function
2471 vec_max(vector bool int __a, vector unsigned int __b) function
2477 vec_max(vector unsigned int __a, vector bool int __b) function
2483 vec_max(vector float __a, vector float __b) function
    [all...]
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
altivec.h 2378 vec_max(vector signed char __a, vector signed char __b) function
2384 vec_max(vector bool char __a, vector signed char __b) function
2390 vec_max(vector signed char __a, vector bool char __b) function
2396 vec_max(vector unsigned char __a, vector unsigned char __b) function
2402 vec_max(vector bool char __a, vector unsigned char __b) function
2408 vec_max(vector unsigned char __a, vector bool char __b) function
2414 vec_max(vector short __a, vector short __b) function
2420 vec_max(vector bool short __a, vector short __b) function
2426 vec_max(vector short __a, vector bool short __b) function
2432 vec_max(vector unsigned short __a, vector unsigned short __b) function
2438 vec_max(vector bool short __a, vector unsigned short __b) function
2444 vec_max(vector unsigned short __a, vector bool short __b) function
2450 vec_max(vector int __a, vector int __b) function
2456 vec_max(vector bool int __a, vector int __b) function
2462 vec_max(vector int __a, vector bool int __b) function
2468 vec_max(vector unsigned int __a, vector unsigned int __b) function
2474 vec_max(vector bool int __a, vector unsigned int __b) function
2480 vec_max(vector unsigned int __a, vector bool int __b) function
2486 vec_max(vector float __a, vector float __b) function
    [all...]
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
altivec.h 2375 vec_max(vector signed char __a, vector signed char __b) function
2381 vec_max(vector bool char __a, vector signed char __b) function
2387 vec_max(vector signed char __a, vector bool char __b) function
2393 vec_max(vector unsigned char __a, vector unsigned char __b) function
2399 vec_max(vector bool char __a, vector unsigned char __b) function
2405 vec_max(vector unsigned char __a, vector bool char __b) function
2411 vec_max(vector short __a, vector short __b) function
2417 vec_max(vector bool short __a, vector short __b) function
2423 vec_max(vector short __a, vector bool short __b) function
2429 vec_max(vector unsigned short __a, vector unsigned short __b) function
2435 vec_max(vector bool short __a, vector unsigned short __b) function
2441 vec_max(vector unsigned short __a, vector bool short __b) function
2447 vec_max(vector int __a, vector int __b) function
2453 vec_max(vector bool int __a, vector int __b) function
2459 vec_max(vector int __a, vector bool int __b) function
2465 vec_max(vector unsigned int __a, vector unsigned int __b) function
2471 vec_max(vector bool int __a, vector unsigned int __b) function
2477 vec_max(vector unsigned int __a, vector bool int __b) function
2483 vec_max(vector float __a, vector float __b) function
    [all...]
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
altivec.h 2378 vec_max(vector signed char __a, vector signed char __b) function
2384 vec_max(vector bool char __a, vector signed char __b) function
2390 vec_max(vector signed char __a, vector bool char __b) function
2396 vec_max(vector unsigned char __a, vector unsigned char __b) function
2402 vec_max(vector bool char __a, vector unsigned char __b) function
2408 vec_max(vector unsigned char __a, vector bool char __b) function
2414 vec_max(vector short __a, vector short __b) function
2420 vec_max(vector bool short __a, vector short __b) function
2426 vec_max(vector short __a, vector bool short __b) function
2432 vec_max(vector unsigned short __a, vector unsigned short __b) function
2438 vec_max(vector bool short __a, vector unsigned short __b) function
2444 vec_max(vector unsigned short __a, vector bool short __b) function
2450 vec_max(vector int __a, vector int __b) function
2456 vec_max(vector bool int __a, vector int __b) function
2462 vec_max(vector int __a, vector bool int __b) function
2468 vec_max(vector unsigned int __a, vector unsigned int __b) function
2474 vec_max(vector bool int __a, vector unsigned int __b) function
2480 vec_max(vector unsigned int __a, vector bool int __b) function
2486 vec_max(vector float __a, vector float __b) function
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
altivec.h 2375 vec_max(vector signed char __a, vector signed char __b) function
2381 vec_max(vector bool char __a, vector signed char __b) function
2387 vec_max(vector signed char __a, vector bool char __b) function
2393 vec_max(vector unsigned char __a, vector unsigned char __b) function
2399 vec_max(vector bool char __a, vector unsigned char __b) function
2405 vec_max(vector unsigned char __a, vector bool char __b) function
2411 vec_max(vector short __a, vector short __b) function
2417 vec_max(vector bool short __a, vector short __b) function
2423 vec_max(vector short __a, vector bool short __b) function
2429 vec_max(vector unsigned short __a, vector unsigned short __b) function
2435 vec_max(vector bool short __a, vector unsigned short __b) function
2441 vec_max(vector unsigned short __a, vector bool short __b) function
2447 vec_max(vector int __a, vector int __b) function
2453 vec_max(vector bool int __a, vector int __b) function
2459 vec_max(vector int __a, vector bool int __b) function
2465 vec_max(vector unsigned int __a, vector unsigned int __b) function
2471 vec_max(vector bool int __a, vector unsigned int __b) function
2477 vec_max(vector unsigned int __a, vector bool int __b) function
2483 vec_max(vector float __a, vector float __b) function
    [all...]
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
altivec.h 2375 vec_max(vector signed char __a, vector signed char __b) function
2381 vec_max(vector bool char __a, vector signed char __b) function
2387 vec_max(vector signed char __a, vector bool char __b) function
2393 vec_max(vector unsigned char __a, vector unsigned char __b) function
2399 vec_max(vector bool char __a, vector unsigned char __b) function
2405 vec_max(vector unsigned char __a, vector bool char __b) function
2411 vec_max(vector short __a, vector short __b) function
2417 vec_max(vector bool short __a, vector short __b) function
2423 vec_max(vector short __a, vector bool short __b) function
2429 vec_max(vector unsigned short __a, vector unsigned short __b) function
2435 vec_max(vector bool short __a, vector unsigned short __b) function
2441 vec_max(vector unsigned short __a, vector bool short __b) function
2447 vec_max(vector int __a, vector int __b) function
2453 vec_max(vector bool int __a, vector int __b) function
2459 vec_max(vector int __a, vector bool int __b) function
2465 vec_max(vector unsigned int __a, vector unsigned int __b) function
2471 vec_max(vector bool int __a, vector unsigned int __b) function
2477 vec_max(vector unsigned int __a, vector bool int __b) function
2483 vec_max(vector float __a, vector float __b) function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
altivec.h 2378 vec_max(vector signed char __a, vector signed char __b) function
2384 vec_max(vector bool char __a, vector signed char __b) function
2390 vec_max(vector signed char __a, vector bool char __b) function
2396 vec_max(vector unsigned char __a, vector unsigned char __b) function
2402 vec_max(vector bool char __a, vector unsigned char __b) function
2408 vec_max(vector unsigned char __a, vector bool char __b) function
2414 vec_max(vector short __a, vector short __b) function
2420 vec_max(vector bool short __a, vector short __b) function
2426 vec_max(vector short __a, vector bool short __b) function
2432 vec_max(vector unsigned short __a, vector unsigned short __b) function
2438 vec_max(vector bool short __a, vector unsigned short __b) function
2444 vec_max(vector unsigned short __a, vector bool short __b) function
2450 vec_max(vector int __a, vector int __b) function
2456 vec_max(vector bool int __a, vector int __b) function
2462 vec_max(vector int __a, vector bool int __b) function
2468 vec_max(vector unsigned int __a, vector unsigned int __b) function
2474 vec_max(vector bool int __a, vector unsigned int __b) function
2480 vec_max(vector unsigned int __a, vector bool int __b) function
2486 vec_max(vector float __a, vector float __b) function
    [all...]

Completed in 79 milliseconds