Searched refs:castfloat (Results 1 – 2 of 2) sorted by relevance
67 const int castfloat = static_cast<int>(1.0); variable68 int arr2[castfloat]; // ok
93 const int castfloat = static_cast<int>(1.0); variable94 int arr2[castfloat]; // ok