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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
float16_gen.c 116 unsigned short float2half(float f) { function
190 return float2half(op1 + op2);
196 return float2half(op1 - op2);
202 return float2half(op1 * op2);
208 return float2half(op1 / op2);
  /external/eigen/Eigen/src/Core/arch/CUDA/
TypeCasting.h 127 return float2half(a);
155 return float2half(a);
PacketMathHalf.h 446 EIGEN_STRONG_INLINE Packet16h float2half(const Packet16f& a) {
483 return float2half(rf);
490 return float2half(rf);
803 EIGEN_STRONG_INLINE Packet8h float2half(const Packet8f& a) {
832 return float2half(rf);
839 return float2half(rf);
    [all...]

Completed in 149 milliseconds