Lines Matching defs:v
41 uint8_t IsInfF64(double v) in IsInfF64()
46 uint8_t IsInfF32(float v) in IsInfF32()
51 int32_t AbsI32(int32_t v) in AbsI32()
56 int64_t AbsI64(int64_t v) in AbsI64()
61 float AbsF32(float v) in AbsF32()
66 double AbsF64(double v) in AbsF64()
71 float SinF32(float v) in SinF32()
76 double SinF64(double v) in SinF64()
81 float CosF32(float v) in CosF32()
86 double CosF64(double v) in CosF64()
101 float SqrtF32(float v) in SqrtF32()
106 double SqrtF64(double v) in SqrtF64()
152 void Print(T v) in Print()
162 void PrintW(T v) in PrintW()
172 void PrintStringInternal(coretypes::String *v) in PrintStringInternal()
187 void PrintString(coretypes::String *v) in PrintString()
192 void PrintF32(float v) in PrintF32()
197 void PrintF64(double v) in PrintF64()
202 void PrintI32(int32_t v) in PrintI32()
207 void PrintU32(uint32_t v) in PrintU32()
212 void PrintI64(int64_t v) in PrintI64()
217 void PrintU64(uint64_t v) in PrintU64()