Lines Matching refs:float64
113 f64v = f64vec3(bv); // bool -> float64
114 bv = bvec3(f64v); // float64 -> bool
116 f64v = f64vec3(f16v); // float16 -> float64
117 f16v = f16vec3(f64v); // float64 -> float16
119 i8v = i8vec3(f64v); // float64 -> int8
120 i16v = i16vec3(f64v); // float64 -> int16
121 i32v = i32vec3(f64v); // float64 -> int32
122 i64v = i64vec3(f64v); // float64 -> int64
124 u8v = u8vec3(f64v); // float64 -> uint8
125 u16v = u16vec3(f64v); // float64 -> uint16
126 u32v = u32vec3(f64v); // float64 -> uint32
127 u64v = u64vec3(f64v); // float64 -> uint64