Searched refs:PHILOX_DEVICE_INLINE (Results 1 – 3 of 3) sorted by relevance
47 PHILOX_DEVICE_INLINE Eigen::half Uint16ToHalf(uint16 x);49 PHILOX_DEVICE_INLINE bfloat16 Uint16ToGfloat16(uint16 x);51 PHILOX_DEVICE_INLINE float Uint32ToFloat(uint32 x);53 PHILOX_DEVICE_INLINE double Uint64ToDouble(uint32 x0, uint32 x1);61 PHILOX_DEVICE_INLINE Int SignedAdd(Int a, typename std::make_unsigned<Int>::type b) { in SignedAdd()95 PHILOX_DEVICE_INLINE119 PHILOX_DEVICE_INLINE143 PHILOX_DEVICE_INLINE167 PHILOX_DEVICE_INLINE195 PHILOX_DEVICE_INLINE[all …]
35 #define PHILOX_DEVICE_INLINE PHILOX_DEVICE_FUNC PHILOX_INLINE macro57 PHILOX_DEVICE_INLINE Array() { in Array()63 PHILOX_DEVICE_INLINE const T& operator[](int index) const { return data_[index]; }65 PHILOX_DEVICE_INLINE T& operator[](int index) { return data_[index]; }117 PHILOX_DEVICE_INLINE120 PHILOX_DEVICE_INLINE126 PHILOX_DEVICE_INLINE134 PHILOX_DEVICE_INLINE138 PHILOX_DEVICE_INLINE158 PHILOX_DEVICE_INLINE ResultType operator()() { in operator()[all …]
33 PHILOX_DEVICE_INLINE37 PHILOX_DEVICE_INLINE uint32 Rand32() { return single_(); } in Rand32()40 PHILOX_DEVICE_INLINE uint64 Rand64() { in Rand64()46 PHILOX_DEVICE_INLINE float RandFloat() { return Uint32ToFloat(single_()); } in RandFloat()49 PHILOX_DEVICE_INLINE double RandDouble() { in RandDouble()